aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-10-26 23:57:25 -0400
committerJack Lloyd <[email protected]>2017-10-26 23:57:25 -0400
commit814ad06e3dcde954a1e0fb2422ed98297bd1a81d (patch)
tree135cafcbbda9276e40ac7b914c184c4af1251a0d
parent0fc11eec28be9dfe01b8bf0343802c1c70476398 (diff)
Update news
-rw-r--r--news.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 3cb695f95..4e0aebaa6 100644
--- a/news.rst
+++ b/news.rst
@@ -18,6 +18,10 @@ Version 2.4.0, Not Yet Released
* Various optimizations for OCB, CFB, CTR, SM3, SM4, GMAC, BLAKE2b
+* Symmetric algorithms (block ciphers, stream ciphers, MACs) now verify that a
+ key was set before accepting data. Previously attempting to use an unkeyed
+ object would instead result in either a crash or invalid outputs. (GH #1279)
+
* New functions for bit rotations that distinguish rotating by a
compile-time constant vs a runtime variable rotation. This allows
better optimizations in both cases. Notably performance of CAST-128