Codebase list libcryptx-perl / 819793a
preparing the next release Karel Miko 7 years ago
3 changed file(s) with 6 addition(s) and 2 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.035 2016/06/XX
15 - fix issue #14 Ensure Crypt::PK::ECC->key2hash()->{curve_name} is lowercase
16 - fix issue #15 OpenSSL interoperability broken
1317
1418 0.034 2016/05/11
1519 - Prevent RSA import_key() from altering a JWK hash reference
1919 ABSTRACT => 'Crypto toolkit',
2020 MIN_PERL_VERSION => '5.006',
2121 LICENSE => 'perl_5',
22 META_MERGE => { resources => { repository => 'https://github.com/DCIT/perl-CryptX' } },
22 META_MERGE => { resources => { repository => 'https://github.com/DCIT/perl-CryptX', bugtracker => 'https://github.com/DCIT/perl-CryptX/issues' } },
2323 DEFINE => '-DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC',
2424 INC => '-Isrc/ltc/headers -Isrc/ltm',
2525 LIBS => [''],
22 use strict;
33 use warnings ;
44
5 our $VERSION = '0.034';
5 our $VERSION = '0.035';
66
77 use base qw(Exporter);
88 our @EXPORT_OK = qw( _decode_json _encode_json);