diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-28 17:44:10 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-28 17:44:10 -0600 |
commit | 560ef47949077bbe89f108e1f3349cba4eacbbf0 (patch) | |
tree | d4542257370aa671758a22c8152ff68757663003 /docs | |
parent | 780366a3395d64aba6f09642b3ea2b6195307230 (diff) | |
download | cryptography-560ef47949077bbe89f108e1f3349cba4eacbbf0.tar.gz cryptography-560ef47949077bbe89f108e1f3349cba4eacbbf0.tar.bz2 cryptography-560ef47949077bbe89f108e1f3349cba4eacbbf0.zip |
add PBKDF2HMAC to changelog
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 545d6945..cc0aacd3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -12,6 +12,7 @@ Changelog :class:`~cryptography.hazmat.backends.interfaces.CipherBackend`. * Added support for the OpenSSL backend under Windows. * Improved thread-safety for the OpenSSL backend. +* Added PBKDF2HMAC support to OpenSSL backend. 0.1 - 2014-01-08 ~~~~~~~~~~~~~~~~ |