Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable use of CRL (and more) in verify context. #483

Merged
merged 18 commits into from
Jun 5, 2016
Prev Previous commit
Next Next commit
Indent docstring.
  • Loading branch information
Dan Sully committed Jun 4, 2016
commit 7cfd528c12e845a9264987ff429f55b10b844a3a
2 changes: 1 addition & 1 deletion src/OpenSSL/crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -1931,7 +1931,7 @@ def set_rev_date(self, when):
Set the revocation timestamp.

:param bytes when: The timestamp of the revocation,
as ASN.1 GENERALIZEDTIME.
as ASN.1 GENERALIZEDTIME.
:return: :const:`None`
"""
dt = _lib.X509_REVOKED_get0_revocationDate(self._revoked)
Expand Down