]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)
authorGrant Ramsay <grant.ramsay@hotmail.com>
Mon, 27 Nov 2023 04:01:44 +0000 (17:01 +1300)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 04:01:44 +0000 (04:01 +0000)
commite954ac7205d7a6e356c1736eb372d2b50dbd9f69
treea444ffa9891de0dba93da0d1a8d6adb6a835e624
parentfb202af4470d6051a69bb9d2f44d7e8a1c99eb4f
gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)

Add support for TLS-PSK (pre-shared key) to the ssl module.

---------

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Doc/library/ssl.rst
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/test/test_ssl.py
Misc/ACKS
Misc/NEWS.d/next/Library/2023-11-27-12-41-23.gh-issue-63284.q2Qi9q.rst [new file with mode: 0644]
Modules/_ssl.c
Modules/clinic/_ssl.c.h