Matthew Iversen | 69a6fad | 2014-02-25 02:10:44 +1100 | [diff] [blame] | 1 | Changelog |
| 2 | ========= |
| 3 | |
| 4 | 0.3 - 2014-XX-XX |
| 5 | ~~~~~~~~~~~~~~~~ |
| 6 | |
| 7 | * Added :class:`~cryptography.hazmat.primitives.twofactor.hotp.HOTP`. |
David Reid | eea08d9 | 2014-02-25 11:06:09 -0800 | [diff] [blame] | 8 | * Added :class:`~cryptography.hazmat.primitives.twofactor.totp.TOTP`. |
Matthew Iversen | 69a6fad | 2014-02-25 02:10:44 +1100 | [diff] [blame] | 9 | |
| 10 | 0.2.1 - 2014-02-22 |
| 11 | ~~~~~~~~~~~~~~~~~~ |
| 12 | * Fix a bug where importing cryptography from multiple paths could cause initialization to fail. |
| 13 | |
| 14 | 0.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 | |
| 31 | 0.1 - 2014-01-08 |
| 32 | ~~~~~~~~~~~~~~~~ |
| 33 | |
| 34 | * Initial release. |
| 35 | |