aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-01-13 13:12:43 -0500
committerJack Lloyd <[email protected]>2018-01-13 13:12:43 -0500
commitbede26dcff12cbb528a014bed3c2da983f04f8e4 (patch)
tree1d60477d5a955266d94cd87c1aa555e66852a5d4 /news.rst
parent6b29180686c9897a87b689261ea3a86f55d809c9 (diff)
Fix return value of PK_Encryptor::maximum_input_size
Fixes GH #1410
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index fa348daaa..d508acabe 100644
--- a/news.rst
+++ b/news.rst
@@ -4,6 +4,9 @@ Release Notes
Version 2.5.0, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+* 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)