Minor patch for the Texinfo manual
Simon Josefsson
simon at josefsson.org
Fri Dec 4 13:39:42 CET 2009
lfinsto at gwdg.de writes:
>>> Something I miss in the manual is `@deftypefn' entries and a "Data
>>> Types"
>>> index. I could make a start on writing them as I run across types that
>>> I
>>> need to understand, if this would be of use to you.
>>
>> That would be great too. Note that some of the manual is auto-generated
>> from the source code, so you may need to modify some script.
>
> Okay, I'll have to look at how you do this.
>
> I was saving these up so I don't send you too many tiny bug reports, but
> as long as I'm writing:
>
> The `char' arrays for DNs in a couple of functions from your sample
> programs were too short for the DNs in my certificates, so nothing was
> output:
>
> In `print_x509_certificate_info':
>
> Changed
>
> char dn[128];
>
> to
>
> char dn[256];
>
> Same in `verify_cert2':
>
> char name[64];
>
> changed to
>
> char name[256];
Hm, that example is obsoleted by gnutls_x509_crt_print. I have improved
it slightly.
/Simon
More information about the Gnutls-devel
mailing list