diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-31 15:56:56 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-31 15:56:56 -0600 |
commit | f23722aed85705f1a21cbf14da1bb8fc398ccd85 (patch) | |
tree | a61bc702b4afa8abb17bbda352978ef8d9cf2f9c | |
parent | a8af5ee4fcac4332d8f53919e55f489b2b8435fb (diff) | |
download | cryptography-f23722aed85705f1a21cbf14da1bb8fc398ccd85.tar.gz cryptography-f23722aed85705f1a21cbf14da1bb8fc398ccd85.tar.bz2 cryptography-f23722aed85705f1a21cbf14da1bb8fc398ccd85.zip |
add changelog entry for 0.9.8/1.0.0 deprecation
-rw-r--r-- | CHANGELOG.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 74749062..a882d26d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,10 @@ Changelog * :class:`~cryptography.x509.CertificateIssuer` * :class:`~cryptography.x509.CRLReason` * :class:`~cryptography.x509.InvalidityDate` +* Deprecated support for OpenSSL 0.9.8 and 1.0.0. At this time there is no time + table for actually dropping support, however we strongly encourage all users + to upgrade, as those versions no longer receives support from the OpenSSL + project. * The :class:`~cryptography.x509.Certificate` class now has :attr:`~cryptography.x509.Certificate.signature` and :attr:`~cryptography.x509.Certificate.tbs_certificate_bytes` attributes. |