blob: abbea9fa6b93b796116bf9439a713dcd6980d28b [file] [log] [blame]
Matthew Iversen69a6fad2014-02-25 02:10:44 +11001Changelog
2=========
3
Alex Stapletonb9df2782014-03-17 08:09:41 +000040.3 - `master`_
5~~~~~~~~~~~~~~~
6
7.. note:: This version is not yet released and is under active development.
Matthew Iversen69a6fad2014-02-25 02:10:44 +11008
9* Added :class:`~cryptography.hazmat.primitives.twofactor.hotp.HOTP`.
David Reideea08d92014-02-25 11:06:09 -080010* Added :class:`~cryptography.hazmat.primitives.twofactor.totp.TOTP`.
Paul Kehrer7ba0c012014-03-08 11:33:35 -040011* Added :class:`~cryptography.hazmat.primitives.ciphers.algorithms.IDEA` support.
Matthew Iversen69a6fad2014-02-25 02:10:44 +110012
Paul Kehrer7f711ee2014-03-03 23:58:45 -0400130.2.2 - 2014-03-03
14~~~~~~~~~~~~~~~~~~
15
16* Removed a constant definition that was causing compilation problems with specific versions of OpenSSL.
17
Matthew Iversen69a6fad2014-02-25 02:10:44 +1100180.2.1 - 2014-02-22
19~~~~~~~~~~~~~~~~~~
Paul Kehrer7f711ee2014-03-03 23:58:45 -040020
Matthew Iversen69a6fad2014-02-25 02:10:44 +110021* Fix a bug where importing cryptography from multiple paths could cause initialization to fail.
22
230.2 - 2014-02-20
24~~~~~~~~~~~~~~~~
25
26* Added :doc:`/hazmat/backends/commoncrypto`.
27* Added initial :doc:`/hazmat/bindings/commoncrypto`.
28* Removed ``register_cipher_adapter`` method from
29 :class:`~cryptography.hazmat.backends.interfaces.CipherBackend`.
30* Added support for the OpenSSL backend under Windows.
31* Improved thread-safety for the OpenSSL backend.
32* Fixed compilation on systems where OpenSSL's ``ec.h`` header is not
33 available, such as CentOS.
34* Added :class:`~cryptography.hazmat.primitives.kdf.pbkdf2.PBKDF2HMAC`.
35* Added :class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF`.
36* Added :doc:`/hazmat/backends/multibackend`.
37* Set default random for the :doc:`/hazmat/backends/openssl` to the OS random engine.
38* Added :class:`~cryptography.hazmat.primitives.ciphers.algorithms.CAST5` (CAST-128) support.
39
400.1 - 2014-01-08
41~~~~~~~~~~~~~~~~
42
43* Initial release.
44
Alex Stapletonb9df2782014-03-17 08:09:41 +000045.. _`master`: https://github.com/pyca/cryptography/