Skip to content

Commit 37e6022

Browse files
stocyralex
authored andcommitted
Update OpenSSL manpage link to x509v3_config (#789)
1 parent 6f25ced commit 37e6022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenSSL/crypto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1952,7 +1952,7 @@ class Revoked(object):
19521952
"""
19531953
A certificate revocation.
19541954
"""
1955-
# http://www.openssl.org/docs/apps/x509v3_config.html#CRL_distribution_points_
1955+
# https://www.openssl.org/docs/manmaster/man5/x509v3_config.html#CRL-distribution-points
19561956
# which differs from crl_reasons of crypto/x509v3/v3_enum.c that matches
19571957
# OCSP_crl_reason_str. We use the latter, just like the command line
19581958
# program.

0 commit comments

Comments
 (0)