aboutsummaryrefslogtreecommitdiffstats
path: root/tests/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/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/utils.py')
-rw-r--r--tests/utils.py2
1 files changed, 1 insertions, 1 deletions
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",