Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
gh-136306: Missed one
  • Loading branch information
ronf committed Jul 7, 2025
commit e0fdd25d162bf85996e075030940c6dc6c537be1
1 change: 1 addition & 0 deletions Doc/library/ssl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1699,6 +1699,7 @@ to speed up repeated connections from the same clients.
<https://docs.openssl.org/master/man3/SSL_CTX_set1_groups_list/>`_.
Comment thread
gpshead marked this conversation as resolved.

.. note::

When connected, the :meth:`SSLSocket.group` method of SSL sockets will
Comment thread
picnixz marked this conversation as resolved.
return the group used for key agreement on that connection.

Expand Down
Loading