From d0b376bc3bf7f9cf1fbdf74762ac095db41c2a3a Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 5 Jul 2015 13:58:12 -0400 Subject: Document that public_bytes on certs and CSRs are new in 1.0 --- docs/x509.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/x509.rst b/docs/x509.rst index f94f50eb..a3cf7e25 100644 --- a/docs/x509.rst +++ b/docs/x509.rst @@ -328,6 +328,8 @@ X.509 Certificate Object .. method:: public_bytes(encoding) + .. versionadded:: 1.0 + :param encoding: The :class:`~cryptography.hazmat.primitives.serialization.Encoding` that will be used to serialize the certificate. @@ -435,6 +437,8 @@ X.509 CSR (Certificate Signing Request) Object .. method:: public_bytes(encoding) + .. versionadded:: 1.0 + :param encoding: The :class:`~cryptography.hazmat.primitives.serialization.Encoding` that will be used to serialize the certificate request. -- cgit v1.2.3