summaryrefslogtreecommitdiff
path: root/src/OpenSSL/crypto.py
diff options
context:
space:
mode:
authorAlex Chan <alex@alexwlchan.net>2017-03-21 08:08:17 +0000
committerCory Benfield <lukasaoz@gmail.com>2017-03-21 08:08:17 +0000
commit54005ced6bd54eafbe5f6d22c59da63f4953c481 (patch)
tree09b5da58ce498fc316e0bb34cf65b8b4bc060d41 /src/OpenSSL/crypto.py
parent3bcf315b20fe03680b5243e3f880010168426745 (diff)
downloadpyopenssl-54005ced6bd54eafbe5f6d22c59da63f4953c481.tar.gz
Fix broken links in the documentation (#611)
* Fix broken link described in #610 * Fix two other broken links
Diffstat (limited to 'src/OpenSSL/crypto.py')
-rw-r--r--src/OpenSSL/crypto.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OpenSSL/crypto.py b/src/OpenSSL/crypto.py
index 4b86b95..165f918 100644
--- a/src/OpenSSL/crypto.py
+++ b/src/OpenSSL/crypto.py
@@ -684,7 +684,7 @@ class X509Extension(object):
:param issuer: Optional X509 certificate to use as issuer.
:type issuer: :py:class:`X509`
- .. _extension: https://www.openssl.org/docs/manmaster/apps/
+ .. _extension: https://www.openssl.org/docs/manmaster/man5/
x509v3_config.html#STANDARD-EXTENSIONS
"""
ctx = _ffi.new("X509V3_CTX*")
@@ -1433,7 +1433,7 @@ class X509StoreFlags(object):
See `OpenSSL Verification Flags`_ for details.
.. _OpenSSL Verification Flags:
- https://www.openssl.org/docs/manmaster/crypto/X509_VERIFY_PARAM_set_flags.html
+ https://www.openssl.org/docs/manmaster/man3/X509_VERIFY_PARAM_set_flags.html
"""
CRL_CHECK = _lib.X509_V_FLAG_CRL_CHECK
CRL_CHECK_ALL = _lib.X509_V_FLAG_CRL_CHECK_ALL