Codebase list libcryptx-perl / c916db9
updating Changes Karel Miko 7 years ago
3 changed file(s) with 9 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
1414 - maybe: add enc_b64/dec_b64 + enc_b64u/dec_b64u + enc_b32/dec_b32
1515 - maybe: x509_rsa_pubkey + x509_rsa_pubkey_alg
1616
17 0.031 2016/04/XX
18 - RSA+DSA public key export now produces PEM/DER compatible with openssl
17 0.031 2016/05/XX
18 - new: RSA+ECC method export_key_jwk_thumbprint()
19 - fix: RSA+ECC export_key_jwk produces canonical JSON
20 - fix: RSA+DSA public key export now produces PEM/DER compatible with openssl
1921 public keys exported be previous version can still be imported
20 - RSA+DSA+ECC export_key_jwk produces canonical JSON
21 - ECC import_key now accepts non-standard JWK curve names e.g. "secp112r1", "secp521r1"
22 - fix: ECC import_key now accepts non-standard JWK curve names e.g. "secp112r1", "secp521r1"
2223
2324 0.030 2016/04/13
2425 - fix: 0.029 + 0.028 by mistake installed *.inc files to perl/(lib|site|vendor)
10681068
10691069 =head2 export_key_jwk_thumbprint
10701070
1071 I<Since: CryptX-0.031>
1072
10711073 Exports the key's JSON Web Key Thumbprint as a string.
10721074
10731075 If you don't know what this is, see RFC 7638 (C<https://tools.ietf.org/html/rfc7638>).
578578
579579 =head2 export_key_jwk_thumbprint
580580
581 I<Since: CryptX-0.031>
582
581583 Exports the key's JSON Web Key Thumbprint as a string.
582584
583585 If you don't know what this is, see RFC 7638 (C<https://tools.ietf.org/html/rfc7638>).