From f7914109e7518272032fcf5cdea8276bc6511d94 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 23 Feb 2014 22:03:47 -0600 Subject: add vector source data for IDEA ECB to docs --- docs/development/test-vectors.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index f18a5f2e..ab60fdbd 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -67,6 +67,7 @@ Symmetric Ciphers * CAST5 (ECB) from :rfc:`2144`. * CAST5 (CBC, CFB, OFB) generated by this project. See: :doc:`/development/custom-vectors/cast5` +* IDEA (ECB) from the `NESSIE IDEA vectors`_ created by `NESSIE`_. Two Factor Authentication ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -122,3 +123,5 @@ header format (substituting the correct information): .. _`FIPS 186-2`: http://csrc.nist.gov/groups/STM/cavp/documents/dss/186-2dsatestvectors.zip .. _`FIPS 186-3`: http://csrc.nist.gov/groups/STM/cavp/documents/dss/186-3dsatestvectors.zip .. _`GnuTLS example keys`: https://gitorious.org/gnutls/gnutls/commit/ad2061deafdd7db78fd405f9d143b0a7c579da7b +.. _`NESSIE IDEA vectors`: https://www.cosic.esat.kuleuven.be/nessie/testvectors/bc/idea/Idea-128-64.verified.test-vectors +.. _`NESSIE`: https://en.wikipedia.org/wiki/NESSIE -- cgit v1.2.3 From 92ddd7636b85a2b452019af46026ceda85c7ca35 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 3 Mar 2014 19:39:40 -0800 Subject: On the suggestion of @zooko, note that we have not been audited --- docs/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 176405b5..02f7ba32 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -91,4 +91,10 @@ The ``cryptography`` open source project community +.. note:: + + ``cryptography`` has not been subjected to an external audit of its code or + documentation. If you're interested in discussing an audit please + :doc:`getting in touch `. + .. _`pre-compiled binaries`: https://www.openssl.org/related/binaries.html -- cgit v1.2.3 From 0df8c97126467390cff8457537d2e5648a82fc57 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 3 Mar 2014 19:43:50 -0800 Subject: grammar. an thing. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 02f7ba32..a25f4470 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -95,6 +95,6 @@ The ``cryptography`` open source project ``cryptography`` has not been subjected to an external audit of its code or documentation. If you're interested in discussing an audit please - :doc:`getting in touch `. + :doc:`get in touch `. .. _`pre-compiled binaries`: https://www.openssl.org/related/binaries.html -- cgit v1.2.3