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? --- tests/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/utils.py') 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", -- cgit v1.2.3