@@ -232,6 +232,8 @@ 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
236
+
235
237
.. versionadded :: next
236
238
237
239
@@ -1318,6 +1320,8 @@ SSL sockets also have the following additional methods and attributes:
1318
1320
Return the group used for doing key agreement on this connection. If no
1319
1321
connection has been established, returns ``None ``.
1320
1322
1323
+ .. requirements :: OpenSSL >= 3.2
1324
+
1321
1325
.. versionadded :: next
1322
1326
1323
1327
.. method :: SSLSocket.client_sigalg()
@@ -1326,6 +1330,8 @@ SSL sockets also have the following additional methods and attributes:
1326
1330
authentication on this connection, or ``None `` if no connection has been
1327
1331
established or client authentication didn't occur.
1328
1332
1333
+ .. requirements :: OpenSSL >= 3.5
1334
+
1329
1335
.. versionadded :: next
1330
1336
1331
1337
.. method :: SSLSocket.server_sigalg()
@@ -1334,6 +1340,8 @@ SSL sockets also have the following additional methods and attributes:
1334
1340
handshake on this connection, or ``None `` if no connection has been
1335
1341
established or the cipher suite has no signature.
1336
1342
1343
+ .. requirements :: OpenSSL >= 3.5
1344
+
1337
1345
.. versionadded :: next
1338
1346
1339
1347
.. method :: SSLSocket.compression()
@@ -1710,6 +1718,8 @@ to speed up repeated connections from the same clients.
1710
1718
:const: `True ` this method will also return any associated aliases such as
1711
1719
the ECDH curve names supported in older versions of OpenSSL.
1712
1720
1721
+ .. requirements :: OpenSSL >= 3.5
1722
+
1713
1723
.. versionadded :: next
1714
1724
1715
1725
.. method :: SSLContext.set_default_verify_paths()
@@ -1777,6 +1787,8 @@ to speed up repeated connections from the same clients.
1777
1787
sockets will return the signature algorithm used for performing
1778
1788
certificate-based client authentication on that connection.
1779
1789
1790
+ .. requirements :: not AWS-LC
1791
+
1780
1792
.. versionadded :: next
1781
1793
1782
1794
.. method :: SSLContext.set_server_sigalgs(sigalgs, /)
0 commit comments