summaryrefslogtreecommitdiff
path: root/source4/lib/crypto/crypto.h
AgeCommit message (Collapse)AuthorFilesLines
2008-06-04copied the Heimdal sha256 functions into lib/crypto to avoid a linkAndrew Tridgell1-1/+1
error Hopefully we can remove this again later (This used to be commit fa2ecfea7a1acc388a86e8fba5b42df7925c9045)
2008-06-04Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell1-2/+0
(This used to be commit d206517f90ac02e829193c5a17e5df25059cf18d)
2008-06-04lib/crypto: remove unused sha1 and hmac-sha1 codeStefan Metzmacher1-2/+0
metze (This used to be commit 2c8904be3bac2c696712cc3160fe95d62afde43a)
2008-06-03SMB2 signing now works. The spec was wrong (and will be fixed in theAndrew Tridgell1-0/+2
next version) (This used to be commit 436cb17b869e2d6cc57936ccc5e81680fb992341)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
2007-10-10r17488: - add SHA1 and HMACSHA1 functions, based on rfc 2104,2202,3174Stefan Metzmacher1-2/+4
- and add torture tests also based on the rfc's metze (This used to be commit d48930a02f9560640697fd57e4bba03dc0abe284)
2007-10-10r9421: Move arcfour code into it's own file, in lib/crypto.Andrew Bartlett1-0/+6
Andrew Bartlett (This used to be commit ca6cf462708810637544d4b4bef0f404fb89a002)
2007-10-10r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett1-0/+6
with talloc() for the NTLMSSP system. Andrew Bartlett (This used to be commit 7a93ac49c28d433ccf0f077294f473fe728b9995)
2007-10-10r3462: separate out the crypto includesAndrew Tridgell1-0/+24
(This used to be commit 3f75117db921e493bb77a5dc14b8ce91a6288f30)