aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/openssl.c
AgeCommit message (Expand)Author
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-10-18select: switch to macros in uppercaseDaniel Stenberg
2016-09-19libressl: fix version outputBernard Spil
2016-09-19openssl: don't call ERR_remote_thread_state on >= 1.1.0Daniel Stenberg
2016-09-19openssl: don’t call CRYTPO_cleanup_all_ex_dataDaniel Stenberg
2016-09-14openssl: fix per-thread memory leak usiong 1.0.1 or 1.0.2Daniel Stenberg
2016-09-09openssl: fix bad memory free (regression)Daniel Stenberg
2016-09-06openssl: fix CURLINFO_SSL_VERIFYRESULTGaurav Malhotra
2016-09-05openssl: Fix compilation with OPENSSL_API_COMPAT=0x10100000LMarcel Raad
2016-08-25openssl: make build with 1.1.0 againDaniel Stenberg
2016-08-16openssl: use regular malloc instead of OPENSSL_mallocDaniel Stenberg
2016-08-13openssl: accept subjectAltName iPAddress if no dNSName matchJay Satiro
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-06-22vtls: Only call add/getsession if session id is enabledJay Satiro
2016-06-19openssl: use more 'const' to fix build warnings with 1.1.0 branchDaniel Stenberg
2016-06-16openssl: fix cert check with non-DNS name fields presentDaniel Stenberg
2016-06-01vtls: fix ssl session cache race conditionIvan Avdeev
2016-05-31openssl: rename the private SSL_strerrorDaniel Stenberg
2016-05-31openssl: Use correct buffer sizes for error messagesMichael Kaufmann
2016-05-30openssl: fix build with OPENSSL_NO_COMPMarcel Raad
2016-05-20openssl: cleanup must free compression methodsJay Satiro
2016-05-19openssl: ERR_remove_thread_state() is deprecated in latest 1.1.0Daniel Stenberg
2016-05-17openssl: get_cert_chain: fix NULL dereferenceDaniel Stenberg
2016-05-17openssl: get_cert_chain: avoid NULL dereferenceDaniel Stenberg
2016-05-12openssl: fix compile-time warning in Curl_ossl_check_cxn()Kamil Dudka
2016-05-11openssl: stricter connection check functionJay Satiro
2016-05-11TLS: SSL_peek is not a const operationAnders Bakken
2016-05-09TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg
2016-04-26openssl: avoid BN_print a NULL bignumDaniel Stenberg
2016-04-21openssl: builds with OpenSSL 1.1.0-pre5Daniel Stenberg
2016-03-30openssl: Fix compilation warningsMarcel Raad
2016-03-23openssl: boringssl provides the same numbering as opensslDaniel Stenberg
2016-03-23openssl: fix ERR_remove_thread_state() for boringssl/libresslDaniel Stenberg
2016-03-20openssl: Fixed compilation warning when /Wall enabledSteve Holme
2016-03-17openssl: adapt to API breakage in ERR_remove_thread_state()Gisle Vanem
2016-03-17openssl: verbose: show matching SAN patternDaniel Stenberg
2016-03-08openssl: use the correct OpenSSL/BoringSSL/LibreSSL in messagesGisle Vanem
2016-02-16openssl: use macro to guard the opaque EVP_PKEY branchViktor Szakats
2016-02-16openssl: avoid direct PKEY access with OpenSSL 1.1.0Viktor Szakats
2016-02-09openssl: remove most BoringSSL #ifdefs.David Benjamin
2016-02-08configure: --with-ca-fallback: use built-in TLS CA fallbackLudwig Nussel
2016-02-06openssl: Fix signed/unsigned mismatch warning in X509V3_extJay Satiro
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2016-01-14openssl: improved error detection/reportingDaniel Stenberg
2016-01-14openssl: for 1.1.0+ they now provide a SSLeay() macro of their ownDaniel Stenberg
2015-12-14libressl: the latest openssl x509 funcs are not in libresslDaniel Stenberg
2015-12-13http: add libcurl option to allow HTTP/2 for HTTPS onlyDaniel Stenberg
2015-12-10openssl: adapt to openssl >= 1.1.0 X509 opaque structsDaniel Stenberg
2015-12-10openssl: avoid BIO_reset() warnings since it returns a valueDaniel Stenberg