aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-18 14:35:05 -1000
committerAlex Gaynor <alex.gaynor@gmail.com>2017-06-18 20:35:05 -0400
commite67354e9e9dc8a5154e8add86d3eefbb7d83df7c (patch)
treedef98321283382d1895b9f5e1992887c36bc37e8 /docs/development/test-vectors.rst
parente45151c2589ce7dea2987ee6f977092b84b7c803 (diff)
downloadcryptography-e67354e9e9dc8a5154e8add86d3eefbb7d83df7c.tar.gz
cryptography-e67354e9e9dc8a5154e8add86d3eefbb7d83df7c.tar.bz2
cryptography-e67354e9e9dc8a5154e8add86d3eefbb7d83df7c.zip
add NIST CAVP CCM vectors (#3698)
http://csrc.nist.gov/groups/STM/cavp/documents/mac/ccmtestvectors.zip No TLS :(
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r--docs/development/test-vectors.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 55175f53..d54cb10c 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -408,7 +408,7 @@ Recipes
Symmetric ciphers
~~~~~~~~~~~~~~~~~
-* AES (CBC, CFB, ECB, GCM, OFB) from `NIST CAVP`_.
+* AES (CBC, CFB, ECB, GCM, OFB, CCM) from `NIST CAVP`_.
* AES CTR from :rfc:`3686`.
* 3DES (CBC, CFB, ECB, OFB) from `NIST CAVP`_.
* ARC4 (KEY-LENGTH: 40, 56, 64, 80, 128, 192, 256) from :rfc:`6229`.