diff options
author | Jack Lloyd <[email protected]> | 2018-03-01 13:18:58 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-03-01 13:18:58 -0500 |
commit | df13f16b05ea70ce24f97ddd6050ca55fdad6c4f (patch) | |
tree | 9def850d545b738b4df833b4e4d440c34835a090 /news.rst | |
parent | 1b285e8eb041b1f79eda5db31c9361fec1020947 (diff) |
Merge news entries [ci skip]
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -21,7 +21,7 @@ Version 2.5.0, Not Yet Released * Add ability to create custom elliptic curves (GH #1441 #1444) -* Add support for POWER8 AES instructions (GH #1459 #1206) +* Add support for POWER8 AES instructions (GH #1459 #1393 #1206) * Change DL_Group and EC_Group to store their data as shared_ptr for fast copying. Also both classes precompute additional useful values @@ -49,8 +49,6 @@ 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, instead the user should set these via CXXFLAGS if desired. (GH #1392) |