summaryrefslogtreecommitdiff
path: root/lib/vtls/openssl.c
Commit message (Expand)AuthorAgeFilesLines
...
* openssl: rename the private SSL_strerrorDaniel Stenberg2016-05-311-6/+6
* openssl: Use correct buffer sizes for error messagesMichael Kaufmann2016-05-311-8/+8
* openssl: fix build with OPENSSL_NO_COMPMarcel Raad2016-05-301-2/+7
* openssl: cleanup must free compression methodsJay Satiro2016-05-201-0/+5
* openssl: ERR_remove_thread_state() is deprecated in latest 1.1.0Daniel Stenberg2016-05-191-4/+4
* openssl: get_cert_chain: fix NULL dereferenceDaniel Stenberg2016-05-171-3/+5
* openssl: get_cert_chain: avoid NULL dereferenceDaniel Stenberg2016-05-171-3/+5
* openssl: fix compile-time warning in Curl_ossl_check_cxn()Kamil Dudka2016-05-121-1/+1
* openssl: stricter connection check functionJay Satiro2016-05-111-7/+36
* TLS: SSL_peek is not a const operationAnders Bakken2016-05-111-8/+8
* TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg2016-05-091-3/+3
* openssl: avoid BN_print a NULL bignumDaniel Stenberg2016-04-261-1/+2
* openssl: builds with OpenSSL 1.1.0-pre5Daniel Stenberg2016-04-211-1/+72
* openssl: Fix compilation warningsMarcel Raad2016-03-301-2/+2
* openssl: boringssl provides the same numbering as opensslDaniel Stenberg2016-03-231-2/+1
* openssl: fix ERR_remove_thread_state() for boringssl/libresslDaniel Stenberg2016-03-231-1/+3
* openssl: Fixed compilation warning when /Wall enabledSteve Holme2016-03-201-1/+2
* openssl: adapt to API breakage in ERR_remove_thread_state()Gisle Vanem2016-03-171-1/+7
* openssl: verbose: show matching SAN patternDaniel Stenberg2016-03-171-27/+30
* openssl: use the correct OpenSSL/BoringSSL/LibreSSL in messagesGisle Vanem2016-03-081-15/+24
* openssl: use macro to guard the opaque EVP_PKEY branchViktor Szakats2016-02-161-8/+5
* openssl: avoid direct PKEY access with OpenSSL 1.1.0Viktor Szakats2016-02-161-4/+38
* openssl: remove most BoringSSL #ifdefs.David Benjamin2016-02-091-49/+12
* configure: --with-ca-fallback: use built-in TLS CA fallbackLudwig Nussel2016-02-081-0/+7
* openssl: Fix signed/unsigned mismatch warning in X509V3_extJay Satiro2016-02-061-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* openssl: improved error detection/reportingDaniel Stenberg2016-01-141-25/+18
* openssl: for 1.1.0+ they now provide a SSLeay() macro of their ownDaniel Stenberg2016-01-141-2/+1
* libressl: the latest openssl x509 funcs are not in libresslDaniel Stenberg2015-12-141-2/+4
* http: add libcurl option to allow HTTP/2 for HTTPS onlyDaniel Stenberg2015-12-131-4/+4
* openssl: adapt to openssl >= 1.1.0 X509 opaque structsDaniel Stenberg2015-12-101-14/+38
* openssl: avoid BIO_reset() warnings since it returns a valueDaniel Stenberg2015-12-101-3/+4
* openssl: adapt to 1.1.0+ name changesDaniel Stenberg2015-12-101-0/+6
* openssl: BoringSSL doesn't have CONF_modules_freeGisle Vanem2015-12-071-1/+2
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-0/+5
* openssl: Free modules on cleanupSebastian Pohlschmidt2015-11-131-0/+3
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-5/+0
* openssl: remove #if check for 0.9.7 for ENGINE_load_private_keyDaniel Stenberg2015-11-131-1/+1
* openssl: all supported versions have X509_STORE_set_flagsDaniel Stenberg2015-11-131-7/+0
* openssl: remove 0.9.3 checkDaniel Stenberg2015-11-131-3/+1
* openssl: remove #ifdefs for < 0.9.5 supportDaniel Stenberg2015-11-131-60/+29
* lib/vtls/openssl: remove unused traces of yassl ifdefsDaniel Stenberg2015-11-131-6/+0
* BoringSSL: Work with stricter BIO_get_mem_data()Douglas Creager2015-11-101-2/+2
* Revert "openssl: engine: remove double-free"Daniel Stenberg2015-10-291-2/+2
* openssl: engine: remove double-freeDaniel Stenberg2015-10-271-2/+2
* openssl: Fix set up of pkcs12 certificate verification chainErik Johansson2015-10-111-3/+3
* openssl: Fix algorithm initMichael Kalinin2015-09-281-10/+9
* ssl: add server cert's "sha256//" hash to verboseDaniel Hwang2015-09-191-3/+4
* openssl: don't output certinfo dataAlessandro Ghedini2015-09-191-41/+14
* openssl: refactor certificate parsing to use OpenSSL memory BIOAlessandro Ghedini2015-09-191-186/+76