diff options
author | Jack Lloyd <[email protected]> | 2018-01-28 17:52:51 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-01-28 17:52:51 -0500 |
commit | bb02b60dae96361818ac362d13ac69243d655387 (patch) | |
tree | 187721b9347133fb882aac36dfcdf004ab3a999e /news.rst | |
parent | 2d1058b299af9033efe4f63535de8d4da41b1bd9 (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -4,6 +4,24 @@ Release Notes Version 2.5.0, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* Add support for RSA-PSS signatures in TLS (GH #1285) + +* Add a new Credentials_Manager callback that specifies which CAs the server + has indicated it trusts (GH #1395 fixing #1261) + +* Add new TLS::Callbacks methods that allow creating or removing extensions, + as well as examining extensions sent by the peer (GH #1394 #1186) + +* Make it possible for PKCS10 requests to include custom extensions. This also + makes it possible to use muliple SubjectAlternativeNames of a single type in + a request, which was previously not possible. (GH #1429 #1428) + +* Add DSA and ElGamal keygen functions to FFI (#1426) + +* Add Pipe::prepend_filter to replace Pipe::prepend (GH #1402) + +* Fix a memory leak in the OpenSSL block cipher integration, introduced in 2.2.0 + * Use an improved algorithm for generating safe primes which is several tens of times faster. Also, fix a bug in the prime sieving algorithm which caused standard prime generation (like for RSA keys) to be slower than necessary. @@ -17,6 +35,13 @@ Version 2.5.0, Not Yet Released * Remove use of CPU specific optimization flags, instead the user should set these via CXXFLAGS if desired. (GH #1392) +* The output of ``botan --help`` has been improved (GH #1387) + +* Add ``--der-format`` flag to command line utils, making it possible verify + DSA/ECDSA signatures generated by OpenSSL command line (GH #1409) + +* Add support for ``--library-suffix`` option to ``configure.py`` (GH #1405 #1404) + * Use feature flags to enable/disable system specific code (GH #1378) * The Perl XS based wrapper has been removed, as it was unmaintained and |