RE: Using multiple CA certs for client verification

1999-09-16 Thread Wade L. Scholine
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 09, 1999 3:58 PM > To: [EMAIL PROTECTED] > Cc: Wade L. Scholine > Subject: Re: Using multiple CA certs for client verification > > > Wade L. Scholine

Re: Using multiple CA certs for client verification

1999-09-09 Thread Bodo Moeller
Wade L. Scholine <[EMAIL PROTECTED]>: > I have been using client verification with one CA cert by doing an > SSL_CTX_load_verify_locations() with the file arg pointing to a filename > and the path arg null. > > I want to extend this to accept client certs from multiple CAs. > Scanning back thr