summaryrefslogtreecommitdiff
path: root/lib/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-07-09lib:crypto: Add GNUTLS_FIPS140_SET_(LAX|STRICT)_MODE to helpersAndreas Schneider1-0/+11
2019-07-09lib:crypto: Fix path to header file in gnutls_helpers.hAndreas Schneider1-2/+2
2019-06-27lib/crypto: Use GnuTLS RC4 for samba_gnutls_arcfour_confounded_md5()Andrew Bartlett3-11/+35
2019-06-27lib/crypto: Add GnuTLS helper function samba_gnutls_arcfour_confounded_md5()Andrew Bartlett3-2/+85
2019-06-27libcli:util: Add gnutls_error_to_werror()Andreas Schneider2-0/+56
2019-06-27lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett3-0/+104
2019-05-27Fix ubsan null pointer passed as argument 2Gary Lockyer1-4/+6
2019-05-21lib:crypto: Remove obsolete MD5 and HMAC MD5Andreas Schneider9-673/+3
2019-05-16lib/crypto: squash 'cast between incompatible function types' warningNoel Power1-1/+1
2019-05-07lib:crypto: Remove unused SHA512Andreas Schneider4-340/+1
2019-04-30lib:crypto: Remove unused SHA256 and HMAC SHA256Andreas Schneider7-482/+1
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