aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-11-15 08:47:48 -0500
committerJack Lloyd <[email protected]>2019-11-15 08:47:48 -0500
commite3265d2b15a75a6c0e8ccac94018a3fabceaab88 (patch)
treecee4574fe6a127a7c99b2def9050206126b5b271 /news.rst
parentf09d72616ac201f49edee2e8b73e6ebd078ee9fb (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 26ea7a6fa..1520b85e4 100644
--- a/news.rst
+++ b/news.rst
@@ -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)