]> git.ipfire.org Git - thirdparty/samba.git/commit
s4:lib/tls: add tstream_tls_params_quic_{prepare,enabled() and tstream_tls_quic_hands...
authorStefan Metzmacher <metze@samba.org>
Mon, 7 Apr 2025 11:46:23 +0000 (13:46 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 17 Jul 2025 08:59:37 +0000 (08:59 +0000)
commit9c9364cf741016f81019cf85922bb4577e97d078
tree3aef9f7483bbfa4276adec48d78e89b83a02b9e1
parent02bb288d08f0a975aeba2932aac1536cad67a692
s4:lib/tls: add tstream_tls_params_quic_{prepare,enabled() and tstream_tls_quic_handshake[_{send,recv}]()

This requires https://github.com/lxin/quic, which provides a kernel
module quic.ko for Linux (tested with Linux 6.8 and 6.14).

The userspace libquic is mirrored under third_party/quic for now.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source4/lib/tls/tls.h
source4/lib/tls/tls_tstream.c
source4/lib/tls/wscript_build