aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_utils.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-12-31 10:10:09 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-12-31 10:10:09 -0600
commitf7567f62075f2e80762834e6d71c79cd50bb4529 (patch)
tree1c8bf332928ee9fb6aba717927b1144141d49c34 /tests/test_utils.py
parentebaa5706976ced25a89b89b49a570c22c1da1b87 (diff)
downloadcryptography-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 'tests/test_utils.py')
-rw-r--r--tests/test_utils.py8
1 files changed, 4 insertions, 4 deletions
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