aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-04-02 11:18:18 -0400
committerGitHub <noreply@github.com>2020-04-02 10:18:18 -0500
commit3584a931932f6289fe8deb6ab89ef7ced37fd0e5 (patch)
tree7942034a611c57b9a8e8f688babd6c1689b8d380
parent7a2523eca44ddf02249562f38dfd0823962f0da9 (diff)
downloadcryptography-3584a931932f6289fe8deb6ab89ef7ced37fd0e5.tar.gz
cryptography-3584a931932f6289fe8deb6ab89ef7ced37fd0e5.tar.bz2
cryptography-3584a931932f6289fe8deb6ab89ef7ced37fd0e5.zip
Added changelog for OpenSSL 1.1.1f (#5170)
-rw-r--r--CHANGELOG.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 965855d0..d1790d8e 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -20,6 +20,8 @@ Changelog
* **BACKWARDS INCOMPATIBLE:** Reversed the order in which
:meth:`~cryptography.x509.Name.rfc4514_string` returns the RDNs
as required by :rfc:`4514`.
+* Updated Windows, macOS, and ``manylinux`` wheels to be compiled with
+ OpenSSL 1.1.1f.
* Added support for parsing
:attr:`~cryptography.x509.ocsp.OCSPResponse.single_extensions` in an OCSP
response.