diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-06 21:31:40 -0500 |
|---|---|---|
| committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-06 21:31:40 -0500 |
| commit | 014b68ead801e23a33e06524c20d2f290ba6772f (patch) | |
| tree | 9b7aec78fbdc06dc861396f2b251e27489cfbb1f | |
| parent | d1596063a47cafa0ffe9bfe696d95035a13f084b (diff) | |
| parent | c4bb7d5ac20514a3fed4c8de4ef3fd2e48097f09 (diff) | |
| download | cryptography-014b68ead801e23a33e06524c20d2f290ba6772f.tar.gz cryptography-014b68ead801e23a33e06524c20d2f290ba6772f.tar.bz2 cryptography-014b68ead801e23a33e06524c20d2f290ba6772f.zip | |
Merge pull request #2016 from alex/0.9-changelog
Port the 0.9.1 changelog over to master
| -rw-r--r-- | CHANGELOG.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c99a566a..7e0f8a89 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,13 @@ Changelog :class:`~cryptography.hazmat.primitives.twofactor.totp.TOTP` for generating provisioning URIs. +0.9.1 - 2015-06-06 +~~~~~~~~~~~~~~~~~~ + +* **SECURITY ISSUE**: Fixed a double free in the OpenSSL backend when using DSA + to verify signatures. Note that this only affects PyPy 2.6.0 and (presently + unreleased) CFFI versions greater than 1.1.0. + 0.9 - 2015-05-13 ~~~~~~~~~~~~~~~~ |
