diff options
author | Jack Lloyd <[email protected]> | 2019-11-15 08:47:48 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-11-15 08:47:48 -0500 |
commit | e3265d2b15a75a6c0e8ccac94018a3fabceaab88 (patch) | |
tree | cee4574fe6a127a7c99b2def9050206126b5b271 /news.rst | |
parent | f09d72616ac201f49edee2e8b73e6ebd078ee9fb (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -8,12 +8,27 @@ Version 2.13.0, Not Yet Released * Add support for XMSS X.509 certificates (GH #2172) +* It is now possible to disable TLS v1.0/v1.1 and DTLS v1.0 at build time. + (GH #2188) + * Improve RSA key generation performance (GH #2148) * Make gcd computation constant-time (GH #2147) +* Add AVX2 implementation of SHACAL2 (GH #2196) + +* Update BSI policy to reflect 2019 update of TR 02102-2 (GH #2195) + * Support more functionality for X.509 in the Python API (GH #2165) +* Add ``generic`` CPU target useful when building for some new or unusual + platform. + +* Disable MD5 in BSI or NIST modes (GH #2188) + +* Disable stack protector on MinGW as it causes crashes with some recent + versions. (GH #2187) + * Fix a bug introduced in 2.12.0 where ``TLS::Channel::is_active`` and ``TLS::Channel::is_closed`` could simultanously return true. (GH #2174 #2171) |