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 6783fe6 commit d3375f1Copy full SHA for d3375f1
1 file changed
Doc/whatsnew/3.15.rst
@@ -333,11 +333,13 @@ ssl
333
(Contributed by Ron Frederick in :gh:`136306`)
334
335
* Added new method :meth:`ssl.SSLContext.set_ciphersuites` for setting TLS 1.3
336
- ciphers and updated the documentation on :meth:`ssl.SSLContext.set_ciphers`
337
- to mention that it only applies to TLS 1.2 and earlier and that this new
338
- method must be used to set TLS 1.3 cipher suites.
+ ciphers. For TLS 1.2 or earlier, :meth:`ssl.SSLContext.set_ciphers` should
+ continue to be used. Both calls can be made on the same context and the
+ selected cipher suite will depend on the TLS version negotiated when a
339
+ connection is made.
340
(Contributed by Ron Frederick in :gh:`137197`)
341
342
+
343
tarfile
344
-------
345
0 commit comments