diff options
author | Jack Lloyd <[email protected]> | 2018-01-13 13:12:43 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-01-13 13:12:43 -0500 |
commit | bede26dcff12cbb528a014bed3c2da983f04f8e4 (patch) | |
tree | 1d60477d5a955266d94cd87c1aa555e66852a5d4 /news.rst | |
parent | 6b29180686c9897a87b689261ea3a86f55d809c9 (diff) |
Fix return value of PK_Encryptor::maximum_input_size
Fixes GH #1410
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |