We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f25ced commit 37e6022Copy full SHA for 37e6022
src/OpenSSL/crypto.py
@@ -1952,7 +1952,7 @@ class Revoked(object):
1952
"""
1953
A certificate revocation.
1954
1955
- # 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
1956
# which differs from crl_reasons of crypto/x509v3/v3_enum.c that matches
1957
# OCSP_crl_reason_str. We use the latter, just like the command line
1958
# program.
0 commit comments