Codebase list libcryptx-perl / 846a966
v0.021_2 Karel Miko 9 years ago
1 changed file(s) with 11 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
00 Changes for CryptX
11
22 TODO:
3 - Crypt::Mode::CBC;
4 + use Crypt::Mode::CBC;
5
6 wrong see also:
7 GCM -> https://en.wikipedia.org/wiki/EAX_mode
8 -> Crypt::Mode::CCM, Crypt::Mode::GCM, Crypt::Mode::OCB (all AuthEnc)
9
3 - disable LTC_FAST for gcc 3
4 - add CCM interface for new-add-add-done mode
5 - add SHA3
6 - switch yarrow > fortuna for Crypt::PK::*
107 - RSA|DSA|ECC: verify_key($level) (basic check + extented primality test)
118 - better primality testing: http://questhub.io/realm/perl/quest/519032ee1088c76505000035
129 - DSA: generate_key($p, $q, $g), generate_key(\$dsa_params_der), generate_key($dsa_params_file)
1815 - t/pk_rsa.t crashes after: ok 32 - verify_hash
1916 - t/pk_dsa.t crashes after: ok 28 - decrypt
2017 - XS croaks should report the "real caller" (Crypt::Mac::*, Crypt::Mode::*, ...)
18
19 0.021_2 2015/04/17
20 - new: SHA512_224 + SHA512_256
21 - new: Crypt::PK::ECC now supports loading keys without explicit curve parameters (with just curve oid)
22 - libtomcrypt updated to the latest develop branch, commit aeaa6d4a51 Apr 17 08:59:35 2015 +0200
23
24 - documentation fixes
2125
2226 0.021 2014/01/23
2327 - fixed asm(...) related compiler failures