diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2021-11-15 20:19:44 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-15 07:19:44 -0500 |
| commit | 78c2dd8a04ecf9c18fb3d30987015391b31b55c8 (patch) | |
| tree | 01b94a22bc547484b0025b1b3b2a2b126b691ccb /docs | |
| parent | ffb40e622852b94e9e7ce45cd99a08acc1aedaee (diff) | |
| download | cryptography-78c2dd8a04ecf9c18fb3d30987015391b31b55c8.tar.gz | |
add AES SIV vectors (#6608)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/development/test-vectors.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 4f21b7448..6a81da2c3 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -824,6 +824,7 @@ Symmetric ciphers * AES (CBC, CFB, ECB, GCM, OFB, CCM) from `NIST CAVP`_. * AES CTR from :rfc:`3686`. * AES OCB3 from :rfc:`7253`. +* AES SIV from OpenSSL's `evpciph_aes_siv.txt`_. * 3DES (CBC, CFB, ECB, OFB) from `NIST CAVP`_. * ARC4 (KEY-LENGTH: 40, 56, 64, 80, 128, 192, 256) from :rfc:`6229`. * ARC4 (KEY-LENGTH: 160) generated by this project. @@ -936,3 +937,4 @@ header format (substituting the correct information): .. _`root-ed25519.pem`: https://github.com/openssl/openssl/blob/2a1e2fe145c6eb8e75aa2e1b3a8c3a49384b2852/test/certs/root-ed25519.pem .. _`server-ed25519-cert.pem`: https://github.com/openssl/openssl/blob/2a1e2fe145c6eb8e75aa2e1b3a8c3a49384b2852/test/certs/server-ed25519-cert.pem .. _`server-ed448-cert.pem`: https://github.com/openssl/openssl/blob/2a1e2fe145c6eb8e75aa2e1b3a8c3a49384b2852/test/certs/server-ed448-cert.pem +.. _`evpciph_aes_siv.txt`: https://github.com/openssl/openssl/blob/d830526c711074fdcd82c70c24c31444366a1ed8/test/recipes/30-test_evp_data/evpciph_aes_siv.txt |
