We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aecc96b commit 05c75a5Copy full SHA for 05c75a5
1 file changed
Doc/library/ssl.rst
@@ -1284,6 +1284,11 @@ SSL sockets also have the following additional methods and attributes:
1284
1285
.. versionadded:: 3.5
1286
1287
+.. method:: SSLSocket.group()
1288
+
1289
+ Return the group used for doing key agreement on this connection. If no
1290
+ connection has been established, returns ``None``.
1291
1292
.. method:: SSLSocket.compression()
1293
1294
Return the compression algorithm being used as a string, or ``None``
0 commit comments