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/LICENSE.APACHE | 4 ++-- 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 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'vectors') diff --git a/vectors/LICENSE.APACHE b/vectors/LICENSE.APACHE index d6456956..62589edd 100644 --- a/vectors/LICENSE.APACHE +++ b/vectors/LICENSE.APACHE @@ -1,7 +1,7 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -193,7 +193,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, 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