diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-10-03 08:24:50 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-10-03 08:24:50 -0500 |
commit | ccfbbbc045fb3535eb5e04915615b715ed8f5682 (patch) | |
tree | ffcd5819ccd840cd464d84f384c522e972fbda3f /docs/development | |
parent | 716dfd02b5f05373f8df4563ad16f26fc5c6f1a5 (diff) | |
parent | bfda765d9c75ab1a1e3f823fa45f32fb3e76735c (diff) | |
download | cryptography-ccfbbbc045fb3535eb5e04915615b715ed8f5682.tar.gz cryptography-ccfbbbc045fb3535eb5e04915615b715ed8f5682.tar.bz2 cryptography-ccfbbbc045fb3535eb5e04915615b715ed8f5682.zip |
Merge pull request #2392 from alex/drop-tls
drop the tls, it uses a weird CA that's not supported on our CI
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 25871d5c..15c3be96 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -397,7 +397,7 @@ header format (substituting the correct information): .. _`NIST CAVP`: http://csrc.nist.gov/groups/STM/cavp/ .. _`Bruce Schneier's vectors`: https://www.schneier.com/code/vectors.txt .. _`Camellia page`: https://info.isl.ntt.co.jp/crypt/eng/camellia/ -.. _`CRYPTREC`: https://www.cryptrec.go.jp +.. _`CRYPTREC`: http://www.cryptrec.go.jp .. _`OpenSSL's test vectors`: https://github.com/openssl/openssl/blob/97cf1f6c2854a3a955fd7dd3a1f113deba00c9ef/crypto/evp/evptests.txt#L232 .. _`RIPEMD website`: http://homes.esat.kuleuven.be/~bosselae/ripemd160.html .. _`Whirlpool website`: http://www.larc.usp.br/~pbarreto/WhirlpoolPage.html |