[Help-gnutls] Re: Really I can not understand nothing of SSL... For	the moment to avoid confusion...
    Simon Josefsson 
    jas at extundo.com
       
    Fri Aug 12 23:54:29 CEST 2005
    
    
  
Fran <e_agf at yahoo.es> writes:
> 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;
>>     };
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
    
    
More information about the Gnutls-help
mailing list