summaryrefslogtreecommitdiff
path: root/lib/crypto
AgeCommit message (Expand)AuthorFilesLines
2013-06-24build: Remove the struct MD5Context conf file check.Andrew Bartlett1-1/+0
2013-06-19build: Build with system md5.h on OpenIndianaAndrew Bartlett6-8/+9
2013-05-22build: Update md5.h detection in waf and autoconf to use sys/md5.h and -lmdAndrew Bartlett3-9/+19
2012-08-23crypto/aes_ccm_128: fix compile warning on openindianaBjörn Jacke1-1/+1
2012-07-23lib/crypto: add aes_ccm_128Stefan Metzmacher4-1/+226
2012-03-14lib/crypto: Detect CommonCrypto and use it if availableMatthieu Patou3-1/+15
2012-02-29lib/crypto: add aes_cmac_128_test.c as local.crypto.aes_cmac_128 testStefan Metzmacher2-1/+93
2012-02-29lib/crypto: add aes_cmac_128* (rfc 4493)Stefan Metzmacher4-4/+231
2012-02-27lib/crypto: fix hmac_sha256_final() prototypeStefan Metzmacher1-1/+1
2012-02-07crypto: Use libbsd md5 header, if available.Jelmer Vernooij3-2/+17
2012-02-07crypto/md5: Change prototypes to match BSD.Jelmer Vernooij1-5/+7
2012-02-07crypto: Add prototype for main torture functions.Jelmer Vernooij3-0/+4
2011-09-23build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett3-3/+3
2011-04-06lib/crypto: rename the SHA256_ functions to samba_SHA256_Andrew Tridgell3-18/+18
2011-03-27s3: Fix Coverity ID 958: BAD_SIZEOFVolker Lendecke1-1/+1
2011-02-28tdb: Use <tdb.h> to include tdb so system headers are found when building aga...Jelmer Vernooij1-1/+1
2011-01-03lib/crypto: add aes_cfb8_encrypt()Stefan Metzmacher2-0/+26
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-18/+0
2010-10-11libcli-auth: Remove unnecessary dependency on libsamba-hostconfig.Jelmer Vernooij1-1/+1
2010-06-16lib/crypto: only include what is needed.Günther Deschner11-10/+15
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell1-0/+2
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+12
2010-02-02Change uint_t to unsigned int in lib/cryptoMatt Kraai1-4/+4
2009-09-16lib/crypto: include aes.h into crypto.hStefan Metzmacher1-1/+1
2009-09-16lib/crypto: link in AES crypto for s4 as well.Günther Deschner1-1/+2
2009-09-16lib/crypto: add aes encryption routines to main cryto lib.Günther Deschner4-0/+1462
2009-05-31Fix a C++ warningVolker Lendecke1-1/+1
2008-12-22Fix missing symbols issues when building with shared libraries.Jelmer Vernooij1-2/+1
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij2-0/+2
2008-10-18crypto: fix remaining strhex_to_data_blob callers.Günther Deschner3-11/+14
2008-10-11Use data_blob() for now, since it seems to be the only function available in ...Jelmer Vernooij1-1/+1
2008-10-11Make sure to allocate copy for arc4 data, to avoid problems freeingJelmer Vernooij1-1/+1
2008-10-11Prevent errors with data_blob() being a macro in s4 and function in s3.Jelmer Vernooij1-1/+1
2008-09-24Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij5-4/+6
2008-09-24Fix include paths.Jelmer Vernooij6-5/+7
2008-09-24Use common arcfour implementation.Jelmer Vernooij3-11/+17
2008-09-24Use shared copy of hmac5 implementation.Jelmer Vernooij2-1/+2
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij18-0/+1596