diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-02-23 05:38:41 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-02-23 04:38:41 -0600 |
commit | 9a59ad87f65ea4fa7f8aab58ae8a98b8c378bc13 (patch) | |
tree | 00d5b15c89d4700fa7c369db99e6369d374ccc23 /docs/development | |
parent | b1d5b32bfd9634fd628b194585d0899ebc7db72b (diff) | |
download | cryptography-9a59ad87f65ea4fa7f8aab58ae8a98b8c378bc13.tar.gz cryptography-9a59ad87f65ea4fa7f8aab58ae8a98b8c378bc13.tar.bz2 cryptography-9a59ad87f65ea4fa7f8aab58ae8a98b8c378bc13.zip |
Use HTTPS urls for a few more websites (#3416)
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 97479983..812df28a 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -457,7 +457,7 @@ header format (substituting the correct information): .. _`Camellia page`: https://info.isl.ntt.co.jp/crypt/eng/camellia/ .. _`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 +.. _`RIPEMD website`: https://homes.esat.kuleuven.be/~bosselae/ripemd160.html .. _`Whirlpool website`: http://www.larc.usp.br/~pbarreto/WhirlpoolPage.html .. _`draft RFC`: https://tools.ietf.org/html/draft-josefsson-scrypt-kdf-01 .. _`Specification repository`: https://github.com/fernet/spec @@ -472,7 +472,7 @@ header format (substituting the correct information): .. _`GnuTLS example keys`: https://gitlab.com/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 -.. _`Ed25519 website`: http://ed25519.cr.yp.to/software.html +.. _`Ed25519 website`: https://ed25519.cr.yp.to/software.html .. _`NIST SP-800-38B`: http://csrc.nist.gov/publications/nistpubs/800-38B/Updated_CMAC_Examples.pdf .. _`NIST PKI Testing`: http://csrc.nist.gov/groups/ST/crypto_apps_infra/pki/pkitesting.html .. _`testx509.pem`: https://github.com/openssl/openssl/blob/master/test/testx509.pem |