From e51236d7c0b5432f3e79fc025de6c9c8eb28f210 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 6 Nov 2016 10:13:35 -0500 Subject: Last pass over fixing the links (#3224) --- docs/development/custom-vectors/idea.rst | 2 +- docs/development/custom-vectors/seed.rst | 2 +- docs/development/test-vectors.rst | 2 +- docs/hazmat/bindings/openssl.rst | 2 +- docs/hazmat/primitives/symmetric-encryption.rst | 2 +- docs/installation.rst | 3 +-- docs/random-numbers.rst | 2 +- 7 files changed, 7 insertions(+), 8 deletions(-) (limited to 'docs') diff --git a/docs/development/custom-vectors/idea.rst b/docs/development/custom-vectors/idea.rst index 336cdf01..758a108e 100644 --- a/docs/development/custom-vectors/idea.rst +++ b/docs/development/custom-vectors/idea.rst @@ -29,4 +29,4 @@ project's Python bindings. Download link: :download:`verify_idea.py ` -.. _`Botan`: http://botan.randombit.net +.. _`Botan`: https://botan.randombit.net diff --git a/docs/development/custom-vectors/seed.rst b/docs/development/custom-vectors/seed.rst index 290fb77a..8c4a7aab 100644 --- a/docs/development/custom-vectors/seed.rst +++ b/docs/development/custom-vectors/seed.rst @@ -29,4 +29,4 @@ project's Python bindings. Download link: :download:`verify_seed.py ` -.. _`Botan`: http://botan.randombit.net +.. _`Botan`: https://botan.randombit.net diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 4f0ece5c..3429d520 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -427,7 +427,7 @@ header format (substituting the correct information): # Verified against the CommonCrypto and Go crypto packages # Key Length : 128 -.. _`NIST`: http://www.nist.gov/ +.. _`NIST`: https://www.nist.gov/ .. _`IETF`: https://www.ietf.org/ .. _`NIST CAVP`: http://csrc.nist.gov/groups/STM/cavp/ .. _`Bruce Schneier's vectors`: https://www.schneier.com/code/vectors.txt diff --git a/docs/hazmat/bindings/openssl.rst b/docs/hazmat/bindings/openssl.rst index 8aef4883..482cfaf8 100644 --- a/docs/hazmat/bindings/openssl.rst +++ b/docs/hazmat/bindings/openssl.rst @@ -45,4 +45,4 @@ OpenSSL. .. _`CFFI`: https://cffi.readthedocs.io .. _`OpenSSL`: https://www.openssl.org/ -.. _`thread safety facilities`: https://www.openssl.org/docs/manmaster/crypto/threads.html +.. _`thread safety facilities`: https://www.openssl.org/docs/man1.0.2/crypto/threads.html diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst index 657e7060..24b2c045 100644 --- a/docs/hazmat/primitives/symmetric-encryption.rst +++ b/docs/hazmat/primitives/symmetric-encryption.rst @@ -613,4 +613,4 @@ Interfaces used by the symmetric cipher modes described in .. _`CRYPTREC`: https://www.cryptrec.go.jp/english/ .. _`significant patterns in the output`: https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Electronic_Codebook_.28ECB.29 .. _`International Data Encryption Algorithm`: https://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm -.. _`OpenPGP`: http://www.openpgp.org +.. _`OpenPGP`: http://openpgp.org diff --git a/docs/installation.rst b/docs/installation.rst index 7f69f51e..724c63d0 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -248,7 +248,7 @@ local `wheel cache`_. Building cryptography with conda -------------------------------- -Because of a `bug in conda`_, attempting to install cryptography out of the box +Because of a bug in conda, attempting to install cryptography out of the box will result in an error. This can be resolved by setting the library path environment variable for your platform. @@ -271,7 +271,6 @@ information, consult `Greg Wilson's blog post`_ on the subject. .. _`Homebrew`: http://brew.sh .. _`MacPorts`: https://www.macports.org .. _`openssl-release`: https://jenkins.cryptography.io/job/openssl-release/ -.. _`bug in conda`: https://github.com/conda/conda-recipes/issues/110 .. _`Greg Wilson's blog post`: https://software-carpentry.org/blog/2014/04/mr-biczo-was-right.html .. _virtualenv: https://virtualenv.pypa.io/en/latest/ .. _openssl.org: https://www.openssl.org/source/ diff --git a/docs/random-numbers.rst b/docs/random-numbers.rst index 5f94bf13..8c6b9fdb 100644 --- a/docs/random-numbers.rst +++ b/docs/random-numbers.rst @@ -29,4 +29,4 @@ If you need your random number as an integer (for example, for >>> serial = int.from_bytes(os.urandom(20), byteorder="big") -.. _`always use your operating system's provided random number generator`: http://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/ +.. _`always use your operating system's provided random number generator`: https://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/ -- cgit v1.2.3