summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chainsDaniel Stenberg2019-12-031-6/+8
* openssl: set X509_V_FLAG_PARTIAL_CHAINDaniel Stenberg2019-12-031-9/+17
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-012-3/+3
* openssl: retrieve reported LibreSSL version at runtimeJay Satiro2019-12-011-6/+24
* strerror: Add Curl_winapi_strerror for Win API specific errorsJay Satiro2019-12-011-9/+14
* TLS: add BearSSL vtls implementationMichael Forney2019-11-264-1/+910
* schannel: fix --tls-max for when min is --tlsv1 or defaultXiaoyin Liu2019-11-241-4/+0
* openssl: Revert to less sensitivity for SYSCALL errorsJay Satiro2019-11-221-13/+59
* openssl: improve error message for SYSCALL during connectDaniel Stenberg2019-11-221-1/+6
* openssl: prevent recursive function calls from ctx callbacksDaniel Stenberg2019-11-121-0/+2
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-085-5/+5
* mbedtls: add error message for cert validity starting in the futureBastien Bouclet2019-11-021-0/+3
* schannel_verify: Fix concurrent openings of CA fileJay Satiro2019-11-011-1/+1
* gtls: make gnutls_bye() not wait for response on shutdownDaniel Stenberg2019-10-311-1/+1
* schannel: reverse the order of certinfo insertionsFrancois Rivard2019-10-241-1/+5
* gskit: use the generic Curl_socketpairDaniel Stenberg2019-10-101-95/+3
* vtls: Fix comment typo about macosx-version-min compiler flagjulian2019-09-271-1/+1
* openssl: use strerror on SSL_ERROR_SYSCALLDaniel Stenberg2019-09-261-2/+8
* vtls: fix narrowing conversion warningsMarcel Raad2019-09-239-19/+20
* openssl: fix compiler warning with LibreSSLMarcel Raad2019-09-221-1/+1
* 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