File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -319,11 +319,13 @@ ssl
319319 (Contributed by Ron Frederick in :gh: `136306 `)
320320
321321* Added new method :meth: `ssl.SSLContext.set_ciphersuites ` for setting TLS 1.3
322- ciphers and updated the documentation on :meth: `ssl.SSLContext.set_ciphers `
323- to mention that it only applies to TLS 1.2 and earlier and that this new
324- method must be used to set TLS 1.3 cipher suites.
322+ ciphers. For TLS 1.2 or earlier, :meth: `ssl.SSLContext.set_ciphers ` should
323+ continue to be used. Both calls can be made on the same context and the
324+ selected cipher suite will depend on the TLS version negotiated when a
325+ connection is made.
325326 (Contributed by Ron Frederick in :gh: `137197 `)
326327
328+
327329tarfile
328330-------
329331
You can’t perform that action at this time.
0 commit comments