From 5e60e0e3af85f22aa0afe8bf0ecf85619afacfeb Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 22 Aug 2013 16:39:52 -0400 Subject: Imported Upstream version 0.6.0.12 --- ChangeLog | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a4f5614..f4b99ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,28 @@ -2009-09-15 Zooko O'Whielacronx +2012-03-13 Zooko Wilcox-O'Hearn - * release pycryptopp-0.5.17 + • src/pycryptopp/_version.py: release pycryptopp-0.6.0 + • add Ed25519 signatures (#75) + • add XSalsa20 cipher (#40) + • switch from darcs to git for revision control + • pycryptopp version numbers now include a decimal encoding of the + git revid + • reorganize the source tree and the version number generation + • aesmodule.cpp: validate size of IV and throw exception if it is not 16 (#70) + • fixed compile errors with gcc-4.7.0 (#78) + • fixed compile errors concerning "CryptoPP::g_nullNameValuePairs" (#77) + • suppress warnings from valgrind with new OpenSSL 1.0.1 on Fedora (#82) + • raise Python exception instead of uncaught C++ exception + (resulting in abort) when deserializing malformed RSA keys (#83) - * publickey/rsamodule.cpp, publickey/ecdsamodule.cpp, hash/sha256module.cpp, cipher/aesmodule.cpp: fix a segfault bug when sizeof(size_t) > sizeof(int) (not exploitable); thanks Nathan Wilcox and Brian Warner. ticket #19 2009-09-15 Zooko O'Whielacronx +2009-09-15 Zooko Wilcox-O'Hearn -2009-07-27 Zooko Wilcox-O'Hearn + • release pycryptopp-0.5.17 + • publickey/rsamodule.cpp, publickey/ecdsamodule.cpp, + hash/sha256module.cpp, cipher/aesmodule.cpp: fix a segfault bug + when sizeof(size_t) > sizeof(int) (not exploitable); thanks Nathan + Wilcox and Brian Warner. (#19) - * release pycryptopp-0.5.16 +2009-07-27 Zooko Wilcox-O'Hearn - * setup.py, misc/: a few improvements to the build/packaging + • release pycryptopp-0.5.16 + • setup.py, misc/: a few improvements to the build/packaging -- cgit v1.2.3