Hi,
I am trying to write an http server which supports virtual servers & ssl
sessions. If I were to support the TLS 1.0 server name extension (which
says different virtual servers cud send different certificates), then
would I be able to use the same SSL_CTX across the different virtual
servers or do I need to have different SSL_CTX for each virtual server?
Is the
struct cert_st /* CERT */ *cert;
field the one which stores the certificate of the server in SSL_CTX?
AFAICS this stores only 6 certificates (one for each key type)? So
wouldn't that restrict me to having one certificate (of each key type)
for my server?
Thanks in advance,
jimmy
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]