Matthew Iversen | 69a6fad | 2014-02-25 02:10:44 +1100 | [diff] [blame] | 1 | Changelog |
| 2 | ========= |
| 3 | |
Alex Stapleton | b9df278 | 2014-03-17 08:09:41 +0000 | [diff] [blame] | 4 | 0.3 - `master`_ |
| 5 | ~~~~~~~~~~~~~~~ |
| 6 | |
| 7 | .. note:: This version is not yet released and is under active development. |
Matthew Iversen | 69a6fad | 2014-02-25 02:10:44 +1100 | [diff] [blame] | 8 | |
| 9 | * Added :class:`~cryptography.hazmat.primitives.twofactor.hotp.HOTP`. |
David Reid | eea08d9 | 2014-02-25 11:06:09 -0800 | [diff] [blame] | 10 | * Added :class:`~cryptography.hazmat.primitives.twofactor.totp.TOTP`. |
Paul Kehrer | 7ba0c01 | 2014-03-08 11:33:35 -0400 | [diff] [blame] | 11 | * Added :class:`~cryptography.hazmat.primitives.ciphers.algorithms.IDEA` support. |
Matthew Iversen | 69a6fad | 2014-02-25 02:10:44 +1100 | [diff] [blame] | 12 | |
Paul Kehrer | 7f711ee | 2014-03-03 23:58:45 -0400 | [diff] [blame] | 13 | 0.2.2 - 2014-03-03 |
| 14 | ~~~~~~~~~~~~~~~~~~ |
| 15 | |
| 16 | * Removed a constant definition that was causing compilation problems with specific versions of OpenSSL. |
| 17 | |
Matthew Iversen | 69a6fad | 2014-02-25 02:10:44 +1100 | [diff] [blame] | 18 | 0.2.1 - 2014-02-22 |
| 19 | ~~~~~~~~~~~~~~~~~~ |
Paul Kehrer | 7f711ee | 2014-03-03 23:58:45 -0400 | [diff] [blame] | 20 | |
Matthew Iversen | 69a6fad | 2014-02-25 02:10:44 +1100 | [diff] [blame] | 21 | * Fix a bug where importing cryptography from multiple paths could cause initialization to fail. |
| 22 | |
| 23 | 0.2 - 2014-02-20 |
| 24 | ~~~~~~~~~~~~~~~~ |
| 25 | |
| 26 | * Added :doc:`/hazmat/backends/commoncrypto`. |
| 27 | * Added initial :doc:`/hazmat/bindings/commoncrypto`. |
| 28 | * Removed ``register_cipher_adapter`` method from |
| 29 | :class:`~cryptography.hazmat.backends.interfaces.CipherBackend`. |
| 30 | * Added support for the OpenSSL backend under Windows. |
| 31 | * Improved thread-safety for the OpenSSL backend. |
| 32 | * Fixed compilation on systems where OpenSSL's ``ec.h`` header is not |
| 33 | available, such as CentOS. |
| 34 | * Added :class:`~cryptography.hazmat.primitives.kdf.pbkdf2.PBKDF2HMAC`. |
| 35 | * Added :class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF`. |
| 36 | * Added :doc:`/hazmat/backends/multibackend`. |
| 37 | * Set default random for the :doc:`/hazmat/backends/openssl` to the OS random engine. |
| 38 | * Added :class:`~cryptography.hazmat.primitives.ciphers.algorithms.CAST5` (CAST-128) support. |
| 39 | |
| 40 | 0.1 - 2014-01-08 |
| 41 | ~~~~~~~~~~~~~~~~ |
| 42 | |
| 43 | * Initial release. |
| 44 | |
Alex Stapleton | b9df278 | 2014-03-17 08:09:41 +0000 | [diff] [blame] | 45 | .. _`master`: https://github.com/pyca/cryptography/ |