Hello everybody, My purpose is to build a ssl server which can handle multiple CA certificate and multiple server certificates too. The different SSL certificate files are not located in the same machine where the server will run but I have achieved to get them in a buffer in server side.
I suppose I have to create chain certificate both for server certificates and a verification chain certificat for CA certificates. I am wondering whether I use the appropriate APIs ... For server certificates, I use SSL_CTX_add_extra_chain_cert API in a "while" instruction; and in order to create Certificate Verification chain , I use X509_STORE_add_cert and SSL_CTX_add_client_CA APis in a "while" instruction. Is it the good way ? Thank you very much in advance, jf ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]