diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptography/x509.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/x509.py b/src/cryptography/x509.py index 421ebfcd..c4ada20e 100644 --- a/src/cryptography/x509.py +++ b/src/cryptography/x509.py @@ -1241,7 +1241,7 @@ class CertificateRevocationList(object): """ @abc.abstractproperty - def revoked(self): + def revoked_certificates(self): """ Returns a list of RevokedCertificate objects for this CRL. """ |