diff options
author | Jack Lloyd <[email protected]> | 2019-05-31 23:08:11 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-05-31 23:08:11 -0400 |
commit | c610d318d37c899260a2d3f3e3692970c6f8d9ba (patch) | |
tree | 5c6d8ce88def9b231a278c868a15004d330ac979 /news.rst | |
parent | 32e54436797d8cba658f5663cf1a0dae589f8670 (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -4,7 +4,9 @@ Release Notes Version 2.11.0, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -* Add Argon2 password hash (GH #1981 #459) +* Add Argon2 PBKDF/password hash (GH #459 #1981 #1987) + +* Add Bcrypt-PBKDF password hash (#1990) * Add a shim allowing testing Botan against the BoringSSL test suite, and fix a number of bugs in TLS found using it. @@ -14,6 +16,8 @@ Version 2.11.0, Not Yet Released * Add support for OCSP stapling on server side. (GH #1703 #1967) +* Add ability to set the maximum allowed age of an OCSP response (GH #1974) + * Add a ``boost::asio`` TLS stream compatible with ``boost::asio::ssl``. (GH #1839 #1927) @@ -91,6 +95,8 @@ Version 2.11.0, Not Yet Released * Fix the makefile .PHONY syntax (GH #1874) +* Fix build issue with SoftHSM 2.5.0 (GH #1986) + Version 2.10.0, 2019-03-30 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |