summaryrefslogtreecommitdiff
path: root/lib/vtls/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* openssl: build with < 0.9.8Daniel Stenberg2015-09-171-1/+1
* openssl: handle lack of server cert when strict checking disabledAlessandro Ghedini2015-08-211-2/+4
* openssl: work around MSVC warningMarcel Raad2015-07-241-1/+1
* openssl: VMS support for SHA256John Malmberg2015-07-141-3/+5
* SSL: Pinned public key hash supportmoparisthebest2015-07-011-0/+12
* openssl: fix use of uninitialized bufferDaniel Stenberg2015-06-181-7/+7
* openssl: fix build with BoringSSLDaniel Stenberg2015-06-181-0/+5
* openssl: Fix build with openssl < ~ 0.9.8fPaul Howarth2015-06-171-0/+2
* openssl: LibreSSL and BoringSSL do not use TLS_client_methodJay Satiro2015-06-081-1/+2
* openssl: Fix verification of server-sent legacy intermediatesJay Satiro2015-06-071-0/+14
* openssl: removed error string #ifdefDaniel Stenberg2015-06-051-9/+0
* openssl: removed USERDATA_IN_PWD_CALLBACK kludgeDaniel Stenberg2015-06-051-37/+3
* openssl: remove SSL_get_session()-using codeDaniel Stenberg2015-06-051-25/+3
* openssl: remove dummy callback use from SSL_CTX_set_verify()Daniel Stenberg2015-06-051-12/+1
* curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro2015-06-011-1/+1
* openssl: typo in commentDaniel Melani2015-05-271-1/+1
* openssl: Use TLS_client_method for OpenSSL 1.1.0+Jay Satiro2015-05-271-0/+4
* openssl: Use SSL_CTX_set_msg_callback and SSL_CTX_set_msg_callback_argBrian Prodoehl2015-05-191-12/+6
* OpenSSL: conditional check for SSL3_RT_HEADERDaniel Stenberg2015-05-041-0/+2
* openssl: skip trace outputs for ssl_ver == 0Daniel Stenberg2015-05-041-23/+44
* Curl_ossl_init: load builtin modulesDaniel Stenberg2015-04-261-0/+2
* openssl: fix serial number outputDaniel Stenberg2015-04-261-14/+8
* openssl: add OPENSSL_NO_SSL3_METHOD checkbyronhe2015-04-211-0/+5
* vtls/openssl: use https in URLs and a comment typo fixedViktor Szakáts2015-04-191-8/+8
* vtls_openssl: improve PKCS#12 load failure error messageMatthew Hall2015-04-131-1/+3
* vtls_openssl: fix minor typo in PKCS#12 load routineMatthew Hall2015-04-131-1/+1