summaryrefslogtreecommitdiff
path: root/lib/vtls
AgeCommit message (Expand)Author
2019-01-12Merge tag 'curl-7_63_0'ng0
2018-12-07openssl: fix unused variable compiler warning with old opensslBen Greear
2018-12-07curl_global_sslset(): id == -1 is not necessarily an errorJohannes Schindelin
2018-12-05openssl: do not use file BIOs if not requestedGergely Nagy
2018-12-05nss: Fix compatibility with nss versions 3.14 to 3.15Paul Howarth
2018-12-05nss: Improve info message when falling back SSL protocolPaul Howarth
2018-12-05nss: Fall back to latest supported SSL versionPaul Howarth
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-11-21openssl: support session resume with TLS 1.3Michael Kaufmann
2018-11-21ssl: fix compilation with OpenSSL 0.9.7Michael Kaufmann
2018-11-21openssl: disable TLS renegotiation with BoringSSLDaniel Stenberg
2018-11-20ssl: replace all internal uses of CURLE_SSL_CACERTHan Han
2018-11-16openssl: do not log excess "TLS app data" lines for TLS 1.3Peter Wu
2018-11-13nss: remove version selecting dead codeKamil Dudka
2018-11-13nss: set default max-tls to 1.3/1.2Daniel Stenberg
2018-11-12nss: fix fallthrough comment to fix picky compiler warningDaniel Stenberg
2018-11-10Merge tag 'curl-7_62_0'Nils Gillmann
2018-11-09openssl: support BoringSSL TLS renegotiationJérémy Rocher
2018-11-07winssl: be consistent in Schannel capitalizationDaniel Gustafsson
2018-11-01axtls: removedDaniel Stenberg
2018-11-01schannel: make CURLOPT_CERTINFO support using Issuer chainmarcosdiazr
2018-11-01schannel: use Curl_ prefix for global private symbolsDaniel Stenberg
2018-10-30vtls: add MesaLink to curl_sslbackend enumDaniel Gustafsson
2018-10-27openssl: output the correct cipher list on TLS 1.3 errorDaniel Stenberg
2018-10-26openssl: make 'done' a proper booleanDaniel Gustafsson
2018-10-26gtls: Values stored to but never readDaniel Stenberg
2018-10-18travis: add build for "configure --disable-verbose"Daniel Stenberg
2018-10-08spelling fixes [ci skip]Viktor Szakats
2018-10-07gskit: make sure to terminate version stringDaniel Gustafsson
2018-10-03memory: ensure to check allocation resultsDaniel Gustafsson
2018-10-03nss: fix nssckbi module loading on WindowsJay Satiro
2018-09-24openssl: load built-in engines tooDaniel Stenberg
2018-09-24OpenSSL: enable TLS 1.3 post-handshake authChristian Heimes
2018-09-23whitespace fixesViktor Szakats
2018-09-21GnutTLS: TLS 1.3 supportLoganaden Velvindron
2018-09-20vtls: fix ssl version "or later" behavior change for many backendsJay Satiro
2018-09-19nss: try to connect even if libnssckbi.so fails to loadKamil Dudka
2018-09-18darwinssl: Fix realloc memleakDaniel Gustafsson
2018-09-14openssl: show "proper" version number for libressl buildsDaniel Stenberg
2018-09-14openssl: assume engine support in 0.9.8 or laterRainer Jung
2018-09-13sendf: Fix whitespace in infof/failf concatenationDaniel Gustafsson
2018-09-13vtls: add a MesaLink vtls backendYiming Jing
2018-09-12openssl: fix gcc8 warningJay Satiro
2018-09-11Merge tag 'curl-7_61_1'Nils Gillmann
2018-09-07configure: add option to disable automatic OpenSSL config loadingPhilipp Waehnert
2018-09-07schannel: avoid switch-cases that go to default anywayDaniel Stenberg
2018-09-06ssl: deprecate CURLE_SSL_CACERT in favour of a unified error codeHan Han
2018-09-06openssl: return CURLE_PEER_FAILED_VERIFICATION on failure to parse issuerHan Han
2018-09-06schannel: unified error code handlingHan Han
2018-09-06darwinssl: more specific and unified error codesHan Han