blob: cd289b6e74740672ac58393e5ecc1e7d54037cd9 [file] [log] [blame]
Alex Gaynor3f230402014-01-08 09:21:57 -08001Changelog
2=========
Alex Gaynor8ea6a822014-01-17 16:08:46 -06003
Paul Kehrer2b64fe22014-01-08 19:59:28 -060040.2 - 2014-XX-XX
5~~~~~~~~~~~~~~~~
6
Alex Gaynor8ea6a822014-01-17 16:08:46 -06007**In development**
8
Paul Kehrered8d8642014-01-19 22:02:43 -06009* Added :doc:`/hazmat/backends/commoncrypto`.
Paul Kehrerb74658e2014-01-19 17:09:22 -060010* Added initial :doc:`/hazmat/bindings/commoncrypto`.
David Reid5a249402014-01-20 10:53:47 -080011* Removed ``register_cipher_adapter`` method from
David Reid2084fa52014-01-20 10:48:18 -080012 :class:`~cryptography.hazmat.backends.interfaces.CipherBackend`.
Paul Kehrerb4957902014-01-23 21:12:19 -060013* Added support for the OpenSSL backend under Windows.
Alex Gaynor7ecb9852014-01-24 15:17:47 -060014* Improved thread-safety for the OpenSSL backend.
Alex Gaynor8a39c512014-01-28 16:22:50 -080015* Fixed compilation on systems where OpenSSL's ``ec.h`` header is not
16 available, such as CentOS.
Paul Kehrer0b181182014-01-29 16:34:47 -060017* Added :class:`~cryptography.hazmat.primitives.kdf.pbkdf2.PBKDF2HMAC`.
Paul Kehrera60920a2014-02-03 16:17:06 -060018* Added :class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF`.
Alex Gaynordb809542014-02-03 16:19:32 -080019* Added :doc:`/hazmat/backends/multibackend`.
Paul Kehrerb02ed2a2014-02-05 17:05:56 -060020* Set default random for the :doc:`/hazmat/backends/openssl` to the OS random engine.
Paul Kehrer849da192014-02-13 12:32:06 -060021* Added :class:`~cryptography.hazmat.primitives.ciphers.algorithms.CAST5` (CAST-128) support.
Alex Gaynor3f230402014-01-08 09:21:57 -080022
David Reidd873b4c2014-01-08 11:42:45 -0800230.1 - 2014-01-08
Alex Gaynor924599e2014-01-08 09:47:05 -080024~~~~~~~~~~~~~~~~
Alex Gaynor3f230402014-01-08 09:21:57 -080025
Alex Gaynor7c6d7d62014-01-08 09:46:27 -080026* Initial release.
Paul Kehrerb74658e2014-01-19 17:09:22 -060027