]> git.ipfire.org Git - thirdparty/samba.git/commit
lib:crypto: Add samba_gnutls_sp800_108_derive_key()
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 28 Nov 2023 22:36:57 +0000 (11:36 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 30 Nov 2023 00:02:33 +0000 (00:02 +0000)
commit04b6dc8d0bb98f79a4b791c7b9dbc324799628ad
tree7416ad9383805244983343213b9b339a31e092a0
parent2c4b014b9ae766e8e71fd793e42b0a7faf3c082e
lib:crypto: Add samba_gnutls_sp800_108_derive_key()

Rename smb2_key_derivation() to samba_gnutls_sp800_108_derive_key() and
move it to GNUTLS_HELPERS.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/crypto/gnutls_helpers.h
lib/crypto/gnutls_sp800_108.c [new file with mode: 0644]
lib/crypto/wscript
libcli/smb/smb2_signing.c
libcli/smb/smb2_signing.h
libcli/smb/smbXcli_base.c