Re: certificate_authorities in CertificateRequest message

1999-06-24 Thread Anonymous
Roger Bodén <[EMAIL PROTECTED]>: > Our application can have several certificates to use when acting as an > SSL client. In order to choose the right certificate for each connection > we intend to set a callback using SSL_CTX_set_client_cert_cb that will > return the private key and certificate to

Re: certificate_authorities in CertificateRequest message

1999-06-24 Thread Anonymous
Hallo, Sorry, forget this mail. (Was a reply to another one...) At 10:48 24.06.99 +0200, you wrote: >At 09:58 24.06.99 +0200, you wrote: >>Hi, >Hallo, > >>Our application can have several certificates to use when acting as an >>SSL client. In order to choose the right certificate for each connec

Re: certificate_authorities in CertificateRequest message

1999-06-24 Thread Anonymous
At 09:58 24.06.99 +0200, you wrote: >Hi, Hallo, >Our application can have several certificates to use when acting as an >SSL client. In order to choose the right certificate for each connection >we intend to set a callback using SSL_CTX_set_client_cert_cb that will >return the private key and cer

certificate_authorities in CertificateRequest message

1999-06-24 Thread Anonymous
Hi, Our application can have several certificates to use when acting as an SSL client. In order to choose the right certificate for each connection we intend to set a callback using SSL_CTX_set_client_cert_cb that will return the private key and certificate to use. In this callback we need to acc