diff options
author | lloyd <[email protected]> | 2013-03-16 19:55:42 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-03-16 19:55:42 +0000 |
commit | 2dcb4899200493ce3ed37dbe5f071b12091d7b47 (patch) | |
tree | 524a73c8aa422413302b98ab97b54b70b0542ade /doc/algos.rst | |
parent | aeb997bca6f6ce2856d1d346514f6e41167db957 (diff) |
Relnote adding OCB
Diffstat (limited to 'doc/algos.rst')
-rw-r--r-- | doc/algos.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/algos.rst b/doc/algos.rst index 2d4f455a8..13b0c9a25 100644 --- a/doc/algos.rst +++ b/doc/algos.rst @@ -20,7 +20,6 @@ TLS/Public Key Infrastructure * Certificate path validation * PKCS #10 certificate requests (creation and certificate issue) - Public Key Cryptography ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -46,14 +45,14 @@ Hash functions Block ciphers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + * Authenticated cipher modes EAX and OCB + * Unauthenticated block cipher modes ECB, CBC, CBC/CTS, CFB, OFB, CTR, XTS * 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, Skipjack + * National/telecom block ciphers SEED, KASUMI, MISTY1, GOST 28147 * Other block ciphers including Blowfish, CAST-128, IDEA, Noekeon, - TEA, XTEA, RC2, RC5, SAFER-SK, and Square + Skipjack, TEA, XTEA, RC2, RC5, SAFER-SK, and Square * Block cipher constructions Luby-Rackoff and Lion - * Block cipher modes ECB, CBC, CBC/CTS, CFB, OFB, CTR, XTS and - authenticated cipher mode EAX Stream Ciphers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |