aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-09-09 20:17:44 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2019-09-09 07:17:44 -0500
commit97570e64456a98d6b34258fac4857126c24c5235 (patch)
tree6fc2618874008ca33f6a9fa790700a2b7a52417b /docs
parent5e671cd7471ba98d55fc425b38abe3d346a46ee1 (diff)
downloadcryptography-97570e64456a98d6b34258fac4857126c24c5235.tar.gz
cryptography-97570e64456a98d6b34258fac4857126c24c5235.tar.bz2
cryptography-97570e64456a98d6b34258fac4857126c24c5235.zip
we're done here (#4991)
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 75fa9fe1..a3e40b7c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -183,6 +183,8 @@ linkcheck_timeout = 5
linkcheck_ignore = [
# Small DH key results in a TLS failure on modern OpenSSL
r"https://info.isl.ntt.co.jp/crypt/eng/camellia/",
+ # Inconsistent small DH params they seem incapable of fixing
+ r"https://www.secg.org/sec1-v2.pdf",
# 403ing from Travis
r"https://devblogs.microsoft.com/oldnewthing/\?p=4223",
]