aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-01-28 17:52:51 -0500
committerJack Lloyd <[email protected]>2018-01-28 17:52:51 -0500
commitbb02b60dae96361818ac362d13ac69243d655387 (patch)
tree187721b9347133fb882aac36dfcdf004ab3a999e /news.rst
parent2d1058b299af9033efe4f63535de8d4da41b1bd9 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 119960028..2022e04e6 100644
--- a/news.rst
+++ b/news.rst
@@ -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