summaryrefslogtreecommitdiff
path: root/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* lib/crypto: Use GnuTLS RC4 for samba_gnutls_arcfour_confounded_md5()Andrew Bartlett2019-06-273-11/+35
* lib/crypto: Add GnuTLS helper function samba_gnutls_arcfour_confounded_md5()Andrew Bartlett2019-06-273-2/+85
* libcli:util: Add gnutls_error_to_werror()Andreas Schneider2019-06-272-0/+56
* lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett2019-06-273-0/+104
* Fix ubsan null pointer passed as argument 2Gary Lockyer2019-05-271-4/+6
* lib:crypto: Remove obsolete MD5 and HMAC MD5Andreas Schneider2019-05-219-673/+3
* lib/crypto: squash 'cast between incompatible function types' warningNoel Power2019-05-161-1/+1
* lib:crypto: Remove unused SHA512Andreas Schneider2019-05-074-340/+1
* lib:crypto: Remove unused SHA256 and HMAC SHA256Andreas Schneider2019-04-307-482/+1
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-211-5/+4
* lib:crypto: Include only the required header filesAndreas Schneider2019-02-2710-12/+19
* lib:crypto: Fix undefined behavior in md4Andreas Schneider2018-11-221-2/+4
* lib: Remove lib/crypto/crc32.[ch]Volker Lendecke2018-10-104-107/+1
* lib/crypto/wscript_configure: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-4/+4
* lib/crypto/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-1/+1
* lib/crypto: avoid 'return void_function();' which isn't portableStefan Metzmacher2018-04-031-4/+6
* Allow AESNI to be used on all processor supporting AESNI, not just Intel's Th...Eric Vannier2018-03-271-16/+0
* lib/crypto/REQUIREMENTS: DRSUAPI replication replicated secrets was missing f...Andrew Bartlett2018-02-091-0/+1
* lib/crypto: Update REQUIREMENTS for recent Samba changesAndrew Bartlett2018-02-071-1/+1
* crypto: Update the REQUIREMENTSAndreas Schneider2018-01-081-23/+47
* lib/crypto: remove unused codeUri Simchoni2017-11-221-20/+0
* lib: crypto: Add the ability to select Intel AESNI instruction set at configu...Jeremy Allison2017-09-072-0/+19
* lib: crypto: Plumb in the Intel AES instructions.Jeremy Allison2017-09-074-2/+224
* lib: crypt: Prepare the existing code to switch to Intel AES hardware instruc...Jeremy Allison2017-09-072-11/+67
* lib/crypto: implement samba.crypto Python module for RC4Alexander Bokovoy2017-03-152-0/+97
* lib: Fix some whitespaceVolker Lendecke2016-05-161-12/+13
* lib: Fix a signed/unsigned mixupVolker Lendecke2016-05-161-1/+1
* vfs: Remove smb_traffic_analyzerVolker Lendecke2015-11-111-3/+0
* lib/crypto: make it possible to use only parts of aes.[ch]Stefan Metzmacher2015-08-272-1/+14
* lib/crypto: sync AES_cfb8_encrypt() from heimdalStefan Metzmacher2015-08-272-20/+25
* lib/crypto: make use of aes_test.h in aes_gcm_128_test.cStefan Metzmacher2015-08-271-221/+137
* lib/crypto: optimize aes_gcm_128Stefan Metzmacher2015-08-272-36/+25
* lib/crypto: optimize aes_ccm_128Stefan Metzmacher2015-08-272-47/+78
* lib/crypto: optimize aes_cmac_128Stefan Metzmacher2015-08-272-85/+25
* lib/crypto: add optimized helper functions aes_block_{xor,lshift,rshift}()Stefan Metzmacher2015-08-271-0/+575
* lib/crypto: add aes_ccm_128 testsStefan Metzmacher2015-08-273-5/+449
* lib/crypto: verify 0 updates in aes_gcm_128 testsStefan Metzmacher2015-08-271-0/+12
* lib/crypto: run all aes_gcm_128 testcasesStefan Metzmacher2015-08-271-4/+4
* lib/crypto: add aes_cmac_128 chunked testsStefan Metzmacher2015-08-271-0/+26
* Revert "lib: Fix deps for LIBCRYPTO"Douglas Bagnall2015-06-281-2/+2
* lib: Fix deps for LIBCRYPTOVolker Lendecke2015-06-231-2/+2
* lib: Simplify arcfour_cryptVolker Lendecke2015-06-231-4/+5
* Prevent clashes between system and Samba SHA functionsEmmanuel Dreyfus2015-06-033-2/+12
* lib/crypto: fix header guard for crypto.hMichael Adam2015-03-231-1/+1
* lib/crypto: Document nettle supported cryptoMichael Ledford2015-02-251-0/+21
* lib/crypto: Document what crypto code is used for, and if GnuTLS supports itAndrew Bartlett2015-02-171-0/+97
* lib/crypto: add aes_gcm_128 support.Stefan Metzmacher2014-10-165-2/+642
* lib/crypto: add and build a copied version of SHA512 functions.Günther Deschner2014-10-143-1/+358
* lib/crypto: Protect crypto.h against multiple inclusionMartin Schwenke2014-09-191-0/+4
* lib: Fix strict-aliasing warning in md5 code.Andreas Schneider2014-01-091-3/+6