[RELEASE] Curl and libcurl 7.45.0

2015-10-07 Thread Daniel Stenberg
Hi team! I'm very happy to once again tell you that I've just packaged a new curl release and put it up on the site: http://curl.haxx.se/ Curl and libcurl 7.45.0 Public curl releases: 149 Command line options: 177 curl_easy_setopt() options: 219 Public functions in

curl_multi_info_read() returning result of CURLE_RECV_ERROR

2015-10-07 Thread KS Lee
Hi This problem has stumped us for a good part of this past week. We had a C++ code using libcurl running for the past five or so years, was working fine until this week. This is a service that connects to a HTTPS-based IBM Websphere. It sends & receives financial transactions. We don't

Re: curl_multi_info_read() returning result of CURLE_RECV_ERROR

2015-10-07 Thread Michael König
Hi there! > KS Lee hat am 7. Oktober 2015 um 12:19 geschrieben: > > > Hi > This problem has stumped us for a good part of this past week. > > We had a C++ code using libcurl running for the past five or so years, was > working fine until this week. > > This is a

Re: CURLINFO_TLS_SESSION with OPENSSL returns SSL_CTX instead of SSL

2015-10-07 Thread Rich Gray
Ray Satiro via curl-library wrote: I plan to put in the CURLINFO_TLS_SESSION_V2 implementation (credit to Michael Kaufmann for suggesting that) instead of the CURLINFO_TLS_SSL_PTR. For what it's worth, CURLINFO_TLS_SSL_PTR seems more meaningful to me than CURLINFO_TLS_SESSION_V2. For maximum

Re: CURLINFO_TLS_SESSION with OPENSSL returns SSL_CTX instead of SSL

2015-10-07 Thread Daniel Stenberg
On Wed, 7 Oct 2015, Rich Gray wrote: For what it's worth, CURLINFO_TLS_SSL_PTR seems more meaningful to me than CURLINFO_TLS_SESSION_V2. For maximum clarity, maybe CURLINFO_TLS_CTX_PTR could be added as an alias for CURLINFO_TLS_SESSION and the later "depreciated". I'm with Rich here. We