Codebase list libcryptx-perl / b559674
dev release v0.026_39 Karel Miko 8 years ago
2 changed file(s) with 4 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
1212 - maybe: add enc_b64/dec_b64 + enc_b64u/dec_b64u + enc_b32/dec_b32
1313 - maybe: x509_rsa_pubkey + x509_rsa_pubkey_alg
1414
15 0.026_38 2016/01/22
15 0.026_39 2016/01/22
1616 - sync with https://github.com/libtom/libtomcrypt (branch develop)
1717 - sync with https://github.com/libtom/libtommath (branch develop)
1818 - HP-UX related fixes
1919 - switch from JSON::MaybeXS to JSON::PP - https://rt.cpan.org/Public/Bug/Display.html?id=110807
20 - skip jwk.t if no JSON::* module available
2021 - Exporter required version lowered to '5.58'
21 - does not require MIME::Base64
22 - does not require MIME::Base64 (we use the one from libtomcrypt)
2223
2324 0.026 2015/11/28
2425 - switch to JSON::MaybeXS
22 use strict;
33 use warnings ;
44
5 our $VERSION = '0.026_38';
5 our $VERSION = '0.026_39';
66
77 use Exporter 'import';
88 our @EXPORT_OK = qw( _encode_base64url _decode_base64url _encode_base64 _decode_base64 _decode_json _encode_json);