HTTPS a bunch of links in random places (#4666)

* HTTPS a bunch of links in random places

* What the heck happened here?
This commit is contained in:
Alex Gaynor 2018-12-31 10:10:09 -06:00 committed by Paul Kehrer
parent ebaa570697
commit f7567f6207
10 changed files with 15 additions and 15 deletions

View file

@ -1,7 +1,7 @@
Apache License Apache License
Version 2.0, January 2004 Version 2.0, January 2004
http://www.apache.org/licenses/ https://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 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 not use this file except in compliance with the License.
You may obtain a copy of the License at 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 Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,

View file

@ -32,7 +32,7 @@ def _get_openssl_libraries(platform):
# In some circumstances, the order in which these libs are # In some circumstances, the order in which these libs are
# specified on the linker command-line is significant; # specified on the linker command-line is significant;
# libssl must come before libcrypto # libssl must come before libcrypto
# (http://marc.info/?l=openssl-users&m=135361825921871) # (https://marc.info/?l=openssl-users&m=135361825921871)
return ["ssl", "crypto"] return ["ssl", "crypto"]

View file

@ -227,7 +227,7 @@ def test_load_ed25519_vectors():
def test_load_cryptrec_vectors(): def test_load_cryptrec_vectors():
vector_data = textwrap.dedent(""" 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 # Download is t_camelia.txt
# Camellia with 128-bit key # Camellia with 128-bit key
@ -267,7 +267,7 @@ def test_load_cryptrec_vectors():
def test_load_cryptrec_vectors_invalid(): def test_load_cryptrec_vectors_invalid():
vector_data = textwrap.dedent(""" 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 # Download is t_camelia.txt
# Camellia with 128-bit key # Camellia with 128-bit key
@ -282,7 +282,7 @@ def test_load_cryptrec_vectors_invalid():
def test_load_hash_vectors(): def test_load_hash_vectors():
vector_data = textwrap.dedent(""" vector_data = textwrap.dedent("""
# http://tools.ietf.org/html/rfc1321 # https://tools.ietf.org/html/rfc1321
[irrelevant] [irrelevant]
Len = 0 Len = 0
@ -327,7 +327,7 @@ MD = 750c783e6ab0b503eaa86e310a5db738
def test_load_hash_vectors_bad_data(): def test_load_hash_vectors_bad_data():
vector_data = textwrap.dedent(""" vector_data = textwrap.dedent("""
# http://tools.ietf.org/html/rfc1321 # https://tools.ietf.org/html/rfc1321
Len = 0 Len = 0
Msg = 00 Msg = 00

View file

@ -435,7 +435,7 @@ def load_fips_dsa_sig_vectors(vector_data):
return vectors return vectors
# http://tools.ietf.org/html/rfc4492#appendix-A # https://tools.ietf.org/html/rfc4492#appendix-A
_ECDSA_CURVE_NAMES = { _ECDSA_CURVE_NAMES = {
"P-192": "secp192r1", "P-192": "secp192r1",
"P-224": "secp224r1", "P-224": "secp224r1",

View file

@ -1,7 +1,7 @@
Apache License Apache License
Version 2.0, January 2004 Version 2.0, January 2004
http://www.apache.org/licenses/ https://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 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 not use this file except in compliance with the License.
You may obtain a copy of the License at 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 Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,

View file

@ -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 COUNT = 0
PASSWORD = password PASSWORD = password

View file

@ -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 # Download is t_camelia.txt
# Camellia with 128-bit key # Camellia with 128-bit key

View file

@ -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 # Download is t_camelia.txt
# Camellia with 192-bit key # Camellia with 192-bit key

View file

@ -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 # Download is t_camelia.txt
# Camellia with 256-bit key # Camellia with 256-bit key

View file

@ -1,4 +1,4 @@
# http://tools.ietf.org/html/rfc1321 # https://tools.ietf.org/html/rfc1321
Len = 0 Len = 0
Msg = 00 Msg = 00