diff options
author | Hynek Schlawack <hs@ox.cx> | 2016-10-15 14:56:14 +0200 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-10-15 07:56:14 -0500 |
commit | c3b38e54183489a9afd11ce200bdb5317fc7ab75 (patch) | |
tree | 66d1ff605fe7112187692496f3d4e5090e17d030 /src/OpenSSL/crypto.py | |
parent | fe2a0a11b4678b3dc92c5b9cc6b06f371be970fd (diff) | |
download | pyopenssl-git-c3b38e54183489a9afd11ce200bdb5317fc7ab75.tar.gz |
Prepare 16.2.0 (#555)16.2.0
* Add empty line to CHANGELOG so extraction works
* Fix a bunch of links
* Prepare 16.2.0
Diffstat (limited to 'src/OpenSSL/crypto.py')
-rw-r--r-- | src/OpenSSL/crypto.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OpenSSL/crypto.py b/src/OpenSSL/crypto.py index 61bddb6..52fcdaf 100644 --- a/src/OpenSSL/crypto.py +++ b/src/OpenSSL/crypto.py @@ -680,7 +680,7 @@ class X509Extension(object): :param issuer: Optional X509 certificate to use as issuer. :type issuer: :py:class:`X509` - .. _extension: https://openssl.org/docs/manmaster/apps/ + .. _extension: https://www.openssl.org/docs/manmaster/apps/ x509v3_config.html#STANDARD-EXTENSIONS """ ctx = _ffi.new("X509V3_CTX*") |