source: git/NEWS.rst

Last change on this file was 984fbea, checked in by Zooko <zookog@…>, at 2016-02-03T23:41:52Z

NEWS entry for 0.7.1

  • Property mode set to 100644
File size: 1.4 KB
Line 
12016-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
72012-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
232009-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
312009-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
Note: See TracBrowser for help on using the repository browser.