summaryrefslogtreecommitdiff
path: root/lib/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-09-01Spelling fixes s/ ot / to /Mathieu Parent1-1/+1
2019-08-21lib:crypto: Do not build AES-CMAC if we use GnuTLS that supports itAndreas Schneider1-2/+4
2019-08-21lib/crypto: Remove unused RC4 code from SambaAndrew Bartlett3-119/+0
2019-08-21lib:crypto: Prepare not to build AES or AES-CMAC if we use GnuTLS support itAndreas Schneider1-10/+42
2019-08-21crypto: Update REQUIREMENTS file with new minimum versionAndrew Bartlett1-2/+1
2019-07-26lib:crypto: Don't build RC4 if we have GnuTLS >= 3.4.7Andreas Schneider1-5/+20
2019-07-26lib:crypto: Remove arcfour.h from crypto.hAndreas Schneider1-1/+0
2019-07-26lib:crypto: Use GnuTLS RC4 in py_cryptoAndreas Schneider2-9/+32
2019-07-26lib:crypto: Document samba_gnutls_arcfour_confounded_md5()Andreas Schneider1-0/+18
2019-07-26lib:crypto: Document gnutls_error_to_werror()Andreas Schneider1-0/+16
2019-07-26lib:crypto: Document gnutls_error_to_ntstatus()Andreas Schneider1-0/+16
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