Codebase list libcryptx-perl / v0.037
v0.037 Karel Miko 7 years ago
2 changed file(s) with 5 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.037 2016/06/16
15 - fix issue #18 Minor issue with comment syntax
16 - fix issue #19 t/checksum.t fails on AIX-5.3
1317
1418 0.036 2016/06/07
1519 - fix issue #17 ability to export ecc keys in short/oid form
22 use strict;
33 use warnings ;
44
5 our $VERSION = '0.036';
5 our $VERSION = '0.037';
66
77 use base qw(Exporter);
88 our @EXPORT_OK = qw( _decode_json _encode_json);