From f7567f62075f2e80762834e6d71c79cd50bb4529 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 31 Dec 2018 10:10:09 -0600 Subject: HTTPS a bunch of links in random places (#4666) * HTTPS a bunch of links in random places * What the heck happened here? --- vectors/cryptography_vectors/KDF/rfc-6070-PBKDF2-SHA1.txt | 2 +- vectors/cryptography_vectors/ciphers/Camellia/camellia-128-ecb.txt | 2 +- vectors/cryptography_vectors/ciphers/Camellia/camellia-192-ecb.txt | 2 +- vectors/cryptography_vectors/ciphers/Camellia/camellia-256-ecb.txt | 2 +- vectors/cryptography_vectors/hashes/MD5/rfc-1321.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'vectors/cryptography_vectors') diff --git a/vectors/cryptography_vectors/KDF/rfc-6070-PBKDF2-SHA1.txt b/vectors/cryptography_vectors/KDF/rfc-6070-PBKDF2-SHA1.txt index 739f3f36..d495789b 100644 --- a/vectors/cryptography_vectors/KDF/rfc-6070-PBKDF2-SHA1.txt +++ b/vectors/cryptography_vectors/KDF/rfc-6070-PBKDF2-SHA1.txt @@ -1,4 +1,4 @@ -# PBKDF2 SHA1 vectors from http://www.ietf.org/rfc/rfc6070.txt +# PBKDF2 SHA1 vectors from https://www.ietf.org/rfc/rfc6070.txt COUNT = 0 PASSWORD = password 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 diff --git a/vectors/cryptography_vectors/hashes/MD5/rfc-1321.txt b/vectors/cryptography_vectors/hashes/MD5/rfc-1321.txt index 1ca16a3c..d3f10847 100644 --- a/vectors/cryptography_vectors/hashes/MD5/rfc-1321.txt +++ b/vectors/cryptography_vectors/hashes/MD5/rfc-1321.txt @@ -1,4 +1,4 @@ -# http://tools.ietf.org/html/rfc1321 +# https://tools.ietf.org/html/rfc1321 Len = 0 Msg = 00 -- cgit v1.2.3