aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-11-09 08:43:37 -0500
committerJack Lloyd <[email protected]>2020-11-09 08:43:37 -0500
commiteb0b710a8fef5e0f83caee601a46c137af21b019 (patch)
tree50bb03d2353598a6829f105a6ebefdd25d28b7f8 /news.rst
parent729d949cc89a5e2a59bd9bd882c061bc5bf800f2 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst14
1 files changed, 11 insertions, 3 deletions
diff --git a/news.rst b/news.rst
index 0d4600a5c..1eb172eff 100644
--- a/news.rst
+++ b/news.rst
@@ -4,9 +4,6 @@ Release Notes
Version 3.0.0, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-* Remove several deprecated algorithms including CAST-256, MISTY1, Kasumi,
- DESX, XTEA, PBKDF1, MCEIES, CBC-MAC and Tiger (GH #2434)
-
* Switch the build to C++17 mode; require at least GCC 9, Clang 7 or MSVC 2019.
(GH #2455)
@@ -15,6 +12,15 @@ Version 3.0.0, Not Yet Released
* Many headers which were previously marked as becoming internal in 2.x have
now been made internal (GH #2456)
+* Remove several deprecated algorithms including CAST-256, MISTY1, Kasumi,
+ DESX, XTEA, PBKDF1, MCEIES, CBC-MAC and Tiger (GH #2434)
+
+* Resolve an issue in the modular square root function which could cause
+ a near-infinite loop if used with a composite modulus of a certain form
+ where finding a quadratic non-residue is hard. (GH #2478 #2476)
+
+* Add new ``X509_DN::DER_encode`` function. (GH #2472)
+
* Re-enable support for CLMUL instruction on Visual C++, which was accidentally
disabled starting in 2.12.0
@@ -27,6 +33,8 @@ Version 3.0.0, Not Yet Released
* Remove support for Google NaCl (GH #2455)
+* Add more tests of the Jacobi symbol calculation (#2477)
+
* Improve DragonflyBSD platform support (GH #2457)
Version 2.17.1, 2020-11-07