blob: d800c77f47779ac920007dd0c69edd8f1bffe72c [file] [log] [blame]
Alex Gaynor3f230402014-01-08 09:21:57 -08001Changelog
2=========
Alex Gaynor8ea6a822014-01-17 16:08:46 -06003
Alex Gaynor63614e82014-02-20 10:44:16 -080040.2 - 2014-02-20
Paul Kehrer2b64fe22014-01-08 19:59:28 -06005~~~~~~~~~~~~~~~~
6
Paul Kehrered8d8642014-01-19 22:02:43 -06007* Added :doc:`/hazmat/backends/commoncrypto`.
Paul Kehrerb74658e2014-01-19 17:09:22 -06008* Added initial :doc:`/hazmat/bindings/commoncrypto`.
David Reid5a249402014-01-20 10:53:47 -08009* Removed ``register_cipher_adapter`` method from
David Reid2084fa52014-01-20 10:48:18 -080010 :class:`~cryptography.hazmat.backends.interfaces.CipherBackend`.
Paul Kehrerb4957902014-01-23 21:12:19 -060011* Added support for the OpenSSL backend under Windows.
Alex Gaynor7ecb9852014-01-24 15:17:47 -060012* Improved thread-safety for the OpenSSL backend.
Alex Gaynor8a39c512014-01-28 16:22:50 -080013* Fixed compilation on systems where OpenSSL's ``ec.h`` header is not
14 available, such as CentOS.
Paul Kehrer0b181182014-01-29 16:34:47 -060015* Added :class:`~cryptography.hazmat.primitives.kdf.pbkdf2.PBKDF2HMAC`.
Paul Kehrera60920a2014-02-03 16:17:06 -060016* Added :class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF`.
Alex Gaynordb809542014-02-03 16:19:32 -080017* Added :doc:`/hazmat/backends/multibackend`.
Paul Kehrerb02ed2a2014-02-05 17:05:56 -060018* Set default random for the :doc:`/hazmat/backends/openssl` to the OS random engine.
Paul Kehrer849da192014-02-13 12:32:06 -060019* Added :class:`~cryptography.hazmat.primitives.ciphers.algorithms.CAST5` (CAST-128) support.
Alex Gaynor3f230402014-01-08 09:21:57 -080020
David Reidd873b4c2014-01-08 11:42:45 -0800210.1 - 2014-01-08
Alex Gaynor924599e2014-01-08 09:47:05 -080022~~~~~~~~~~~~~~~~
Alex Gaynor3f230402014-01-08 09:21:57 -080023
Alex Gaynor7c6d7d62014-01-08 09:46:27 -080024* Initial release.
Paul Kehrerb74658e2014-01-19 17:09:22 -060025