summaryrefslogtreecommitdiff
path: root/source3/modules/hash_inode.c
AgeCommit message (Collapse)AuthorFilesLines
2019-07-09lib:crypto: Add GNUTLS_FIPS140_SET_(LAX|STRICT)_MODE to helpersAndreas Schneider1-9/+1
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14031 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
2019-07-03s3:modules: Allow SHA1 usage for file IDs in FIPS modeAndreas Schneider1-0/+12
This is non-cryptographic use! Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
2019-07-03s3:modules: Add hash_inode() function based on SHA1Andreas Schneider1-0/+83
This should use SHA1 as modern CPUs have SHA NI instruction support. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>