- Jul 04, 2003
-
-
Daniel Stenberg authored
the configure script. We set it differently now and generate the lib/ca-bundle.h file entirely.
-
Daniel Stenberg authored
CURLOPT_SSL_CTX_FUNCTION to set a callback that gets called with the OpenSSL's ssl_ctx pointer passed in and allow a callback to act on it. If anything but CURLE_OK is returned, that will also be returned by libcurl all the way back. If this function changes the CURLOPT_URL, libcurl will detect this and instead go use the new URL. CURLOPT_SSL_CTX_DATA is a pointer you set to get passed to the callback set with CURLOPT_SSL_CTX_FUNCTION.
-
- Jul 01, 2003
-
-
Daniel Stenberg authored
-
- Jun 26, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Added code to deal with white spaces in relocation headers.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
booleans
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 13, 2003
-
-
Daniel Stenberg authored
authenticated our connection, we can continue without any Authorization: headers as long as our connection is maintained.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 12, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
a "plain" Negotiate as well.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 11, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
as otherwise we can re-send requests on the same connection nicely
-
Daniel Stenberg authored
-
Daniel Stenberg authored
but the infrastructure is there.
-
- Jun 10, 2003
-
-
Daniel Stenberg authored
to add more method in the future.
-
Daniel Stenberg authored
added.
-
- Jun 06, 2003
-
-
Daniel Stenberg authored
funky logic in order to make re-tries work fine with OpenSSL. This corrects the problem David Orrell noticed.
-