From: Daniel Kahn Gillmor Date: Wed, 8 Aug 2012 04:53:06 +0000 (-0400) Subject: fix GCM capitalization X-Git-Tag: nettle_2.6_release_20130116~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31f6181defb49d3ebf489376d3da45e30ea98333;p=thirdparty%2Fnettle.git fix GCM capitalization --- diff --git a/nettle.texinfo b/nettle.texinfo index cfb4c574..4904d91a 100644 --- a/nettle.texinfo +++ b/nettle.texinfo @@ -1472,7 +1472,7 @@ processing them independently with the block cipher (Electronic Code Book mode, @acronym{ECB}) leaks information. Besides @acronym{ECB}, Nettle provides three other modes of operation: Cipher Block Chaining (@acronym{CBC}), Counter mode (@acronym{CTR}), and Galois/Counter mode -(@acronym{gcm}). @acronym{CBC} is widely used, but there are a few +(@acronym{GCM}). @acronym{CBC} is widely used, but there are a few subtle issues of information leakage, see, e.g., @uref{http://www.kb.cert.org/vuls/id/958563, @acronym{SSH} @acronym{CBC} vulnerability}. @acronym{CTR} and @acronym{GCM}