diff options
author | Jack Lloyd <[email protected]> | 2018-08-07 18:41:05 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-08-07 18:41:48 -0400 |
commit | c54b4908ba630f2bda98a2e5c4397f1a8e6e394d (patch) | |
tree | cb5a7745cb9ca65bd232bcae76297919a332e3dc /news.rst | |
parent | 2aa4ea30aa5f3a5da07dd2d3e460cde1237b45ff (diff) |
Update docs and release notes
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,8 @@ Version 2.8.0, Not Yet Released of tests (under 16 or so) it is possible if unlikely they would accept such a composite as prime. Adding a Lucas test precludes such an attack. (GH #1636) +* Add XChaCha and XChaCha20Poly1305 (GH #1640) + * Previously SM2 had two distinct key types, one for signatures and another for encryption. They have now been merged into a single key type since in practice it seems the same key is at times used for both operations. (GH #1637) @@ -39,6 +41,9 @@ Version 2.8.0, Not Yet Released * Resolve a problem when building under Visual C++ 15.8 (GH #1624) +* Fix a bug in XSalsa20 (192-bit Salsa nonces) where if set_iv was called twice + without calling set_key, the resulting encryption was incorrect. (GH #1640) + * Handle an error seen when verifying invalid ECDSA signatures using LibreSSL on non x86-64 platforms (GH #1627 #1628) |