aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-02-16 17:31:30 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-02-16 17:31:30 -0800
commit3e4489ac893571505f62bb39f039c06b9901f4af (patch)
treee454ce35fe9cf5d50ec6ff2263a5a30be6618292 /docs/development
parentc5b0aa06a7cc843578523acb847646f3881df27f (diff)
parente547d8f883b4a6425e33f72c347f2dd73af6940c (diff)
downloadcryptography-3e4489ac893571505f62bb39f039c06b9901f4af.tar.gz
cryptography-3e4489ac893571505f62bb39f039c06b9901f4af.tar.bz2
cryptography-3e4489ac893571505f62bb39f039c06b9901f4af.zip
Merge pull request #623 from reaperhulk/openssl-loader-your-time-is-coming
Reformat AES CTR vectors to use NIST loader & document their source
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 3b8632e6..97b5c344 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -47,7 +47,8 @@ Recipes
Symmetric Ciphers
~~~~~~~~~~~~~~~~~
-* AES (CBC, CFB, CTR, ECB, GCM, OFB) from `NIST CAVP`_.
+* AES (CBC, CFB, ECB, GCM, OFB) from `NIST CAVP`_.
+* AES CTR from :rfc:`3686`.
* 3DES (CBC, CFB, ECB, OFB) from `NIST CAVP`_.
* ARC4 from :rfc:`6229`.
* Blowfish (CBC, CFB, ECB, OFB) from `Bruce Schneier's vectors`_.