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
Docstring update.
  • Loading branch information
Dan Sully committed Jun 5, 2016
commit c5dc568f4922ec80476f1041f000a33a4c6ad221
2 changes: 1 addition & 1 deletion src/OpenSSL/crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,7 @@ def get_rev_date(self):
Get the revocation timestamp.

:return: The timestamp of the revocation, as ASN.1 GENERALIZEDTIME.
:rtype: :class:`bytes`
:rtype: bytes
"""
dt = _lib.X509_REVOKED_get0_revocationDate(self._revoked)
return _get_asn1_time(dt)
Expand Down