Skip to content

Commit 3052995

Browse files
authoredDec 29, 2022
fixes #1173 (#1174)
* fixes #1173 make the x509extension docs more clear * Update crypto.py
1 parent d2f0aec commit 3052995

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/OpenSSL/crypto.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,8 @@ def __init__(
784784
:param bool critical: A flag indicating whether this is a critical
785785
extension.
786786
787-
:param value: The value of the extension.
787+
:param value: The OpenSSL textual representation of the extension's
788+
value.
788789
:type value: :py:data:`bytes`
789790
790791
:param subject: Optional X509 certificate to use as subject.

0 commit comments

Comments
 (0)
Please sign in to comment.