From 30529952a2ce5c9621a69e46cd3863f6e2aab05c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 29 Dec 2022 16:15:18 -0500 Subject: fixes #1173 (#1174) * fixes #1173 make the x509extension docs more clear * Update crypto.py --- src/OpenSSL/crypto.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/OpenSSL/crypto.py') diff --git a/src/OpenSSL/crypto.py b/src/OpenSSL/crypto.py index 17fd522..a9b673c 100644 --- a/src/OpenSSL/crypto.py +++ b/src/OpenSSL/crypto.py @@ -784,7 +784,8 @@ class X509Extension: :param bool critical: A flag indicating whether this is a critical extension. - :param value: The value of the extension. + :param value: The OpenSSL textual representation of the extension's + value. :type value: :py:data:`bytes` :param subject: Optional X509 certificate to use as subject. -- cgit v1.2.1