@@ -232,7 +232,7 @@ Signature algorithms
232
232
:meth: `SSLContext.set_client_sigalgs ` and
233
233
:meth: `SSLContext.set_server_sigalgs ` methods.
234
234
235
- .. requirements :: OpenSSL >= 3.4
235
+ .. availability :: OpenSSL >= 3.4
236
236
237
237
.. versionadded :: next
238
238
@@ -1320,7 +1320,7 @@ SSL sockets also have the following additional methods and attributes:
1320
1320
Return the group used for doing key agreement on this connection. If no
1321
1321
connection has been established, returns ``None ``.
1322
1322
1323
- .. requirements :: OpenSSL >= 3.2
1323
+ .. availability :: OpenSSL >= 3.2
1324
1324
1325
1325
.. versionadded :: next
1326
1326
@@ -1330,7 +1330,7 @@ SSL sockets also have the following additional methods and attributes:
1330
1330
authentication on this connection, or ``None `` if no connection has been
1331
1331
established or client authentication didn't occur.
1332
1332
1333
- .. requirements :: OpenSSL >= 3.5
1333
+ .. availability :: OpenSSL >= 3.5
1334
1334
1335
1335
.. versionadded :: next
1336
1336
@@ -1340,7 +1340,7 @@ SSL sockets also have the following additional methods and attributes:
1340
1340
handshake on this connection, or ``None `` if no connection has been
1341
1341
established or the cipher suite has no signature.
1342
1342
1343
- .. requirements :: OpenSSL >= 3.5
1343
+ .. availability :: OpenSSL >= 3.5
1344
1344
1345
1345
.. versionadded :: next
1346
1346
@@ -1718,7 +1718,7 @@ to speed up repeated connections from the same clients.
1718
1718
:const: `True ` this method will also return any associated aliases such as
1719
1719
the ECDH curve names supported in older versions of OpenSSL.
1720
1720
1721
- .. requirements :: OpenSSL >= 3.5
1721
+ .. availability :: OpenSSL >= 3.5
1722
1722
1723
1723
.. versionadded :: next
1724
1724
@@ -1787,7 +1787,7 @@ to speed up repeated connections from the same clients.
1787
1787
sockets will return the signature algorithm used for performing
1788
1788
certificate-based client authentication on that connection.
1789
1789
1790
- .. requirements :: not AWS-LC
1790
+ .. availability :: not AWS-LC
1791
1791
1792
1792
.. versionadded :: next
1793
1793
0 commit comments