Fran <[EMAIL PROTECTED]> writes:
> Agreed, but the GnuTLS API never uses int for X.509 serials.  The tool
> does, but it has to convert it to a printable format somehow.
> Arguable it should use libgcrypt..

I suggest this modifications for certtoll-cfg.c function read_int(), for
the moment:
Something like this:
Line 32:
> #include <limits.h>
Line 224:
>  if (atoll (input) > INT_MAX) /*Could be other condition*/
>     {
>       fprintf (stderr, "Sorry certtool still  not support numbers larger 
> that: %u\n", INT_MAX);
>       return 0;
>     };

>I fixed the examples now, they should be built during a normal build,
>so any problems should be spotted easily.  I don't recall the other
>matters, do you have a message-id or something?

Isn't important. But if you want study if you have a problem with your mail 
(could be my mail):

> Jul 28 17:05:09 mydomain sendmail[3623]: j6SF54Og003623: [EMAIL PROTECTED], 
> size=17662, class=0, nrcpts=1, msgid=<[EMAIL PROTECTED]>, [EMAIL PROTECTED] 
> Jul 28 17:05:14 mydomain sendmail[3624]: j6SF59N6003624: from=<[EMAIL 
> PROTECTED]>, size=17810, class=0, nrcpts=1, msgid=<[EMAIL PROTECTED]>, 
> proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1] 
> Jul 28 17:05:14 mydomain sendmail[3623]: j6SF54Og003623: [EMAIL PROTECTED], 
> [EMAIL PROTECTED] (501/501), delay=00:00:10, xdelay=00:00:05, mailer=relay, 
> pri=relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (j6SF59N6003624 
> Message accepted for delivery)
> Jul 28 17:05:24 mydomain sendmail[3627]: STARTTLS=client, 
> relay=yxa.extundo.com., version=TLSv1/SSLv3, verify=FAIL, 
> cipher=DHE-RSA-AES256-SHA, bits=256/256
> Jul 28 17:05:45 mydomain sendmail[3627]: j6SF59N6003624: to=<[EMAIL 
> PROTECTED]>, ctladdr=<[EMAIL PROTECTED]> (501/501), delay=00:00:31, 
> xdelay=00:00:31, mailer=esmtp, pri=137810, relay=yxa.extundo.com. 
> [217.13.230.178], dsn=2.0.0, stat=Sent (j6SF52Is029265 Message accepted for 
> delivery)
> 

Regards,


_______________________________________________
Help-gnutls mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnutls

Reply via email to