help-gnutls
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gnutls] Re: Really I can not understand nothing of SSL... For the


From: Fran
Subject: [Help-gnutls] Re: Really I can not understand nothing of SSL... For the moment to avoid confusion...
Date: Fri, 12 Aug 2005 21:14:41 +0200

Fran <address@hidden> 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: address@hidden, 
> size=17662, class=0, nrcpts=1, msgid=<address@hidden>, address@hidden 
> Jul 28 17:05:14 mydomain sendmail[3624]: j6SF59N6003624: 
> from=<address@hidden>, size=17810, class=0, nrcpts=1, msgid=<address@hidden>, 
> proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1] 
> Jul 28 17:05:14 mydomain sendmail[3623]: j6SF54Og003623: address@hidden, 
> address@hidden (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=<address@hidden>, 
> ctladdr=<address@hidden> (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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]