blob: c59f2f5139efc7be84588a0e4202d6b73f20f415 [file] [log] [blame]
Alex Gaynor3f230402014-01-08 09:21:57 -08001Changelog
2=========
Alex Gaynor8ea6a822014-01-17 16:08:46 -06003
Paul Kehrerf9335722014-02-20 13:37:51 -060040.3 - 2014-XX-XX
5~~~~~~~~~~~~~~~~
6
Ayrxc2e53402014-02-21 11:30:02 +08007* Added :class:`~cryptography.hazmat.primitives.twofactor.hotp.HOTP`.
Paul Kehrerf9335722014-02-20 13:37:51 -06008
Alex Gaynor63614e82014-02-20 10:44:16 -080090.2 - 2014-02-20
Paul Kehrer2b64fe22014-01-08 19:59:28 -060010~~~~~~~~~~~~~~~~
11
Paul Kehrered8d8642014-01-19 22:02:43 -060012* Added :doc:`/hazmat/backends/commoncrypto`.
Paul Kehrerb74658e2014-01-19 17:09:22 -060013* Added initial :doc:`/hazmat/bindings/commoncrypto`.
David Reid5a249402014-01-20 10:53:47 -080014* Removed ``register_cipher_adapter`` method from
David Reid2084fa52014-01-20 10:48:18 -080015 :class:`~cryptography.hazmat.backends.interfaces.CipherBackend`.
Paul Kehrerb4957902014-01-23 21:12:19 -060016* Added support for the OpenSSL backend under Windows.
Alex Gaynor7ecb9852014-01-24 15:17:47 -060017* Improved thread-safety for the OpenSSL backend.
Alex Gaynor8a39c512014-01-28 16:22:50 -080018* Fixed compilation on systems where OpenSSL's ``ec.h`` header is not
19 available, such as CentOS.
Paul Kehrer0b181182014-01-29 16:34:47 -060020* Added :class:`~cryptography.hazmat.primitives.kdf.pbkdf2.PBKDF2HMAC`.
Paul Kehrera60920a2014-02-03 16:17:06 -060021* Added :class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF`.
Alex Gaynordb809542014-02-03 16:19:32 -080022* Added :doc:`/hazmat/backends/multibackend`.
Paul Kehrerb02ed2a2014-02-05 17:05:56 -060023* Set default random for the :doc:`/hazmat/backends/openssl` to the OS random engine.
Paul Kehrer849da192014-02-13 12:32:06 -060024* Added :class:`~cryptography.hazmat.primitives.ciphers.algorithms.CAST5` (CAST-128) support.
Alex Gaynor3f230402014-01-08 09:21:57 -080025
David Reidd873b4c2014-01-08 11:42:45 -0800260.1 - 2014-01-08
Alex Gaynor924599e2014-01-08 09:47:05 -080027~~~~~~~~~~~~~~~~
Alex Gaynor3f230402014-01-08 09:21:57 -080028
Alex Gaynor7c6d7d62014-01-08 09:46:27 -080029* Initial release.
Paul Kehrerb74658e2014-01-19 17:09:22 -060030