curl-users
Re: I am amazed...
Date: Thu, 06 Dec 2001 13:59:57 +0100
Daniel Stenberg wrote:
Hello Daniel,
> There's now been more than 24 hours since 7.9.2 was made publicly available.
> It was quickly mirrored and could be downloaded from at least nine mirrors
> after only a few hours.
>
> More than 1000 downloads has been recorded from http://curl.haxx.se/ so far.
>
> ... and I have not received a single bug report!
Ahem.
I was not able to build it under solaris 2.5.1:
1. An include of sys/socket.h seems to require an include of sys/types.h
2. socklen_t and in_addr_t are not known.
so src/main.c and src/urlglob.c have to include ../config.h
I was working on my support for OpenSSL ENGINE,
so I send my patch now...
Comments on the patch:
1. We are using an older version of automake/autoconf, so I was not
able to add my changes to configure.in.
Needed tests are:
AC_CHECK_HEADER(openssl/engine.h)
AC_CHECK_FUNCS(ENGINE_load_builtin_engines ENGINE_cleanup)
(please remove the
#define HAVE_OPENSSL_ENGINE_H and
#define DEBUG
from ssluse.c)
2. At the moment you can't set the passphrase with the callback
mechanism.
3. Testet on solaris 2.5.1 with nfast box and OpenSSL 0.9.6.
Tests with other systems/HSMs needed.
4. Sometimes I try to be very clever and do something very stupid.
So if somebody else have a look ?
Bye
Goetz
-- Goetz Babin-Ebell, TC TrustCenter AG, http://www.trustcenter.de Sonninstr. 24-28, 20097 Hamburg, Germany Tel.: +49-(0)40 80 80 26 -0, Fax: +49-(0)40 80 80 26 -126
- application/x-gzip attachment: patch.gz
- application/x-pkcs7-signature attachment: S/MIME Cryptographic Signature