From CA certificates to X509 object with SSL API

1999-07-06 Thread Takeshi Hamade
Hi,all! Help me! I want to get X509** object.How can we get X509** object from CA certificates with SSL API? Please, help me. Thanks * Takeshi Hamade E-mail : [EMAIL PROTECTED

Re: From CA certificates to X509 object with SSL API

1999-07-06 Thread Bodo Moeller
On Tue, Jul 06, 1999 at 06:26:42PM +0900, Takeshi Hamade wrote: I want to get X509** object.How can we get X509** object from CA certificates with SSL API? Look at the examples -- apps/x509.c does this, for example