aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2024-01-02 19:00:20 -0500
committerGitHub <noreply@github.com>2024-01-02 21:00:20 -0300
commit6e106f5584d641552f634e87233294eb9ba189c2 (patch)
treeed06be247002c5470c92ba245839dfdf44bc9f03 /docs
parent6c921f71897ff5833ef7e85744026a78eebea1ed (diff)
downloadpyca-cryptography-6e106f5584d641552f634e87233294eb9ba189c2.zip
pyca-cryptography-6e106f5584d641552f634e87233294eb9ba189c2.tar.gz
pyca-cryptography-6e106f5584d641552f634e87233294eb9ba189c2.tar.bz2
Update various links in the docs for permanent redirects (#10109)
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst2
-rw-r--r--docs/doing-a-release.rst2
-rw-r--r--docs/hazmat/primitives/key-derivation-functions.rst4
-rw-r--r--docs/hazmat/primitives/symmetric-encryption.rst6
-rw-r--r--docs/x509/certificate-transparency.rst2
-rw-r--r--docs/x509/reference.rst4
6 files changed, 10 insertions, 10 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index ec92140..63001e3 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -1035,7 +1035,7 @@ header format (substituting the correct information):
.. _`BoringSSL ChaCha20Poly1305 tests`: https://boringssl.googlesource.com/boringssl/+/2e2a226ac9201ac411a84b5e79ac3a7333d8e1c9/crypto/cipher_extra/test/chacha20_poly1305_tests.txt
.. _`BoringSSL evp tests`: https://boringssl.googlesource.com/boringssl/+/ce3773f9fe25c3b54390bc51d72572f251c7d7e6/crypto/evp/evp_tests.txt
.. _`RIPEMD website`: https://homes.esat.kuleuven.be/~bosselae/ripemd160.html
-.. _`draft RFC`: https://tools.ietf.org/html/draft-josefsson-scrypt-kdf-01
+.. _`draft RFC`: https://datatracker.ietf.org/doc/html/draft-josefsson-scrypt-kdf-01
.. _`Specification repository`: https://github.com/fernet/spec
.. _`errata`: https://www.rfc-editor.org/errata_search.php?rfc=6238
.. _`OpenSSL example key`: https://github.com/openssl/openssl/blob/d02b48c63a58ea4367a0e905979f140b7d090f86/test/testrsa.pem
diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst
index 85fe7c5..cad1f3e 100644
--- a/docs/doing-a-release.rst
+++ b/docs/doing-a-release.rst
@@ -100,4 +100,4 @@ Post-release tasks
.. _`upgrading OpenSSL issue template`: https://github.com/pyca/cryptography/issues/new?template=openssl-release.md
.. _`milestone`: https://github.com/pyca/cryptography/milestones
.. _`mailing list`: https://mail.python.org/mailman/listinfo/cryptography-dev
-.. _`python-announce`: https://mail.python.org/mailman/listinfo/python-announce-list
+.. _`python-announce`: https://mail.python.org/mailman3/lists/python-announce-list.python.org/
diff --git a/docs/hazmat/primitives/key-derivation-functions.rst b/docs/hazmat/primitives/key-derivation-functions.rst
index f96ae42..2715e3e 100644
--- a/docs/hazmat/primitives/key-derivation-functions.rst
+++ b/docs/hazmat/primitives/key-derivation-functions.rst
@@ -1025,7 +1025,7 @@ Interface
.. [#nist] See `NIST SP 800-132`_.
-.. _`NIST SP 800-132`: https://csrc.nist.gov/publications/detail/sp/800-132/final
+.. _`NIST SP 800-132`: https://csrc.nist.gov/pubs/sp/800/132/final
.. _`NIST SP 800-108`: https://csrc.nist.gov/pubs/sp/800/108/r1/final
.. _`NIST SP 800-56Ar3`: https://csrc.nist.gov/pubs/sp/800/56/a/r3/final
.. _`ANSI X9.63:2001`: https://webstore.ansi.org
@@ -1036,6 +1036,6 @@ Interface
.. _`HKDF`: https://en.wikipedia.org/wiki/HKDF
.. _`HKDF paper`: https://eprint.iacr.org/2010/264
.. _`here`: https://stackoverflow.com/a/30308723/1170681
-.. _`recommends`: https://tools.ietf.org/html/rfc7914#section-2
+.. _`recommends`: https://datatracker.ietf.org/doc/html/rfc7914#section-2
.. _`The scrypt paper`: https://www.tarsnap.com/scrypt/scrypt.pdf
.. _`understanding HKDF`: https://soatok.blog/2021/11/17/understanding-hkdf/
diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst
index e89b8ac..e12ccac 100644
--- a/docs/hazmat/primitives/symmetric-encryption.rst
+++ b/docs/hazmat/primitives/symmetric-encryption.rst
@@ -846,14 +846,14 @@ Exceptions
.. _`described by Colin Percival`: https://www.daemonology.net/blog/2009-06-11-cryptographic-right-answers.html
-.. _`recommends a 96-bit IV length`: https://csrc.nist.gov/publications/detail/sp/800-38d/final
+.. _`recommends a 96-bit IV length`: https://csrc.nist.gov/pubs/sp/800/38/d/final
.. _`NIST SP-800-38D`: https://csrc.nist.gov/publications/detail/sp/800-38d/final
.. _`Communications Security Establishment`: https://www.cse-cst.gc.ca
.. _`encrypt`: https://ssd.eff.org/en/module/what-should-i-know-about-encryption
-.. _`CRYPTREC`: https://www.cryptrec.go.jp/english/
+.. _`CRYPTREC`: https://www.cryptrec.go.jp/en/
.. _`original version`: https://en.wikipedia.org/wiki/Salsa20#ChaCha_variant
.. _`significant patterns in the output`: https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Electronic_codebook_(ECB)
.. _`International Data Encryption Algorithm`: https://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm
.. _`OpenPGP`: https://www.openpgp.org/
.. _`disk encryption`: https://en.wikipedia.org/wiki/Disk_encryption_theory#XTS
-.. _`draft-ribose-cfrg-sm4-10`: https://tools.ietf.org/html/draft-ribose-cfrg-sm4-10
+.. _`draft-ribose-cfrg-sm4-10`: https://datatracker.ietf.org/doc/html/draft-ribose-cfrg-sm4-10
diff --git a/docs/x509/certificate-transparency.rst b/docs/x509/certificate-transparency.rst
index 3393338..0e04ef3 100644
--- a/docs/x509/certificate-transparency.rst
+++ b/docs/x509/certificate-transparency.rst
@@ -125,4 +125,4 @@ issued.
.. attribute:: ECDSA
-.. _`Certificate Transparency`: https://www.certificate-transparency.org/
+.. _`Certificate Transparency`: https://certificate.transparency.dev/
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst
index aa22d7c..166c01f 100644
--- a/docs/x509/reference.rst
+++ b/docs/x509/reference.rst
@@ -3918,6 +3918,6 @@ Exceptions
types can be found in `RFC 5280 section 4.2.1.6`_.
-.. _`RFC 5280 section 4.2.1.1`: https://tools.ietf.org/html/rfc5280#section-4.2.1.1
-.. _`RFC 5280 section 4.2.1.6`: https://tools.ietf.org/html/rfc5280#section-4.2.1.6
+.. _`RFC 5280 section 4.2.1.1`: https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.1
+.. _`RFC 5280 section 4.2.1.6`: https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.6
.. _`CABForum Guidelines`: https://cabforum.org/baseline-requirements-documents/