aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortimic <t.salyakhutdinov@gmail.com>2014-06-09 19:10:52 +0400
committertimic <t.salyakhutdinov@gmail.com>2014-06-09 19:10:52 +0400
commit4e456f06d1b87ab215d826d420c219f1200613e6 (patch)
treebd871b902c3e97b32496691d3d36b59d918abf36
parentddcbb59aa9b277c4b18e7e16c0c6960a86820878 (diff)
downloadcryptography-4e456f06d1b87ab215d826d420c219f1200613e6.tar.gz
cryptography-4e456f06d1b87ab215d826d420c219f1200613e6.tar.bz2
cryptography-4e456f06d1b87ab215d826d420c219f1200613e6.zip
modified changelog
-rw-r--r--CHANGELOG.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a38534d4..17f8b05d 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,8 @@ Changelog
.. note:: This version is not yet released and is under active development.
+* Added OPENSSL_config and OPENSSL_no_conf declarations
+ for the openssl binding.
* Added :class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDFExpand`.
* Added :class:`~cryptography.hazmat.primitives.ciphers.modes.CFB8` support
for :class:`~cryptography.hazmat.primitives.ciphers.algorithms.AES` and