summaryrefslogtreecommitdiff
path: root/source4/lib/crypto/crypto.h
AgeCommit message (Expand)AuthorFilesLines
2008-06-04copied the Heimdal sha256 functions into lib/crypto to avoid a linkAndrew Tridgell1-1/+1
2008-06-04Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell1-2/+0
2008-06-04lib/crypto: remove unused sha1 and hmac-sha1 codeStefan Metzmacher1-2/+0
2008-06-03SMB2 signing now works. The spec was wrong (and will be fixed in theAndrew Tridgell1-0/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r17488: - add SHA1 and HMACSHA1 functions, based on rfc 2104,2202,3174Stefan Metzmacher1-2/+4
2007-10-10r9421: Move arcfour code into it's own file, in lib/crypto.Andrew Bartlett1-0/+6
2007-10-10r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett1-0/+6
2007-10-10r3462: separate out the crypto includesAndrew Tridgell1-0/+24