blob: bbbcfb1faf7a944426a084d958fd630236cc3d8c [file] [log] [blame]
Matthew Iversen69a6fad2014-02-25 02:10:44 +11001Changelog
2=========
3
40.3 - 2014-XX-XX
5~~~~~~~~~~~~~~~~
6
7* Added :class:`~cryptography.hazmat.primitives.twofactor.hotp.HOTP`.
David Reideea08d92014-02-25 11:06:09 -08008* Added :class:`~cryptography.hazmat.primitives.twofactor.totp.TOTP`.
Matthew Iversen69a6fad2014-02-25 02:10:44 +11009
100.2.1 - 2014-02-22
11~~~~~~~~~~~~~~~~~~
12* Fix a bug where importing cryptography from multiple paths could cause initialization to fail.
13
140.2 - 2014-02-20
15~~~~~~~~~~~~~~~~
16
17* Added :doc:`/hazmat/backends/commoncrypto`.
18* Added initial :doc:`/hazmat/bindings/commoncrypto`.
19* Removed ``register_cipher_adapter`` method from
20 :class:`~cryptography.hazmat.backends.interfaces.CipherBackend`.
21* Added support for the OpenSSL backend under Windows.
22* Improved thread-safety for the OpenSSL backend.
23* Fixed compilation on systems where OpenSSL's ``ec.h`` header is not
24 available, such as CentOS.
25* Added :class:`~cryptography.hazmat.primitives.kdf.pbkdf2.PBKDF2HMAC`.
26* Added :class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF`.
27* Added :doc:`/hazmat/backends/multibackend`.
28* Set default random for the :doc:`/hazmat/backends/openssl` to the OS random engine.
29* Added :class:`~cryptography.hazmat.primitives.ciphers.algorithms.CAST5` (CAST-128) support.
30
310.1 - 2014-01-08
32~~~~~~~~~~~~~~~~
33
34* Initial release.
35