cpython/Misc/NEWS.d/next
Christian Heimes 9fb051f032 bpo-34670: Add TLS 1.3 post handshake auth (GH-9460)
Add SSLContext.post_handshake_auth and
SSLSocket.verify_client_post_handshake for TLS 1.3 post-handshake
authentication.

Signed-off-by: Christian Heimes <christian@python.org>q


https://bugs.python.org/issue34670
2018-09-22 23:32:31 -07:00
..
Build closes bpo-34585: Don't do runtime test to get float byte order. (GH-9085) 2018-09-18 23:25:48 -07:00
C API Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430) 2018-09-19 14:56:36 -07:00
Core and Builtins bpo-32117: Iterable unpacking in return and yield documentation (GH-9487) 2018-09-22 18:13:10 -07:00
Documentation bpo-34552: Clarify built-in types comparisons (GH-9035) 2018-09-13 21:50:18 -07:00
IDLE bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678) 2018-08-10 09:02:08 +03:00
Library bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) 2018-09-22 23:32:31 -07:00
Security bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482) 2018-09-21 21:42:29 -07:00
Tests bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483) 2018-09-21 18:13:16 -07:00
Tools-Demos bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434) 2018-07-26 13:22:16 +03:00
Windows bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258) 2018-09-15 22:36:29 -07:00
macOS closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178) 2018-09-11 16:14:00 -07:00