summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* url: only reuse TLS connections with matching pinningDaniel Stenberg2019-09-191-1/+4
* openssl: fix warning with boringssl and SSL_CTX_set_min_proto_versionDaniel Stenberg2019-09-161-4/+9
* openssl: close_notify on the FTP data connection doesn't mean closureDaniel Stenberg2019-09-131-1/+4
* openssl: use SSL_CTX_set_<min|max>_proto_version() when availableClément Notin2019-09-101-11/+105
* openssl: indent, re-organize and add commentsClément Notin2019-09-101-32/+38
* openssl: build warning free with boringsslDaniel Stenberg2019-08-201-5/+27
* nss: use TLSv1.3 as default if supportedPeter Wu2019-08-131-10/+6
* mesalink: implement client authenticationYiming Jing2019-08-061-13/+49
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-302-10/+3
* source: remove names from source commentsDaniel Stenberg2019-07-191-16/+9
* nss: inspect returnvalue of token checkDaniel Gustafsson2019-07-171-1/+4
* openssl: define HAVE_SSL_GET_SHUTDOWN based on version numberZenju2019-07-141-0/+4
* nss: support using libnss on macOSDaniel Gustafsson2019-07-061-1/+4
* nss: don't set unused parameterDaniel Gustafsson2019-07-061-1/+1
* nss: only cache valid CRL entriesDaniel Gustafsson2019-07-061-6/+8
* docs: Fix links to OpenSSL docsJay Satiro2019-06-301-2/+0
* openssl: disable engine if OPENSSL_NO_UI_CONSOLE is definedDaniel Stenberg2019-06-261-1/+1
* openssl: fix pubkey/signature algorithm detection in certinfoGergely Nagy2019-06-181-10/+17
* openssl: remove outdated commentDaniel Gustafsson2019-06-171-8/+2
* wolfssl: fix key pinning build errorDaniel Stenberg2019-06-111-1/+1
* wolfssl: fixup for SNI useDaniel Stenberg2019-06-101-1/+1
* wolfssl: refer to it as wolfSSL onlyDaniel Stenberg2019-06-104-133/+107
* build: fix Codacy warningsMarcel Raad2019-06-052-4/+3
* nss: allow to specify TLS 1.3 ciphers if supported by NSSHubert Kario2019-05-271-0/+5
* sectransp: handle errSSLPeerAuthCompleted from SSLRead()Daniel Stenberg2019-05-241-7/+20
* ftp: move ftp_ccc in under featureflagDaniel Gustafsson2019-05-214-0/+8
* mbedtls: enable use of EC keysGuy Poizat2019-05-201-1/+2
* lib: reduce variable scopesMarcel Raad2019-05-207-72/+63
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-166-17/+1
* vtls: fix potential ssl_buffer stack overflowDaniel Gustafsson2019-05-131-4/+5
* OpenSSL: Report -fips in version if OpenSSL is built with FIPSRicky Leverence2019-05-081-1/+5
* nss: allow fifos and character devices for certificates.Frank Gevaerts2019-05-071-1/+1
* travis: upgrade the MesaLink TLS backend to v1.0.0Yiming Jing2019-05-011-1/+1
* multi: provide Curl_multiuse_state to update informationDaniel Stenberg2019-05-018-2/+29
* nss: provide more specific error messages on failed initKamil Dudka2019-04-291-2/+8
* openssl: mark connection for close on TLS close_notifyDaniel Stenberg2019-04-121-0/+3
* build: fix Codacy/CppCheck warningsMarcel Raad2019-04-111-1/+0
* polarssl_threadlock: remove conditionally unused codeMarcel Raad2019-04-112-29/+23
* openssl: if cert type is ENG and no key specified, key is ENG tooDavid Woodhouse2019-03-201-4/+4
* sectransp: tvOS 11 is required for ALPN supportDaniel Stenberg2019-03-201-2/+2
* configure: add --with-amisslChris Young2019-03-151-1/+8
* vtls: rename some of the SSL functionsChris Young2019-03-152-5/+5
* gnutls: remove call to deprecated gnutls_compression_get_nameDaniel Stenberg2019-03-021-6/+1
* Secure Transport: no more "darwinssl"Daniel Stenberg2019-02-284-93/+93
* strerror: make the strerror function use local buffersDaniel Stenberg2019-02-262-33/+52
* OpenSSL: add support for TLS ASYNC stateBernd Mueller2019-02-251-0/+6
* schannel: support CALG_ECDH_EPHEM algorithmgeorgeok2019-02-251-0/+3
* wolfssl: stop custom-adding curvesDaniel Stenberg2019-02-231-20/+1
* mbedtls: release sessionid resources on errorDaniel Gustafsson2019-02-161-0/+3
* schannel: restore some debug output but only for debug buildsJay Satiro2019-02-121-1/+6