Skip to content

Commit 02db1a0

Browse files
authored
Fix incorrect documentation on X509Req.set_version #1130 (#1131)
1 parent bd02327 commit 02db1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenSSL/crypto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ def get_pubkey(self) -> PKey:
974974

975975
def set_version(self, version: int) -> None:
976976
"""
977-
Set the version subfield (RFC 2459, section 4.1.2.1) of the certificate
977+
Set the version subfield (RFC 2986, section 4.1) of the certificate
978978
request.
979979
980980
:param int version: The version number.

0 commit comments

Comments
 (0)