gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Minor patch for the Texinfo manual


From: lfinsto
Subject: Re: Minor patch for the Texinfo manual
Date: Fri, 4 Dec 2009 12:55:17 +0100 (CET)
User-agent: SquirrelMail/1.4.9a

"Simon Josefsson" <address@hidden> wrote:
>
> I forget, did you already fill out the copyright assignment?

I filled out the email form and sent it to address@hidden, but I haven't
heard anything yet.  My experience is that it takes a week or two for the
papers to get to Germany by post.  If I don't hear anything soon, I'll
write to the copyright clerk again.

> What's the
> status of it?  If this is in process, I'll add you to the project on
> savannah if you send me your savannah username -- but please don't
> commit anything on any existing branch until the paperwork has been
> completed.

My Savannah user name is lfinsto1.  I won't commit anything on an existing
branch until you say it's okay and the paperwork is done.

>
>> Something I miss in the manual is address@hidden' 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];


Laurence



Laurence Finston
Gesellschaft fuer wissenschaftliche Datenverarbeitung mbH
Am Fassberg 11
37077 Goettingen

Telefon:        +49 551 201-1882
E-Mail:         address@hidden





reply via email to

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