aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-03-31 11:28:07 -0400
committerJack Lloyd <[email protected]>2018-03-31 11:28:07 -0400
commit7a1af62edab489cb583b531d6d13416ae5a71271 (patch)
tree20699f862017fa1499203b0c337ce1461a83d5c1 /news.rst
parenta007f45bcce08fc53058e97f2cc9e46465cc7829 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 489fbb7a6..a72a60676 100644
--- a/news.rst
+++ b/news.rst
@@ -4,6 +4,10 @@ Release Notes
Version 2.5.0, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+* Fix error in certificate wildcard matching (CVE-2018-9127), where a
+ wildcard cert for ``b*.example.com`` would be accepted as a match for
+ any host with name ``*b*.example.com`` (GH #1519)
+
* Add support for RSA-PSS signatures in TLS (GH #1285)
* Ed25519 certificates are now supported (GH #1501)
@@ -98,6 +102,9 @@ Version 2.5.0, Not Yet Released
enable. The existing ``--with-sanitizers`` option just enables some default
set which is known to work with the minimum required compiler versions.
+* Use either ``rst2man`` or ``rst2man.py`` for generating man page as
+ distributions differ on where this program is installed (GH #1516)
+
* The threefish module has been renamed threefish_512 since that is the
algorithm it provides. (GH #1477)