diff options
author | Steven McDonald <steven.mcdonald@anchor.net.au> | 2015-02-18 16:37:03 +1100 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-02-19 09:18:16 -0600 |
commit | 27e6b9c863d4d1c777205a3bfb850787b67f63d0 (patch) | |
tree | fd657e5ccb2c2d916c3db0cdd9dd104bcbc2d748 | |
parent | 3801532512498a6368e2f852db127451f5244973 (diff) | |
download | cryptography-27e6b9c863d4d1c777205a3bfb850787b67f63d0.tar.gz cryptography-27e6b9c863d4d1c777205a3bfb850787b67f63d0.tar.bz2 cryptography-27e6b9c863d4d1c777205a3bfb850787b67f63d0.zip |
Update changelog for LibreSSL fixes
This changelog entry represents the previous three commits, which all
fix compile- or test-time problems running against LibreSSL.
-rw-r--r-- | CHANGELOG.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 97b0d6c7..85c0f581 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -68,6 +68,7 @@ Changelog :mod:`~cryptography.hazmat.primitives.asymmetric.rsa`. * Added support for parsing X.509 names. See the :doc:`X.509 documentation</x509>` for more information. +* Fixed building against LibreSSL, a compile-time substitute for OpenSSL. 0.7.2 - 2015-01-16 ~~~~~~~~~~~~~~~~~~ |