- Apr 18, 2006
-
-
Daniel Stenberg authored
to my previous brain-damaged version)
-
- Apr 10, 2006
-
-
Daniel Stenberg authored
CURLOPT_TIMEOUT, the _longer_ time would wrongly be used for the SSL connection time-out!
-
- Apr 07, 2006
-
-
Daniel Stenberg authored
-
- Mar 21, 2006
-
-
Daniel Stenberg authored
(when using OpenSSL).
-
- Mar 13, 2006
-
-
Daniel Stenberg authored
text from OpenSSL.
-
- Mar 06, 2006
-
-
Daniel Stenberg authored
callback" error message so I've now made the setting of that callback not be as critical as before. The function is only used for additional loggging/ trace anyway so a failure just means slightly less data. It should still be able to proceed and connect fine to the server.
-
- Dec 19, 2005
-
-
Dan Fandrich authored
-
- Dec 13, 2005
-
-
Dan Fandrich authored
-
- Dec 05, 2005
-
-
Daniel Stenberg authored
SSL_CTX_new and others, and also makes functions SSLv23_client_method, TLSv1_client_method, etc return a 'const' SSL_METHOD pointer. Previous versions do not use the 'const' qualifier.
-
- Dec 04, 2005
-
-
Gisle Vanem authored
'assignment discards qualifiers from pointer target type' warning.
-
- Nov 13, 2005
-
-
Daniel Stenberg authored
-
- Aug 10, 2005
-
-
Daniel Stenberg authored
too big
-
- Apr 13, 2005
-
-
Daniel Stenberg authored
-
- Apr 07, 2005
-
-
Daniel Stenberg authored
internally, with code provided by sslgen.c. All SSL-layer-specific code is then written in ssluse.c (for OpenSSL) and gtls.c (for GnuTLS). As far as possible, internals should not need to know what SSL layer that is in use. Building with GnuTLS currently makes two test cases fail. TODO.gnutls contains a few known outstanding issues for the GnuTLS support. GnuTLS support is enabled with configure --with-gnutls
-
- Mar 31, 2005
-
-
Daniel Stenberg authored
-
- Mar 04, 2005
-
-
Dan Fandrich authored
-
Dan Fandrich authored
used, it slows initialization too much reading an infinitely long file!
-
- Feb 10, 2005
-
-
Daniel Stenberg authored
-
- Feb 09, 2005
-
-
Daniel Stenberg authored
-
- Jan 10, 2005
-
-
Daniel Stenberg authored
remote certificate name when it didn't match the used host name.
-
- Dec 19, 2004
-
-
Gisle Vanem authored
-
Daniel Stenberg authored
a precedence problem with the zlib header. See CHANGES for details.
-
- Dec 18, 2004
-
-
Daniel Stenberg authored
-
- Dec 14, 2004
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Gisle Vanem authored
ssluse.*: Added SSL_strerror(). Curl_SSL_engines_list() now returns a slist which must be freed by caller.
-
Daniel Stenberg authored
UrlState sub-struct. Also made the engine_list exist for non-ssl builds to make curl build.
-
- Dec 13, 2004
-
-
Gisle Vanem authored
Added Curl_SSL_engines_list(), cleanup SSL in url.c (no HAVE_OPENSSL_x etc.).
-
- Nov 22, 2004
-
-
Daniel Stenberg authored
-
- Nov 19, 2004
-
-
Daniel Stenberg authored
-
- Nov 15, 2004
-
-
Daniel Stenberg authored
-
- Oct 06, 2004
-
-
Daniel Stenberg authored
-
- Sep 02, 2004
-
-
Daniel Stenberg authored
-
- Aug 10, 2004
-
-
Daniel Stenberg authored
already UTF-8 encoded. We check for this case and copy the raw string manually to avoid the problem. This code can be made conditional in the future when OpenSSL has been fixed. Work-around brought by Alexis S. L. Carvalho.
-
- Jul 29, 2004
-
-
Daniel Stenberg authored
-
- Jul 04, 2004
-
-
Daniel Stenberg authored
and not an int.
-
- Jul 01, 2004
-
-
Daniel Stenberg authored
-
- Jun 30, 2004
-
-
Daniel Stenberg authored
use when built with a very old OpenSSL version.
-
Daniel Stenberg authored
generic connect uses
-
- Jun 24, 2004
-
-
Daniel Stenberg authored
precaution to prevent mistakes to lead to buffer overflows.
-