diff options
author | Jack Lloyd <[email protected]> | 2018-03-31 11:28:07 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-03-31 11:28:07 -0400 |
commit | 7a1af62edab489cb583b531d6d13416ae5a71271 (patch) | |
tree | 20699f862017fa1499203b0c337ce1461a83d5c1 /news.rst | |
parent | a007f45bcce08fc53058e97f2cc9e46465cc7829 (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) |