blob: c60de26d12bc573ad47f582a9630fe446de681e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Version 1.9.14, 2011-03-01
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* Add support for bcrypt, OpenBSD's password hashing scheme. It is
described in :ref:`bcrypt`.
* Add support for NIST's AES key wrapping algorithm, as described in
:rfc:`3394`. It is available by including ``rfc3394.h``.
* Fix an infinite loop in zlib filters introduced in 1.9.11 (:pr:`142`)
|