aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-31 15:56:56 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-31 15:56:56 -0600
commitf23722aed85705f1a21cbf14da1bb8fc398ccd85 (patch)
treea61bc702b4afa8abb17bbda352978ef8d9cf2f9c /CHANGELOG.rst
parenta8af5ee4fcac4332d8f53919e55f489b2b8435fb (diff)
downloadcryptography-f23722aed85705f1a21cbf14da1bb8fc398ccd85.tar.gz
cryptography-f23722aed85705f1a21cbf14da1bb8fc398ccd85.tar.bz2
cryptography-f23722aed85705f1a21cbf14da1bb8fc398ccd85.zip
add changelog entry for 0.9.8/1.0.0 deprecation
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst4
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.