Skip to content

Commit

Permalink
fixes #1173 (#1174)
Browse files Browse the repository at this point in the history
* fixes #1173

make the x509extension docs more clear

* Update crypto.py
  • Loading branch information
alex authored Dec 29, 2022
1 parent d2f0aec commit 3052995
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OpenSSL/crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,8 @@ def __init__(
: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.
Expand Down

0 comments on commit 3052995

Please sign in to comment.