- 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.
-
- Jun 22, 2004
-
-
Daniel Stenberg authored
-
- Jun 19, 2004
-
-
Daniel Stenberg authored
-
- Jun 18, 2004
-
-
Daniel Stenberg authored
mailing list.
-
- Jun 13, 2004
-
-
Daniel Stenberg authored
-
- May 18, 2004
-
-
Daniel Stenberg authored
about that passed-in argument not being used. * killed trailing whitespace
-
- May 17, 2004
-
-
Daniel Stenberg authored
verification: - when multiple common names are used (as in the curl tests), the last name needs to be selected. - allow comparing with encoded values, at least with BMP and ISO latin1 encoded T61strings.
-
- May 13, 2004
-
-
Daniel Stenberg authored
-
- May 11, 2004
-
-
Daniel Stenberg authored
memory.h is included everywhere for this.
-
- Apr 29, 2004
-
-
Daniel Stenberg authored
-
- Apr 27, 2004
-
-
Daniel Stenberg authored
all things up to work with encoded host names internally, as well as keeping 'display names' to show in debug messages. IDN resolves work for me now using ipv6, ipv4 and ares resolving. Even cookies on IDN sites seem to do right.
-