Codebase list libcryptx-perl / c9945db
update changes Karel Miko 5 years ago
1 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 Changes for CryptX
1
2 0.063 2018-NEXT
3 - proper patch for #46 (Math::BigInt::LTM)
14
25 0.062 2018-10-30
36 - bundled libtommath update branch:develop (commit:8b9f98ba 2018-09-23) + stdint.h workaround
47 - bundled libtomcrypt update branch:develop (commit:f413335b 2018-10-29)
58 - fix #45 doc only - sign_message_rfc7518 / sign_message_rfc7518
6 - fix $46 tests only - t/mbi_ltm_bigintpm.t etc. started to fail with latest Math::BigInt
9 - fix #46 tests only - t/mbi_ltm_bigintpm.t etc. started to fail with latest Math::BigInt
710 - fix #47 gcm_decrypt_verify + chacha20poly1305_decrypt_verify don't verify the tag - SERIOUS SECURITY BUG!
811 - improved CBC/ECB padding (using libtomcrypt's functions: padding_depad + padding_pad)
912 - enable pkcs#8 encrypted RSA keys (supported by the latest libtomcrypt)