aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-01-17 10:59:44 -0500
committerJack Lloyd <[email protected]>2018-01-17 10:59:44 -0500
commit120c9302ab9773f3429ea6cf0e732a2ec805fcd5 (patch)
treeb60f64f8525037859395b233946de3c913f620e9 /news.rst
parent7beb1c276472972f44a0818ccc2b143cc29b2e95 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/news.rst b/news.rst
index d508acabe..bd28bb015 100644
--- a/news.rst
+++ b/news.rst
@@ -4,15 +4,23 @@ Release Notes
Version 2.5.0, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+* Use an improved algorithm for generating safe primes which is several tens of
+ times faster. Also, fix a bug in the prime sieving algorithm which caused
+ standard prime generation (like for RSA keys) to be slower than necessary.
+ (GH #1413 #1411)
+
* Correct the return value of PK_Encryptor::maximum_input_size which
reported a much too small value (GH #1410)
* Support detecting POWER crypto extensions using getauxval (GH #1393)
-* Remove use of CPU specific optimization flags (GH #1392)
+* Remove use of CPU specific optimization flags, instead the user should set
+ these via CXXFLAGS if desired. (GH #1392)
* Use feature flags to enable/disable system specific code (GH #1378)
+* The Perl XS based wrapper has been removed. (GH #1412)
+
Version 2.4.0, 2018-01-08
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^