@@ -232,7 +232,7 @@ Signature algorithms
232232 :meth: `SSLContext.set_client_sigalgs ` and
233233 :meth: `SSLContext.set_server_sigalgs ` methods.
234234
235- .. requirements :: OpenSSL >= 3.4
235+ .. availability :: OpenSSL >= 3.4
236236
237237 .. versionadded :: next
238238
@@ -1320,7 +1320,7 @@ SSL sockets also have the following additional methods and attributes:
13201320 Return the group used for doing key agreement on this connection. If no
13211321 connection has been established, returns ``None ``.
13221322
1323- .. requirements :: OpenSSL >= 3.2
1323+ .. availability :: OpenSSL >= 3.2
13241324
13251325 .. versionadded :: next
13261326
@@ -1330,7 +1330,7 @@ SSL sockets also have the following additional methods and attributes:
13301330 authentication on this connection, or ``None `` if no connection has been
13311331 established or client authentication didn't occur.
13321332
1333- .. requirements :: OpenSSL >= 3.5
1333+ .. availability :: OpenSSL >= 3.5
13341334
13351335 .. versionadded :: next
13361336
@@ -1340,7 +1340,7 @@ SSL sockets also have the following additional methods and attributes:
13401340 handshake on this connection, or ``None `` if no connection has been
13411341 established or the cipher suite has no signature.
13421342
1343- .. requirements :: OpenSSL >= 3.5
1343+ .. availability :: OpenSSL >= 3.5
13441344
13451345 .. versionadded :: next
13461346
@@ -1718,7 +1718,7 @@ to speed up repeated connections from the same clients.
17181718 :const: `True ` this method will also return any associated aliases such as
17191719 the ECDH curve names supported in older versions of OpenSSL.
17201720
1721- .. requirements :: OpenSSL >= 3.5
1721+ .. availability :: OpenSSL >= 3.5
17221722
17231723 .. versionadded :: next
17241724
@@ -1787,7 +1787,7 @@ to speed up repeated connections from the same clients.
17871787 sockets will return the signature algorithm used for performing
17881788 certificate-based client authentication on that connection.
17891789
1790- .. requirements :: not AWS-LC
1790+ .. availability :: not AWS-LC
17911791
17921792 .. versionadded :: next
17931793
0 commit comments