Re: PEM manual page error

2003-12-21 Thread Dr. Stephen Henson
On Sat, Dec 20, 2003, Lev Walkin wrote: Dr. Stephen Henson wrote: Most applications wouldn't need to do that and it would be creating something non standard in any case. Indeed. Hovewer, everything standard is already created, so why bother programming at all? ;) That's something

Re: PEM manual page error

2003-12-21 Thread Dr. Stephen Henson
On Sun, Dec 21, 2003, Lev Walkin wrote: Dr. Stephen Henson wrote: On Sat, Dec 20, 2003, Lev Walkin wrote: Dr. Stephen Henson wrote: Most applications wouldn't need to do that and it would be creating something non standard in any case. Indeed. Hovewer, everything standard is

Re: PEM manual page error

2003-12-20 Thread Dr. Stephen Henson
On Fri, Dec 19, 2003, Lev Walkin wrote: The PEM(3) manual page specifies a way to read a certificate in PEM format from a BIO: === cut === Although the PEM routines take several arguments in almost all applications most of them are set to 0 or NULL. Read a

Re: PEM manual page error

2003-12-20 Thread Lev Walkin
Dr. Stephen Henson wrote: And 3. Applications shouldn't call PEM_read_bio() themselves. Unfortunately, this is pretty much the only choice when it comes to the ability to PEM-encode something specific to the application. -- Lev Walkin [EMAIL PROTECTED]

Re: PEM manual page error

2003-12-20 Thread Dr. Stephen Henson
On Sat, Dec 20, 2003, Lev Walkin wrote: Dr. Stephen Henson wrote: And 3. Applications shouldn't call PEM_read_bio() themselves. Unfortunately, this is pretty much the only choice when it comes to the ability to PEM-encode something specific to the application. Most applications

Re: PEM manual page error

2003-12-20 Thread Dr. Stephen Henson
On Sat, Dec 20, 2003, Dr. Stephen Henson wrote: On Fri, Dec 19, 2003, Lev Walkin wrote: The PEM(3) manual page specifies a way to read a certificate in PEM format from a BIO: === cut === Although the PEM routines take several arguments in almost all applications

Re: PEM manual page error

2003-12-20 Thread Lev Walkin
Dr. Stephen Henson wrote: On Sat, Dec 20, 2003, Lev Walkin wrote: Dr. Stephen Henson wrote: And 3. Applications shouldn't call PEM_read_bio() themselves. Unfortunately, this is pretty much the only choice when it comes to the ability to PEM-encode something specific to the application.

PEM manual page error

2003-12-19 Thread Lev Walkin
The PEM(3) manual page specifies a way to read a certificate in PEM format from a BIO: === cut === Although the PEM routines take several arguments in almost all applications most of them are set to 0 or NULL. Read a certificate in PEM format from a BIO: X509 *x;