Codebase list libcryptx-perl / 333802f
CryptX-0.016_1 Karel Miko 10 years ago
6 changed file(s) with 38 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
66 - croak when mode does not call start_(en|de)crypt
77 - "libtom-src/bn_mp_invmod.c", line 37: warning: statement not reached
88
9 0.017 2013/XXXXX
9 0.016_1 2013/09/22
1010 - support for import/export of password protected RSA/DSA keys
1111 - RSA: added - export_key_pem('public_x509')
1212
44
55 sub CLONE_SKIP { 1 } # prevent cloning
66
7 1;
7 1;
8
9 __END__
10
11 =head1 NAME
12
13 Crypt::AuthEnc - [internal only]
14
15 =cut
4040
4141 sub CLONE_SKIP { 1 } # prevent cloning
4242
43 1;
43 1;
44
45 __END__
46
47 =head1 NAME
48
49 Crypt::mode - [internal only]
50
51 =cut
5757
5858 sub CLONE_SKIP { 1 } # prevent cloning
5959
60 1;
60 1;
61
62 __END__
63
64 =head1 NAME
65
66 Crypt::Mode - [internal only]
67
68 =cut
100100 $rv .= "-----END $header_name-----\n";
101101 }
102102
103 1;
103 1;
104
105 __END__
106
107 =head1 NAME
108
109 Crypt::PK - [internal only]
110
111 =cut
22 use strict;
33 use warnings ;
44
5 our $VERSION = '0.017';
5 our $VERSION = '0.016_1';
66
77 require XSLoader;
88 XSLoader::load('CryptX', $VERSION);