summaryrefslogtreecommitdiff
path: root/lib/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-5/+4
2019-02-27lib:crypto: Include only the required header filesAndreas Schneider10-12/+19
2018-11-22lib:crypto: Fix undefined behavior in md4Andreas Schneider1-2/+4
2018-10-10lib: Remove lib/crypto/crc32.[ch]Volker Lendecke4-107/+1
2018-09-05lib/crypto/wscript_configure: update to handle waf 2.0.4Alexander Bokovoy1-4/+4
2018-09-05lib/crypto/wscript: update to handle waf 2.0.4Alexander Bokovoy1-1/+1
2018-04-03lib/crypto: avoid 'return void_function();' which isn't portableStefan Metzmacher1-4/+6
2018-03-27Allow AESNI to be used on all processor supporting AESNI, not just Intel's Th...Eric Vannier1-16/+0
2018-02-09lib/crypto/REQUIREMENTS: DRSUAPI replication replicated secrets was missing f...Andrew Bartlett1-0/+1
2018-02-07lib/crypto: Update REQUIREMENTS for recent Samba changesAndrew Bartlett1-1/+1
2018-01-08crypto: Update the REQUIREMENTSAndreas Schneider1-23/+47
2017-11-22lib/crypto: remove unused codeUri Simchoni1-20/+0
2017-09-07lib: crypto: Add the ability to select Intel AESNI instruction set at configu...Jeremy Allison2-0/+19
2017-09-07lib: crypto: Plumb in the Intel AES instructions.Jeremy Allison4-2/+224
2017-09-07lib: crypt: Prepare the existing code to switch to Intel AES hardware instruc...Jeremy Allison2-11/+67
2017-03-15lib/crypto: implement samba.crypto Python module for RC4Alexander Bokovoy2-0/+97
2016-05-16lib: Fix some whitespaceVolker Lendecke1-12/+13
2016-05-16lib: Fix a signed/unsigned mixupVolker Lendecke1-1/+1
2015-11-11vfs: Remove smb_traffic_analyzerVolker Lendecke1-3/+0
2015-08-27lib/crypto: make it possible to use only parts of aes.[ch]Stefan Metzmacher2-1/+14
2015-08-27lib/crypto: sync AES_cfb8_encrypt() from heimdalStefan Metzmacher2-20/+25
2015-08-27lib/crypto: make use of aes_test.h in aes_gcm_128_test.cStefan Metzmacher1-221/+137
2015-08-27lib/crypto: optimize aes_gcm_128Stefan Metzmacher2-36/+25
2015-08-27lib/crypto: optimize aes_ccm_128Stefan Metzmacher2-47/+78
2015-08-27lib/crypto: optimize aes_cmac_128Stefan Metzmacher2-85/+25
2015-08-27lib/crypto: add optimized helper functions aes_block_{xor,lshift,rshift}()Stefan Metzmacher1-0/+575
2015-08-27lib/crypto: add aes_ccm_128 testsStefan Metzmacher3-5/+449
2015-08-27lib/crypto: verify 0 updates in aes_gcm_128 testsStefan Metzmacher1-0/+12
2015-08-27lib/crypto: run all aes_gcm_128 testcasesStefan Metzmacher1-4/+4
2015-08-27lib/crypto: add aes_cmac_128 chunked testsStefan Metzmacher1-0/+26
2015-06-28Revert "lib: Fix deps for LIBCRYPTO"Douglas Bagnall1-2/+2
2015-06-23lib: Fix deps for LIBCRYPTOVolker Lendecke1-2/+2
2015-06-23lib: Simplify arcfour_cryptVolker Lendecke1-4/+5
2015-06-03Prevent clashes between system and Samba SHA functionsEmmanuel Dreyfus3-2/+12
2015-03-23lib/crypto: fix header guard for crypto.hMichael Adam1-1/+1
2015-02-25lib/crypto: Document nettle supported cryptoMichael Ledford1-0/+21
2015-02-17lib/crypto: Document what crypto code is used for, and if GnuTLS supports itAndrew Bartlett1-0/+97
2014-10-16lib/crypto: add aes_gcm_128 support.Stefan Metzmacher5-2/+642
2014-10-14lib/crypto: add and build a copied version of SHA512 functions.Günther Deschner3-1/+358
2014-09-19lib/crypto: Protect crypto.h against multiple inclusionMartin Schwenke1-0/+4
2014-01-09lib: Fix strict-aliasing warning in md5 code.Andreas Schneider1-3/+6
2014-01-08crypto: fix build on OS XBjörn Jacke1-0/+1
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