ea03ad3b | 09-Apr-2005 |
Dominick Meglio |
Made sortlist support IPv6 (this can probably use some testing) |
feec4217 | 09-Apr-2005 |
Dominick Meglio |
Made sortlist support CIDR matching for IPv4 |
63498284 | 08-Apr-2005 |
Dominick Meglio |
Added preliminary IPv6 support to ares_gethostbyname |
fb3c85ab | 08-Apr-2005 |
Daniel Stenberg |
fixed the 304 response-with-content-length problem reported by Cory Nelson |
a9b7c353 | 08-Apr-2005 |
Dominick Meglio |
Added include for inet_net_pton.h to ares__get_hostent.c |
a7ba0d90 | 08-Apr-2005 |
Dominick Meglio |
Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the family |
2fc70e2c | 08-Apr-2005 |
Daniel Stenberg |
re-arrange some code to prevent warnings on unreachable code |
7ae3f0e7 | 08-Apr-2005 |
Daniel Stenberg |
include sys/types.h too when checking for headers as otherwise this breaks on Solaris and FreeBSD. At least. |
9afaa51e | 08-Apr-2005 |
Marty Kuhrt |
updated instructions |
c736a719 | 08-Apr-2005 |
Marty Kuhrt |
fixed control_y trap problem |
37a54784 | 08-Apr-2005 |
Marty Kuhrt |
cast the call to Curl_inet_ntop for DECC compiler squawk |
b9f1d439 | 07-Apr-2005 |
Daniel Stenberg |
Unfortunately, if a ca file name is set the function fails for whatever reason (missing file, bad file, etc), gnutls will no longer handshake properly but it just loops forever. Therefore, we
Unfortunately, if a ca file name is set the function fails for whatever reason (missing file, bad file, etc), gnutls will no longer handshake properly but it just loops forever. Therefore, we must return error if we get an error when setting the CA cert file name. This is not the same behaviour as with OpenSSL. Question/report posted to the help-gnutls mailing list, April 8 2005.
show more ...
|
bec6423c | 07-Apr-2005 |
Daniel Stenberg |
one down |
241b2b4a | 07-Apr-2005 |
Daniel Stenberg |
set LD_LIBRARY_PATH when GnuTLS has been found |
14d9b569 | 07-Apr-2005 |
Daniel Stenberg |
cut 'n paste error |
1c3766eb | 07-Apr-2005 |
Daniel Stenberg |
GnuTLS updates |
70024d61 | 07-Apr-2005 |
Daniel Stenberg |
GnuTLS! |
2085f133 | 07-Apr-2005 |
Daniel Stenberg |
added new files |
2a045dfc | 07-Apr-2005 |
Daniel Stenberg |
fixed to build after the GnuTLS fixes |
893cbaaf | 07-Apr-2005 |
Daniel Stenberg |
added some blurb about the GnuTLS license |
6e619393 | 07-Apr-2005 |
Daniel Stenberg |
GnuTLS support added. There's now a "generic" SSL layer that we use all over internally, with code provided by sslgen.c. All SSL-layer-specific code is then written in ssluse.c (for OpenSSL)
GnuTLS support added. There's now a "generic" SSL layer that we use all over 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
show more ...
|
015a6181 | 07-Apr-2005 |
Daniel Stenberg |
ssl_version_num is not used anymore |
2a8b91cd | 07-Apr-2005 |
Daniel Stenberg |
ssl_version_num won't be used anymore since we will soon offer multiple SSL layers and it won't make sense to provide a numerical version for it. I also doubt that many people have used this
ssl_version_num won't be used anymore since we will soon offer multiple SSL layers and it won't make sense to provide a numerical version for it. I also doubt that many people have used this for anything critical.
show more ...
|
bebd5dbc | 07-Apr-2005 |
Daniel Stenberg |
Add support for --with-gnutls. If configure detects OpenSSL, you need to to explicitly disable that first with --without-ssl. Initial attempt. |
018dbfe0 | 07-Apr-2005 |
Daniel Stenberg |
bail out if perl is missing, it is needed for building curl anyway |