]> git.ipfire.org Git - thirdparty/samba.git/commit
libcli: Add tls_verify_peer_state to smbXcli_transport
authorVolker Lendecke <vl@samba.org>
Mon, 4 Aug 2025 12:59:15 +0000 (14:59 +0200)
committerRalph Boehme <slow@samba.org>
Fri, 22 Aug 2025 13:55:33 +0000 (13:55 +0000)
commitbd15054462b12904c3c7583dbf5d01c7e82eec0d
treeda2ade0ee1294e9e1c657ac35588085046abffec
parent0553b839f8ed68ae13a98d276e1889093c6a6814
libcli: Add tls_verify_peer_state to smbXcli_transport

We have to carry a copy over from the tstream_tls_params used to
connect, we can't get this information out once the tls-protected
tstream is established

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
libcli/smb/smbXcli_base.c
libcli/smb/smbXcli_base.h
source3/libsmb/smbsock_connect.c
source3/torture/torture.c
source4/torture/smb2/multichannel.c