1 | 2016-02-03 Zooko Wilcox <zookog@gmail.com> |
---|
2 | |
---|
3 | • release pycryptopp-0.7.1 |
---|
4 | • disable optimized assembly implementations by default (#85) |
---|
5 | • tweaks to the benchmarking scripts |
---|
6 | |
---|
7 | 2012-03-13 Zooko Wilcox-O'Hearn <zooko@zooko.com> |
---|
8 | |
---|
9 | • src/pycryptopp/_version.py: release pycryptopp-0.6.0 |
---|
10 | • add Ed25519 signatures (#75) |
---|
11 | • add XSalsa20 cipher (#40) |
---|
12 | • switch from darcs to git for revision control |
---|
13 | • pycryptopp version numbers now include a decimal encoding of the |
---|
14 | git revid |
---|
15 | • reorganize the source tree and the version number generation |
---|
16 | • aesmodule.cpp: validate size of IV and throw exception if it is not 16 (#70) |
---|
17 | • fixed compile errors with gcc-4.7.0 (#78) |
---|
18 | • fixed compile errors concerning "CryptoPP::g_nullNameValuePairs" (#77) |
---|
19 | • suppress warnings from valgrind with new OpenSSL 1.0.1 on Fedora (#82) |
---|
20 | • raise Python exception instead of uncaught C++ exception |
---|
21 | (resulting in abort) when deserializing malformed RSA keys (#83) |
---|
22 | |
---|
23 | 2009-09-15 Zooko Wilcox-O'Hearn <zooko@zooko.com> |
---|
24 | |
---|
25 | • release pycryptopp-0.5.17 |
---|
26 | • publickey/rsamodule.cpp, publickey/ecdsamodule.cpp, |
---|
27 | hash/sha256module.cpp, cipher/aesmodule.cpp: fix a segfault bug |
---|
28 | when sizeof(size_t) > sizeof(int) (not exploitable); thanks Nathan |
---|
29 | Wilcox and Brian Warner. (#19) |
---|
30 | |
---|
31 | 2009-07-27 Zooko Wilcox-O'Hearn <zooko@zooko.com> |
---|
32 | |
---|
33 | • release pycryptopp-0.5.16 |
---|
34 | • setup.py, misc/: a few improvements to the build/packaging |
---|