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

Fran e_agf at yahoo.es
Fri Aug 12 21:14:41 CEST 2005


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





More information about the Gnutls-help mailing list