summaryrefslogtreecommitdiff
path: root/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes s/ ot / to /Mathieu Parent2019-09-011-1/+1
* lib:crypto: Do not build AES-CMAC if we use GnuTLS that supports itAndreas Schneider2019-08-211-2/+4
* lib/crypto: Remove unused RC4 code from SambaAndrew Bartlett2019-08-213-119/+0
* lib:crypto: Prepare not to build AES or AES-CMAC if we use GnuTLS support itAndreas Schneider2019-08-211-10/+42
* crypto: Update REQUIREMENTS file with new minimum versionAndrew Bartlett2019-08-211-2/+1
* lib:crypto: Don't build RC4 if we have GnuTLS >= 3.4.7Andreas Schneider2019-07-261-5/+20
* lib:crypto: Remove arcfour.h from crypto.hAndreas Schneider2019-07-261-1/+0
* lib:crypto: Use GnuTLS RC4 in py_cryptoAndreas Schneider2019-07-262-9/+32
* lib:crypto: Document samba_gnutls_arcfour_confounded_md5()Andreas Schneider2019-07-261-0/+18
* lib:crypto: Document gnutls_error_to_werror()Andreas Schneider2019-07-261-0/+16
* lib:crypto: Document gnutls_error_to_ntstatus()Andreas Schneider2019-07-261-0/+16
* lib:crypto: Add GNUTLS_FIPS140_SET_(LAX|STRICT)_MODE to helpersAndreas Schneider2019-07-091-0/+11
* lib:crypto: Fix path to header file in gnutls_helpers.hAndreas Schneider2019-07-091-2/+2
* 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