summaryrefslogtreecommitdiff
path: root/src/OpenSSL/crypto.py
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2017-04-20 12:34:58 +0200
committerGitHub <noreply@github.com>2017-04-20 12:34:58 +0200
commitf6c96af9b8ae4634ebdfebf7972379297c5e5604 (patch)
tree22b95c426bd52e9b8890b616803a555f45912fc0 /src/OpenSSL/crypto.py
parentfb078d83fc2d34f553be4868b3fc04e998dc84e1 (diff)
downloadpyopenssl-f6c96af9b8ae4634ebdfebf7972379297c5e5604.tar.gz
Prepare for 17.0.0 (#615)
* Prepare for 17.0.0 Fix a bunch URLs and account for the non-existance of 16.3. * Fix codecov link
Diffstat (limited to 'src/OpenSSL/crypto.py')
-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 165f918..b90f0e4 100644
--- a/src/OpenSSL/crypto.py
+++ b/src/OpenSSL/crypto.py
@@ -1538,7 +1538,7 @@ class X509Store(object):
For example, you can determine if a certificate was valid at a given
time.
- .. versionadded:: 16.3.0
+ .. versionadded:: 17.0.0
:param datetime vfy_time: The verification time to set on this store.
:return: ``None`` if the verification time was successfully set.