Revision history for Perl module Crypt::Perl
0.01 Tue Dec 13 2016
- original release
0.02 Sat Dec 17 2016
- Add sign_jwa() and verify_jwa() ECDSA methods
- Add JWK-getter and JWK thumbprint methods
- Fix generation of secp521r1 keys
- Replace overload-dependent math for BigInt with explicit function calls
- Fix parsing of RSA PKCS8 keys
- Fix ASN.1 template error messages
- Add typed exceptions for ASN.1 errors
- Update a bit of documentation
0.021 Mon Dec 19 2016
- Fix minimum version in Makefile.PL so that CPAN will run tests
0.022 Mon Dec 19 2016
- Fix MANIFEST to include all of the intended files
0.03 Tue Dec 20 2016
- Add JWK parsing
- Add a generic parse_key() method
0.031 Tue Dec 20 2016
- Remove use of Math::BigInt::FastCalc, pending bug fixes
0.032 Wed Dec 21 2016
- Put correct Symbol::Get version in Makefile.PL
- Remove test dependency on JSON.pm
- Use File::Which instead of “which” binary (Win32 compatibility)