aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-03-16 22:26:15 +0000
committerlloyd <[email protected]>2013-03-16 22:26:15 +0000
commitaa5dc5d28f41d69b47b4180032fe57c8dc1a74ac (patch)
treeac6305e78ce4655e5d17be11abb11834452bc644
parent78a97a203d3243d8ca48696fe0105b2cf4e4d969 (diff)
Relnote GCM support
-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