Codebase list libcryptx-perl / v0.038
v0.038 Karel Miko 7 years ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 Changes for CryptX
11
22 TODO:
3 - fix - Please specify prototyping behavior for CryptX.xs (see perlxs manual)
43 - add support for PKCS#8 encrypted RSA+ECC private keys "-----BEGIN ENCRYPTED PRIVATE KEY-----"
54 - RSA|DSA|ECC: verify_key($level) (basic check + extented primality test)
65 - better primality testing: http://questhub.io/realm/perl/quest/519032ee1088c76505000035 (idea: mp_prime_lucas)
1110 - maybe: add encode_b32/decode_b32
1211 - maybe: x509_rsa_pubkey + x509_rsa_pubkey_alg
1312
14 0.038 2016/07/XXX
13 0.038 2016/07/06
1514 - fix issue #20 DSA/RSA/ECC/DH key2hash - hexadecimal numbers are missing leading zero
1615 - Math::BigInt::LTM fixed mp_invmod(a,b,c) for b == 1
1716 - Math::BigInt::LTM fixed _log_int()