summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/signing.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-30s4:libcli: Call correct function to get HMAC output lengthJoseph Sutton1-2/+2
2023-11-30s4:libcli: Remove trailing whitespaceJoseph Sutton1-8/+8
2022-06-09lib/util: Change function to mem_equal_const_time()Joseph Sutton1-1/+1
2019-06-27lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett1-1/+1
2019-06-24s4:libcli: Use gnutls_error_to_ntstatus() or singingAndreas Schneider1-2/+3
2019-04-30s4:libcli:smb2: Use GnuTLS SHA256 HMAC for signingAndreas Schneider1-17/+32
2016-04-19s4:libcli:smb2: Use constant time memcmp() to verify the signatureAndreas Schneider1-1/+1
2009-06-09s4:libcli/smb2: prepare SMB2 signing code for compounded requestsStefan Metzmacher1-2/+8
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij1-1/+1
2008-08-14libcli/smb2: we don't need check the same thing twice...Stefan Metzmacher1-6/+0
2008-07-28libcli/smb2: the session key for SMB2 signing is truncated to 16 bytesStefan Metzmacher1-5/+4
2008-06-06added server side SMB2 signingAndrew Tridgell1-56/+18
2008-06-03SMB2 signing now works. The spec was wrong (and will be fixed in theAndrew Tridgell1-12/+9
2008-05-30implemented client side SMB2 signingAndrew Tridgell1-0/+165