Skip to content

Commit aecc96b

Browse files
committed
gh-136306: Fix method references in whatsnew entry.
1 parent a6ad433 commit aecc96b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Doc/whatsnew/3.15.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,16 +160,17 @@ ssl
160160

161161
* Added new methods for managing groups used for SSL key agreement
162162

163-
* :meth:`SSLContext.set_groups` sets the groups allowed for doing
164-
key agreement, extending the previous :meth:`set_ecdh_curve` method.
163+
* :meth:`ssl.SSLContext.set_groups` sets the groups allowed for doing
164+
key agreement, extending the previous
165+
:meth:`ssl.SSLContext.set_ecdh_curve` method.
165166
This new API provides the ability to list multiple groups and
166167
supports fixed-field and post-quantum groups in addition to ECDH
167168
curves. This method can also be used to control what key shares
168169
are sent in the TLS handshake.
169-
* :meth:`SSLSocket.group` returns the group selected for doing key
170+
* :meth:`ssl.SSLSocket.group` returns the group selected for doing key
170171
agreement on the current connection after the TLS handshake completes.
171172
This call requires OpenSSL 3.2 or later.
172-
* :meth:`SSLContext.get_groups` returns a list of all available key
173+
* :meth:`ssl.SSLContext.get_groups` returns a list of all available key
173174
agreement groups compatible with the minimum and maximum TLS versions
174175
currently set in the context. This call requires OpenSSL 3.5 or later.
175176

0 commit comments

Comments
 (0)