commit | d2898052ade019788ca146cfcced44c5a6b0e54b | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Nov 03 22:00:41 2015 +0900 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Nov 03 22:00:41 2015 +0900 |
tree | b6ebf902f4538e275207fee0a310b61ebcc23b61 | |
parent | aa74abbfc3f0656c9ad09b46f7afc37339c9036c [diff] [blame] |
rename tbs_certificate to tbs_certificate_bytes, add a comment
diff --git a/src/cryptography/x509/base.py b/src/cryptography/x509/base.py index 53893a1..ad561b9 100644 --- a/src/cryptography/x509/base.py +++ b/src/cryptography/x509/base.py
@@ -124,7 +124,7 @@ """ @abc.abstractproperty - def tbs_certificate(self): + def tbs_certificate_bytes(self): """ Returns the tbsCertificate payload bytes as defined in RFC 5280. """