File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments