File: ChangeLog

package info (click to toggle)
pycryptopp 0.6.0.20120313-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,148 kB
  • ctags: 9,015
  • sloc: cpp: 29,875; asm: 3,519; python: 1,779; ansic: 1,517; makefile: 65
file content (28 lines) | stat: -rw-r--r-- 1,252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
2012-03-13  Zooko Wilcox-O'Hearn  <zooko@zooko.com>

	• 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)

2009-09-15  Zooko Wilcox-O'Hearn  <zooko@zooko.com>

	• 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)

2009-07-27  Zooko Wilcox-O'Hearn  <zooko@zooko.com>

	• release pycryptopp-0.5.16
	• setup.py, misc/: a few improvements to the build/packaging