summaryrefslogtreecommitdiffstats
path: root/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* lib: Fix strict-aliasing warning in md5 code.Andreas Schneider2014-01-091-3/+6
* crypto: fix build on OS XBjörn Jacke2014-01-081-0/+1
* build: Remove the struct MD5Context conf file check.Andrew Bartlett2013-06-241-1/+0
* build: Build with system md5.h on OpenIndianaAndrew Bartlett2013-06-196-8/+9
* build: Update md5.h detection in waf and autoconf to use sys/md5.h and -lmdAndrew Bartlett2013-05-223-9/+19
* crypto/aes_ccm_128: fix compile warning on openindianaBjörn Jacke2012-08-231-1/+1
* lib/crypto: add aes_ccm_128Stefan Metzmacher2012-07-234-1/+226
* lib/crypto: Detect CommonCrypto and use it if availableMatthieu Patou2012-03-143-1/+15
* lib/crypto: add aes_cmac_128_test.c as local.crypto.aes_cmac_128 testStefan Metzmacher2012-02-292-1/+93
* lib/crypto: add aes_cmac_128* (rfc 4493)Stefan Metzmacher2012-02-294-4/+231
* lib/crypto: fix hmac_sha256_final() prototypeStefan Metzmacher2012-02-271-1/+1
* crypto: Use libbsd md5 header, if available.Jelmer Vernooij2012-02-073-2/+17
* crypto/md5: Change prototypes to match BSD.Jelmer Vernooij2012-02-071-5/+7
* crypto: Add prototype for main torture functions.Jelmer Vernooij2012-02-073-0/+4
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-233-3/+3
* lib/crypto: rename the SHA256_ functions to samba_SHA256_Andrew Tridgell2011-04-063-18/+18
* s3: Fix Coverity ID 958: BAD_SIZEOFVolker Lendecke2011-03-271-1/+1
* tdb: Use <tdb.h> to include tdb so system headers are found when building aga...Jelmer Vernooij2011-02-281-1/+1
* lib/crypto: add aes_cfb8_encrypt()Stefan Metzmacher2011-01-032-0/+26
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-18/+0
* libcli-auth: Remove unnecessary dependency on libsamba-hostconfig.Jelmer Vernooij2010-10-111-1/+1
* lib/crypto: only include what is needed.Günther Deschner2010-06-1611-10/+15
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+12
* Change uint_t to unsigned int in lib/cryptoMatt Kraai2010-02-021-4/+4
* lib/crypto: include aes.h into crypto.hStefan Metzmacher2009-09-161-1/+1
* lib/crypto: link in AES crypto for s4 as well.Günther Deschner2009-09-161-1/+2
* lib/crypto: add aes encryption routines to main cryto lib.Günther Deschner2009-09-164-0/+1462
* Fix a C++ warningVolker Lendecke2009-05-311-1/+1
* Fix missing symbols issues when building with shared libraries.Jelmer Vernooij2008-12-221-2/+1
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-202-0/+2
* crypto: fix remaining strhex_to_data_blob callers.Günther Deschner2008-10-183-11/+14
* Use data_blob() for now, since it seems to be the only function available in ...Jelmer Vernooij2008-10-111-1/+1
* Make sure to allocate copy for arc4 data, to avoid problems freeingJelmer Vernooij2008-10-111-1/+1
* Prevent errors with data_blob() being a macro in s4 and function in s3.Jelmer Vernooij2008-10-111-1/+1
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij2008-09-245-4/+6
|\
| * Fix include paths.Jelmer Vernooij2008-09-246-5/+7
* | Use common arcfour implementation.Jelmer Vernooij2008-09-243-11/+17
|/
* Use shared copy of hmac5 implementation.Jelmer Vernooij2008-09-242-1/+2
* Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-2418-0/+1596