aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/algos.rst4
-rw-r--r--doc/relnotes/1_11_3.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/algos.rst b/doc/algos.rst
index 13b0c9a25..5e4579a83 100644
--- a/doc/algos.rst
+++ b/doc/algos.rst
@@ -45,8 +45,8 @@ Hash functions
Block ciphers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- * Authenticated cipher modes EAX and OCB
- * Unauthenticated block cipher modes ECB, CBC, CBC/CTS, CFB, OFB, CTR, XTS
+ * Authenticated cipher modes EAX, OCB, and GCM
+ * Unauthenticated cipher modes CTR, CBC, XTS, CFB, OFB, and ECB
* AES (Rijndael) and AES candidates Serpent, Twofish, MARS, CAST-256, RC6
* DES, and variants 3DES and DESX
* National/telecom block ciphers SEED, KASUMI, MISTY1, GOST 28147
diff --git a/doc/relnotes/1_11_3.rst b/doc/relnotes/1_11_3.rst
index 2c8d246aa..6b0ba1492 100644
--- a/doc/relnotes/1_11_3.rst
+++ b/doc/relnotes/1_11_3.rst
@@ -1,8 +1,8 @@
Version 1.11.3, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-* An implementation of the OCB authenticated cipher mode is now
- included
+* Implementations of the OCB and GCM authenticated cipher modes are
+ now included
* New functions for symmetric encryption are included in cryptobox.h