Codebase list libcryptx-perl / 783873c
v0.034 Karel Miko 7 years ago
2 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1010 - maybe: switch yarrow > fortuna for Crypt::PK::*
1111 - maybe: add encode_b32/decode_b32
1212 - maybe: x509_rsa_pubkey + x509_rsa_pubkey_alg
13
14 0.034 2016/05/11
15 - Prevent RSA import_key() from altering a JWK hash reference
1316
1417 0.033 2016/05/09
1518 - MSVC6 related fixes (needed for older ActivePerl@MSWin32)
22 use strict;
33 use warnings ;
44
5 our $VERSION = '0.033';
5 our $VERSION = '0.034';
66
77 use base qw(Exporter);
88 our @EXPORT_OK = qw( _decode_json _encode_json);