diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-11-20 00:40:16 +0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-11-19 11:40:16 -0500 |
| commit | 500850b155022b9b3c01ca2479ecae7eca7012ea (patch) | |
| tree | 9d9d62d1559795fe9d56dbb20be52a7326e3a043 | |
| parent | 9cf1ed57f27ecdeef64a2447c94705d98eadc504 (diff) | |
| download | cryptography-500850b155022b9b3c01ca2479ecae7eca7012ea.tar.gz cryptography-500850b155022b9b3c01ca2479ecae7eca7012ea.tar.bz2 cryptography-500850b155022b9b3c01ca2479ecae7eca7012ea.zip | |
Additions to the changelog for 1.6 (#3258)
* Additions to the changelog for 1.6
* explain why
| -rw-r--r-- | CHANGELOG.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f6c0a3a7..ef6dffe7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,9 @@ Changelog * Deprecated support for OpenSSL 1.0.0. Support will be removed in ``cryptography`` 1.7. +* Replaced the Python-based OpenSSL locking callbacks with a C version to fix + a potential deadlock that could occur if a garbage collection cycle occurred + while inside the lock. * Added support for :class:`~cryptography.hazmat.primitives.hashes.BLAKE2b` and :class:`~cryptography.hazmat.primitives.hashes.BLAKE2s` when using OpenSSL 1.1.0. @@ -28,7 +31,8 @@ Changelog :meth:`~cryptography.x509.random_serial_number`. * Added support for encoding ``IPv4Network`` and ``IPv6Network`` in X.509 certificates for use with :class:`~cryptography.x509.NameConstraints`. -* Added :meth:`~cryptography.x509.Name.public_bytes`. +* Added :meth:`~cryptography.x509.Name.public_bytes` to + :class:`~cryptography.x509.Name`. * Added :class:`~cryptography.x509.RelativeDistinguishedName` * :class:`~cryptography.x509.DistributionPoint` now accepts :class:`~cryptography.x509.RelativeDistinguishedName` for |
