Re: To X/Open or not to X/Open

1999-05-09 Thread Bodo Moeller
On Sat, May 08, 1999 at 01:19:14PM +0100, Ben Laurie wrote: Bodo Moeller wrote: But the problem is in the system header files, not in the program. When those header files are not quite as they should be, warnings can be inevitable (on Linux, you cannot compile programs that #include

Re: get e-mail and name from cert

1999-05-09 Thread Dr Stephen Henson
Dr Stephen Henson wrote: That's not the complete story though. PKIX recommends that the email address is *NOT* placed in the subject name but instead places in the issuer alternative name extension. Oops! Typo I meant subject alternative name of course! Steve. -- Dr Stephen N.

Re: struct cert_st

1999-05-09 Thread Bodo Moeller
Ben Laurie [EMAIL PROTECTED]: I guess we start with your suggestion above and see what kind of mess we have left afterwards? O.K., I have now started: SSL_new now copies ctx-cert (formerly known as ctx-default_cert, but now it is no more a default than various other members of SSL_CTX that

Re: struct cert_st

1999-05-09 Thread Bodo Moeller
On Sun, May 09, 1999 at 10:12:00PM +0200, Bodo Moeller wrote: O.K., I have now started: SSL_new now copies ctx-cert (formerly known as ctx-default_cert, but now it is no more a default than various other members of SSL_CTX that have always been copied during SSL_new), and