Re: Problem / unwanted behavior with SSL server and CA certs

2003-02-07 Thread Götz Babin-Ebell
Hello Lutz, Lutz Jaenicke wrote: On Thu, Feb 06, 2003 at 07:42:39PM +0100, Götz Babin-Ebell wrote: Hell folks, there seems to be a strange behavior with CA certificates in SSL server: I create a SSL_CTX for a server, set the certificate and the private key and add some CA certificates for cli

Re: Problem / unwanted behavior with SSL server and CA certs

2003-02-06 Thread Lutz Jaenicke
On Thu, Feb 06, 2003 at 07:42:39PM +0100, Götz Babin-Ebell wrote: > Hell folks, > > there seems to be a strange behavior with CA certificates > in SSL server: > > I create a SSL_CTX for a server, > set the certificate and the private key > and add some CA certificates for client auth. with > SSL_

Problem / unwanted behavior with SSL server and CA certs

2003-02-06 Thread Götz Babin-Ebell
Hell folks, there seems to be a strange behavior with CA certificates in SSL server: I create a SSL_CTX for a server, set the certificate and the private key and add some CA certificates for client auth. with SSL_CTX_add_client_CA(). (I don't set a server CA certificate, but in the list of clien