diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-03-07 08:27:12 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-03-07 08:27:12 -0400 |
commit | de1bc1f5fd25cee71a25bf3e50c57137cb81c08d (patch) | |
tree | 5de18e29994b543424cba185d4cf6c4f6419a750 /docs/development/test-vectors.rst | |
parent | e48a5aec0981db2b3f8b17bb9d357c8d98b25a82 (diff) | |
parent | 6422d83d235c994bdef6a9f717682b552937d822 (diff) | |
download | cryptography-de1bc1f5fd25cee71a25bf3e50c57137cb81c08d.tar.gz cryptography-de1bc1f5fd25cee71a25bf3e50c57137cb81c08d.tar.bz2 cryptography-de1bc1f5fd25cee71a25bf3e50c57137cb81c08d.zip |
Merge pull request #2770 from alex/protect-our-users
HTTPS some links, in the odd event users of a cryptographic library w…
Diffstat (limited to 'docs/development/test-vectors.rst')
-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 5bb4eefc..e4618927 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -425,7 +425,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`: http://www.cryptrec.go.jp +.. _`CRYPTREC`: https://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 |