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: Simon Josefsson
Subject: [Help-gnutls] Re: Really I can not understand nothing of SSL... For the moment to avoid confusion...
Date: Fri, 12 Aug 2005 23:54:29 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Fran <address@hidden> writes:

> 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;
>>     };

atoll isn't available on C89 platforms..

>>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):

I'll try to find it and have a look see.

/Simon




reply via email to

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