Fran <[EMAIL PROTECTED]> writes:
> 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;
>> };
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
_______________________________________________
Help-gnutls mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnutls