diff options
Diffstat (limited to 'src/cryptography/x509/base.py')
-rw-r--r-- | src/cryptography/x509/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/x509/base.py b/src/cryptography/x509/base.py index 53893a1f..ad561b94 100644 --- a/src/cryptography/x509/base.py +++ b/src/cryptography/x509/base.py @@ -124,7 +124,7 @@ class Certificate(object): """ @abc.abstractproperty - def tbs_certificate(self): + def tbs_certificate_bytes(self): """ Returns the tbsCertificate payload bytes as defined in RFC 5280. """ |