aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-04 16:11:24 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-04 16:11:24 -0500
commit426c2adf204b27fd9aeb03ccc88cd877ff494c93 (patch)
tree6e47f258b3cc7907f5fc4474e7803260ae607b4e
parentcff1fa94926e86219d7db94addc90499caa3de43 (diff)
parent5d27d4df4264f3caaff1c43e01439d103100e9ce (diff)
downloadcryptography-426c2adf204b27fd9aeb03ccc88cd877ff494c93.tar.gz
cryptography-426c2adf204b27fd9aeb03ccc88cd877ff494c93.tar.bz2
cryptography-426c2adf204b27fd9aeb03ccc88cd877ff494c93.zip
Merge pull request #1825 from alex/changelog
Added a changelog entry for #1824
-rw-r--r--CHANGELOG.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index b520e48e..15e85415 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -10,6 +10,8 @@ Changelog
actually dropping support, however we strongly encourage all users to upgrade
their Python, as Python 2.6 no longer receives support from the Python core
team.
+* Fixed compilation when using an OpenSSL which was compiled with the
+ ``no-comp`` (``OPENSSL_NO_COMP``) option.
* Support :attr:`~cryptography.hazmat.primitives.serialization.Encoding.DER`
serialization of public keys using the ``public_bytes`` method of
:class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization`,