diff options
author | Ayrx <terrycwk1994@gmail.com> | 2014-02-18 23:26:11 +0800 |
---|---|---|
committer | Ayrx <terrycwk1994@gmail.com> | 2014-02-18 23:26:11 +0800 |
commit | 933dd686855b32928b34d4fbeb8b55ba48d0a1ce (patch) | |
tree | 1eeeb2fc60eec87662e5399deefb13c58402122a /docs | |
parent | d056f53be7ef9602d370d35e93e7ae88c8b3975c (diff) | |
download | cryptography-933dd686855b32928b34d4fbeb8b55ba48d0a1ce.tar.gz cryptography-933dd686855b32928b34d4fbeb8b55ba48d0a1ce.tar.bz2 cryptography-933dd686855b32928b34d4fbeb8b55ba48d0a1ce.zip |
Fixed TOTP test vectors.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/test-vectors.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 97b5c344..f47f08de 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -58,6 +58,12 @@ Symmetric Ciphers * CAST5 (CBC, CFB, OFB) generated by this project. See: :doc:`/development/custom-vectors/cast5` +Two Factor Authentication +~~~~~~~~~~~~~~~~~~~~~~~~~ + +* HOTP from :rfc:`4226` +* TOTP from :rfc:`6238` (Note that an `errata`_ for the test vectors in RFC 6238 exists) + Creating Test Vectors --------------------- @@ -93,3 +99,4 @@ header format (substituting the correct information): .. _`RIPEMD website`: http://homes.esat.kuleuven.be/~bosselae/ripemd160.html .. _`Whirlpool website`: http://www.larc.usp.br/~pbarreto/WhirlpoolPage.html .. _`Specification repository`: https://github.com/fernet/spec +.. _`errata`: http://www.rfc-editor.org/errata_search.php?rfc=6238 |