Alex Gaynor | 3f23040 | 2014-01-08 09:21:57 -0800 | [diff] [blame] | 1 | Changelog |
2 | ========= | ||||
Alex Gaynor | 8ea6a82 | 2014-01-17 16:08:46 -0600 | [diff] [blame] | 3 | |
Paul Kehrer | 2b64fe2 | 2014-01-08 19:59:28 -0600 | [diff] [blame] | 4 | 0.2 - 2014-XX-XX |
5 | ~~~~~~~~~~~~~~~~ | ||||
6 | |||||
Alex Gaynor | 8ea6a82 | 2014-01-17 16:08:46 -0600 | [diff] [blame] | 7 | **In development** |
8 | |||||
Paul Kehrer | b74658e | 2014-01-19 17:09:22 -0600 | [diff] [blame] | 9 | * Added :doc:`/hazmat/backends/commoncrypto` with hash and HMAC support. |
10 | * Added initial :doc:`/hazmat/bindings/commoncrypto`. | ||||
David Reid | 2084fa5 | 2014-01-20 10:48:18 -0800 | [diff] [blame^] | 11 | * Removed `register_cipher_adapter` method from |
12 | :class:`~cryptography.hazmat.backends.interfaces.CipherBackend`. | ||||
Alex Gaynor | 3f23040 | 2014-01-08 09:21:57 -0800 | [diff] [blame] | 13 | |
David Reid | d873b4c | 2014-01-08 11:42:45 -0800 | [diff] [blame] | 14 | 0.1 - 2014-01-08 |
Alex Gaynor | 924599e | 2014-01-08 09:47:05 -0800 | [diff] [blame] | 15 | ~~~~~~~~~~~~~~~~ |
Alex Gaynor | 3f23040 | 2014-01-08 09:21:57 -0800 | [diff] [blame] | 16 | |
Alex Gaynor | 7c6d7d6 | 2014-01-08 09:46:27 -0800 | [diff] [blame] | 17 | * Initial release. |
Paul Kehrer | b74658e | 2014-01-19 17:09:22 -0600 | [diff] [blame] | 18 |