aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/openssl.c
AgeCommit message (Expand)Author
2015-09-19ssl: add server cert's "sha256//" hash to verboseDaniel Hwang
2015-09-19openssl: don't output certinfo dataAlessandro Ghedini
2015-09-19openssl: refactor certificate parsing to use OpenSSL memory BIOAlessandro Ghedini
2015-09-17openssl: build with < 0.9.8Daniel Stenberg
2015-08-21openssl: handle lack of server cert when strict checking disabledAlessandro Ghedini
2015-07-24openssl: work around MSVC warningMarcel Raad
2015-07-14openssl: VMS support for SHA256John Malmberg
2015-07-01SSL: Pinned public key hash supportmoparisthebest
2015-06-18openssl: fix use of uninitialized bufferDaniel Stenberg
2015-06-18openssl: fix build with BoringSSLDaniel Stenberg
2015-06-17openssl: Fix build with openssl < ~ 0.9.8fPaul Howarth
2015-06-08openssl: LibreSSL and BoringSSL do not use TLS_client_methodJay Satiro
2015-06-07openssl: Fix verification of server-sent legacy intermediatesJay Satiro
2015-06-05openssl: removed error string #ifdefDaniel Stenberg
2015-06-05openssl: removed USERDATA_IN_PWD_CALLBACK kludgeDaniel Stenberg
2015-06-05openssl: remove SSL_get_session()-using codeDaniel Stenberg
2015-06-05openssl: remove dummy callback use from SSL_CTX_set_verify()Daniel Stenberg
2015-06-01curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro
2015-05-27openssl: typo in commentDaniel Melani
2015-05-27openssl: Use TLS_client_method for OpenSSL 1.1.0+Jay Satiro
2015-05-19openssl: Use SSL_CTX_set_msg_callback and SSL_CTX_set_msg_callback_argBrian Prodoehl
2015-05-04OpenSSL: conditional check for SSL3_RT_HEADERDaniel Stenberg
2015-05-04openssl: skip trace outputs for ssl_ver == 0Daniel Stenberg
2015-04-26Curl_ossl_init: load builtin modulesDaniel Stenberg
2015-04-26openssl: fix serial number outputDaniel Stenberg
2015-04-21openssl: add OPENSSL_NO_SSL3_METHOD checkbyronhe
2015-04-19vtls/openssl: use https in URLs and a comment typo fixedViktor Szakáts
2015-04-13vtls_openssl: improve PKCS#12 load failure error messageMatthew Hall
2015-04-13vtls_openssl: fix minor typo in PKCS#12 load routineMatthew Hall
2015-04-13vtls_openssl: improve client certificate load failure error messagesMatthew Hall
2015-04-13vtls_openssl: remove ambiguous SSL_CLIENT_CERT_ERR constantMatthew Hall
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-24openssl: do the OCSP work-around for libressl tooDaniel Stenberg
2015-03-24openssl: verifystatus: only use the OCSP work-around <= 1.0.2aDaniel Stenberg
2015-03-24openssl: adapt to ASN1/X509 things gone opaque in 1.1Daniel Stenberg
2015-03-20openssl: try to avoid accessing OCSP structs when possibleAlessandro Ghedini
2015-03-17checksrc: detect and remove space before trailing semicolonsDaniel Stenberg
2015-03-17checksrc: use space after commaDaniel Stenberg
2015-03-12openssl: show the cipher selection to useDaniel Stenberg
2015-03-07http2: use CURL_HTTP_VERSION_* symbols instead of NPN_*Daniel Stenberg
2015-03-07openssl: make it possible to enable ALPN/NPN without HTTP2Alessandro Ghedini
2015-03-05openssl: remove all uses of USE_SSLEAYDaniel Stenberg
2015-03-03vtls: use curl_printf.h all overDaniel Stenberg
2015-02-12openssl: fix a compile-time warningKamil Dudka
2015-02-11openssl: Use OPENSSL_IS_BORINGSSL for BoringSSL detectionSteve Holme
2015-02-09openssl: Disable OCSP in old versions of OpenSSLSteve Holme
2015-02-05openssl: SSL_SESSION->ssl_version no longer existDaniel Stenberg
2015-01-27openssl: Fixed Curl_ossl_cert_status_request() not returning FALSESteve Holme
2015-01-27openssl: Fixed compilation errors when OpenSSL built with 'no-tlsext'Steve Holme
2015-01-22OCSP stapling: disabled when build with BoringSSLDaniel Stenberg