summaryrefslogtreecommitdiff
path: root/lib/curl_ntlm_core.c
Commit message (Expand)AuthorAgeFilesLines
* openssl: interop with AWS-LCJim King2023-03-301-0/+4
* tls: fixes for wolfssl + openssl combo buildsViktor Szakats2023-02-011-6/+7
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* ntlm: improve comment for encrypt_desDaniel Stenberg2022-11-161-3/+3
* ntlm: silence ubsan warning about copying from null target_info pointer.Nathan Moinvaziri2022-11-131-1/+2
* docs: update sourceforge project links [ci skip]Viktor Szakats2022-10-011-1/+1
* Makefile.m32: allow -nghttp3/-ngtcp2 without -ssl [ci skip]Viktor Szakats2022-08-151-6/+6
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* wolfSSL: explicitly use compatibility layerElms2022-05-171-3/+8
* ntlm: remove unused feature definesMarcel Raad2022-02-151-7/+4
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-27/+8
* curl_ntlm_core: use OpenSSL only if DES is availableMarcel Raad2021-10-071-5/+12
* NTLM: use DES_set_key_unchecked with OpenSSLDaniel Stenberg2021-09-271-1/+1
* mbedtls: Remove unnecessary includeMAntoniak2021-07-161-1/+0
* Curl_ntlm_core_mk_nt_hash: fix OOM in error pathHarry Sintonen2021-06-011-9/+6
* ntlm: support version 2 on 32-bit platformsPatrick Monnerat2021-04-091-11/+58
* config: remove CURL_SIZEOF_CURL_OFF_T use only SIZEOF_CURL_OFF_TDaniel Stenberg2021-03-111-1/+1
* gnutls: assume nettle crypto supportDaniel Stenberg2021-02-181-65/+11
* ntlm: avoid malloc(0) on zero length user and domainDaniel Stenberg2020-11-291-6/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* ntlm: fix condition for curl_ntlm_core usageMarcel Raad2020-08-291-6/+2
* ntlm: enable NTLM support with wolfSSLRuurd Beerstra2020-06-161-7/+10
* windows: suppress UI in all CryptAcquireContext() callsViktor Szakats2020-03-171-1/+1
* ntlm: Moved the HMAC MD5 function into the HMAC module as a generic functionSteve Holme2020-02-241-29/+10
* md4: Use our own MD4 implementation when no crypto libraries are availableSteve Holme2019-08-041-5/+0
* md4: No need to include Curl_md4.h for each TLS librarySteve Holme2019-08-041-7/+1
* md4: No need for the NTLM code to call Curl_md4it() for each TLS librarySteve Holme2019-08-041-20/+7
* md4: Move the mbed TLS MD4 implementation out of the NTLM codeSteve Holme2019-08-041-8/+1
* md4: Move the WinCrypt implementation out of the NTLM codeSteve Holme2019-08-041-12/+2
* md4: Move the SecureTransport implementation out of the NTLM codeSteve Holme2019-08-041-1/+2
* md4: Use the Curl_md4it() function for OpenSSL based NTLMSteve Holme2019-08-041-12/+1
* md4: Move the GNU TLS gcrypt MD4 implementation out of the NTLM codeSteve Holme2019-08-041-6/+2
* md4: Move the GNU TLS Nettle MD4 implementation out of the NTLM codeSteve Holme2019-08-041-5/+2
* ntlm: explicit type castinglufia2019-07-311-1/+1
* build: fix Codacy warningsMarcel Raad2019-06-051-2/+1
* ntlm: Support the NT response in the type-3 when OpenSSL doesn't include MD4Steve Holme2019-04-231-0/+6
* Secure Transport: no more "darwinssl"Daniel Stenberg2019-02-281-6/+6
* cleanup: make local functions staticDaniel Stenberg2019-02-101-10/+9
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-6/+6
* ntlm: Remove redundant ifdef USE_OPENSSLpkubaj2018-11-201-16/+6
* Curl_ntlm_core_mk_nt_hash: return error on too long passwordDaniel Stenberg2018-09-031-1/+4
* all: Refactor malloc+memset to use callocDaniel Gustafsson2018-04-151-3/+1
* vauth/cleartext: fix integer overflow checkDaniel Stenberg2018-03-201-10/+1
* curl_ntlm_core.c: use the limits.h's SIZE_T_MAX if providedDaniel Stenberg2017-11-271-0/+3
* ntlm: avoid integer overflow for malloc sizeDaniel Stenberg2017-11-271-2/+18
* ntlm: avoid malloc(0) for zero length passwordsDaniel Stenberg2017-11-041-1/+1
* ntlm: use strict order for SSL backend #if branchesViktor Szakats2017-09-221-32/+56
* code style: use spaces around plusesDaniel Stenberg2017-09-111-2/+2
* curl_ntlm_core: use Curl_raw_toupper instead of toupperMarcel Raad2017-06-051-1/+1
* curl_ntlm_core: pass unsigned char to toupperMarcel Raad2017-06-041-1/+1