Codebase list libcryptx-perl / v0.019
v0.019 Karel Miko 10 years ago
2 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 Changes for CryptX
11
22 TODO:
3 - CRITICAL: fix broken camellia
43 - more investigation crash/memleak/or_what_it_is related to rsa_free/dsa_free
54 - RSA->check_key (basic check + extented primality test)
65 - croak with the "real caller" (Crypt::Mac::*, Crypt::Mode::*, ...)
1211 - t/pk_dsa.t crashes after: ok 28 - decrypt
1312 - better primality testing: http://questhub.io/realm/perl/quest/519032ee1088c76505000035
1413 - libtomcrypt patch: https://secure.ucc.asn.au/hg/dropbear/rev/9a789fc03f40?revcount=240 (free rsa key)
14
15 0.019 2013/10/20
16 - fixed broken CAMELLIA implementation
1517
1618 0.018 2013/10/18
1719 - DSA: make_key + sign_hash fixes
22 use strict;
33 use warnings ;
44
5 our $VERSION = '0.018';
5 our $VERSION = '0.019';
66
77 require XSLoader;
88 XSLoader::load('CryptX', $VERSION);