diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2018-12-31 10:10:09 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-12-31 10:10:09 -0600 |
commit | f7567f62075f2e80762834e6d71c79cd50bb4529 (patch) | |
tree | 1c8bf332928ee9fb6aba717927b1144141d49c34 /vectors/cryptography_vectors/ciphers | |
parent | ebaa5706976ced25a89b89b49a570c22c1da1b87 (diff) | |
download | cryptography-f7567f62075f2e80762834e6d71c79cd50bb4529.tar.gz cryptography-f7567f62075f2e80762834e6d71c79cd50bb4529.tar.bz2 cryptography-f7567f62075f2e80762834e6d71c79cd50bb4529.zip |
HTTPS a bunch of links in random places (#4666)
* HTTPS a bunch of links in random places
* What the heck happened here?
Diffstat (limited to 'vectors/cryptography_vectors/ciphers')
3 files changed, 3 insertions, 3 deletions
diff --git a/vectors/cryptography_vectors/ciphers/Camellia/camellia-128-ecb.txt b/vectors/cryptography_vectors/ciphers/Camellia/camellia-128-ecb.txt index ec8c1a1f..56f56d8c 100644 --- a/vectors/cryptography_vectors/ciphers/Camellia/camellia-128-ecb.txt +++ b/vectors/cryptography_vectors/ciphers/Camellia/camellia-128-ecb.txt @@ -1,4 +1,4 @@ -# Vectors taken from http://info.isl.ntt.co.jp/crypt/eng/camellia/ +# Vectors taken from https://info.isl.ntt.co.jp/crypt/eng/camellia/ # Download is t_camelia.txt # Camellia with 128-bit key diff --git a/vectors/cryptography_vectors/ciphers/Camellia/camellia-192-ecb.txt b/vectors/cryptography_vectors/ciphers/Camellia/camellia-192-ecb.txt index b3e26435..f54e9623 100644 --- a/vectors/cryptography_vectors/ciphers/Camellia/camellia-192-ecb.txt +++ b/vectors/cryptography_vectors/ciphers/Camellia/camellia-192-ecb.txt @@ -1,4 +1,4 @@ -# Vectors taken from http://info.isl.ntt.co.jp/crypt/eng/camellia/ +# Vectors taken from https://info.isl.ntt.co.jp/crypt/eng/camellia/ # Download is t_camelia.txt # Camellia with 192-bit key diff --git a/vectors/cryptography_vectors/ciphers/Camellia/camellia-256-ecb.txt b/vectors/cryptography_vectors/ciphers/Camellia/camellia-256-ecb.txt index e28c089c..b8400bd3 100644 --- a/vectors/cryptography_vectors/ciphers/Camellia/camellia-256-ecb.txt +++ b/vectors/cryptography_vectors/ciphers/Camellia/camellia-256-ecb.txt @@ -1,4 +1,4 @@ -# Vectors taken from http://info.isl.ntt.co.jp/crypt/eng/camellia/ +# Vectors taken from https://info.isl.ntt.co.jp/crypt/eng/camellia/ # Download is t_camelia.txt # Camellia with 256-bit key |