blob: b87b8722600dd64cff8deace326986a4d5f9a9ad [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
Paul Kehrer21541352014-02-22 15:58:25 -060090.2.1 - 2014-02-22
10~~~~~~~~~~~~~~~~~~
11* Fix a bug where importing cryptography from multiple paths could cause initialization to fail.
12
Alex Gaynor63614e82014-02-20 10:44:16 -0800130.2 - 2014-02-20
Paul Kehrer2b64fe22014-01-08 19:59:28 -060014~~~~~~~~~~~~~~~~
15
Paul Kehrered8d8642014-01-19 22:02:43 -060016* Added :doc:`/hazmat/backends/commoncrypto`.
Paul Kehrerb74658e2014-01-19 17:09:22 -060017* Added initial :doc:`/hazmat/bindings/commoncrypto`.
David Reid5a249402014-01-20 10:53:47 -080018* Removed ``register_cipher_adapter`` method from
David Reid2084fa52014-01-20 10:48:18 -080019 :class:`~cryptography.hazmat.backends.interfaces.CipherBackend`.
Paul Kehrerb4957902014-01-23 21:12:19 -060020* Added support for the OpenSSL backend under Windows.
Alex Gaynor7ecb9852014-01-24 15:17:47 -060021* Improved thread-safety for the OpenSSL backend.
Alex Gaynor8a39c512014-01-28 16:22:50 -080022* Fixed compilation on systems where OpenSSL's ``ec.h`` header is not
23 available, such as CentOS.
Paul Kehrer0b181182014-01-29 16:34:47 -060024* Added :class:`~cryptography.hazmat.primitives.kdf.pbkdf2.PBKDF2HMAC`.
Paul Kehrera60920a2014-02-03 16:17:06 -060025* Added :class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF`.
Alex Gaynordb809542014-02-03 16:19:32 -080026* Added :doc:`/hazmat/backends/multibackend`.
Paul Kehrerb02ed2a2014-02-05 17:05:56 -060027* Set default random for the :doc:`/hazmat/backends/openssl` to the OS random engine.
Paul Kehrer849da192014-02-13 12:32:06 -060028* Added :class:`~cryptography.hazmat.primitives.ciphers.algorithms.CAST5` (CAST-128) support.
Alex Gaynor3f230402014-01-08 09:21:57 -080029
David Reidd873b4c2014-01-08 11:42:45 -0800300.1 - 2014-01-08
Alex Gaynor924599e2014-01-08 09:47:05 -080031~~~~~~~~~~~~~~~~
Alex Gaynor3f230402014-01-08 09:21:57 -080032
Alex Gaynor7c6d7d62014-01-08 09:46:27 -080033* Initial release.
Paul Kehrerb74658e2014-01-19 17:09:22 -060034