aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE.APACHE4
-rw-r--r--src/_cffi_src/build_openssl.py2
-rw-r--r--tests/test_utils.py8
-rw-r--r--tests/utils.py2
-rw-r--r--vectors/LICENSE.APACHE4
-rw-r--r--vectors/cryptography_vectors/KDF/rfc-6070-PBKDF2-SHA1.txt2
-rw-r--r--vectors/cryptography_vectors/ciphers/Camellia/camellia-128-ecb.txt2
-rw-r--r--vectors/cryptography_vectors/ciphers/Camellia/camellia-192-ecb.txt2
-rw-r--r--vectors/cryptography_vectors/ciphers/Camellia/camellia-256-ecb.txt2
-rw-r--r--vectors/cryptography_vectors/hashes/MD5/rfc-1321.txt2
10 files changed, 15 insertions, 15 deletions
diff --git a/LICENSE.APACHE b/LICENSE.APACHE
index d6456956..62589edd 100644
--- a/LICENSE.APACHE
+++ b/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/src/_cffi_src/build_openssl.py b/src/_cffi_src/build_openssl.py
index 5676144d..456b8692 100644
--- a/src/_cffi_src/build_openssl.py
+++ b/src/_cffi_src/build_openssl.py
@@ -32,7 +32,7 @@ def _get_openssl_libraries(platform):
# In some circumstances, the order in which these libs are
# specified on the linker command-line is significant;
# libssl must come before libcrypto
- # (http://marc.info/?l=openssl-users&m=135361825921871)
+ # (https://marc.info/?l=openssl-users&m=135361825921871)
return ["ssl", "crypto"]
diff --git a/tests/test_utils.py b/tests/test_utils.py
index 81656eb9..ecd257bd 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -227,7 +227,7 @@ def test_load_ed25519_vectors():
def test_load_cryptrec_vectors():
vector_data = textwrap.dedent("""
- # 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
@@ -267,7 +267,7 @@ def test_load_cryptrec_vectors():
def test_load_cryptrec_vectors_invalid():
vector_data = textwrap.dedent("""
- # 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
@@ -282,7 +282,7 @@ def test_load_cryptrec_vectors_invalid():
def test_load_hash_vectors():
vector_data = textwrap.dedent("""
- # http://tools.ietf.org/html/rfc1321
+ # https://tools.ietf.org/html/rfc1321
[irrelevant]
Len = 0
@@ -327,7 +327,7 @@ MD = 750c783e6ab0b503eaa86e310a5db738
def test_load_hash_vectors_bad_data():
vector_data = textwrap.dedent("""
- # http://tools.ietf.org/html/rfc1321
+ # https://tools.ietf.org/html/rfc1321
Len = 0
Msg = 00
diff --git a/tests/utils.py b/tests/utils.py
index af7f766c..364a349b 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -435,7 +435,7 @@ def load_fips_dsa_sig_vectors(vector_data):
return vectors
-# http://tools.ietf.org/html/rfc4492#appendix-A
+# https://tools.ietf.org/html/rfc4492#appendix-A
_ECDSA_CURVE_NAMES = {
"P-192": "secp192r1",
"P-224": "secp224r1",
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