summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Stoller <stocyr@users.noreply.github.com>2018-08-27 13:38:10 +0200
committerAlex Gaynor <alex.gaynor@gmail.com>2018-08-27 07:38:10 -0400
commit37e6022e8a907ef52a3eba4c53edac8c32bedfc0 (patch)
tree43b35e3415b09f2e1eceb89d22309675a22c5671
parent6f25ced08ea538b55e1a942c4bed48dae5d30de7 (diff)
downloadpyopenssl-git-37e6022e8a907ef52a3eba4c53edac8c32bedfc0.tar.gz
Update OpenSSL manpage link to x509v3_config (#789)
-rw-r--r--src/OpenSSL/crypto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OpenSSL/crypto.py b/src/OpenSSL/crypto.py
index 51063b5..d555083 100644
--- a/src/OpenSSL/crypto.py
+++ b/src/OpenSSL/crypto.py
@@ -1952,7 +1952,7 @@ class Revoked(object):
"""
A certificate revocation.
"""
- # http://www.openssl.org/docs/apps/x509v3_config.html#CRL_distribution_points_
+ # https://www.openssl.org/docs/manmaster/man5/x509v3_config.html#CRL-distribution-points
# which differs from crl_reasons of crypto/x509v3/v3_enum.c that matches
# OCSP_crl_reason_str. We use the latter, just like the command line
# program.