Re: regarding usage of SSL_CTX in server

2006-06-21 Thread Peter Sylvester
jimmy wrote: 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

Re: regarding usage of SSL_CTX in server

2006-01-03 Thread Peter Sylvester
jimmy wrote: Peter Sylvester wrote: It happened that I played with this a bit. It is not just that you have a list of servers in one context, all parameters of the server e;g. requirements for user certs etc can be different, so a separate SSL_CTX seems useful. does this theoretically rule o

Re: regarding usage of SSL_CTX in server

2006-01-02 Thread Gayathri Sundar
Peter Sylvester wrote: > It happened that I played with this a bit. > > It is not just that you have a list of servers in one context, all > parameters of the server e;g. requirements for user certs etc can be > different, so a separate SSL_CTX seems useful. > does this theoretically rule out usage

Re: regarding usage of SSL_CTX in server

2006-01-02 Thread jimmy
Peter Sylvester wrote: It happened that I played with this a bit. It is not just that you have a list of servers in one context, all parameters of the server e;g. requirements for user certs etc can be different, so a separate SSL_CTX seems useful. does this theoretically rule out usage of 1

Re: regarding usage of SSL_CTX in server

2006-01-02 Thread Peter Sylvester
It happened that I played with this a bit. It is not just that you have a list of servers in one context, all parameters of the server e;g. requirements for user certs etc can be different, so a separate SSL_CTX seems useful. Enclosed a patch for the snapshot of today (try s_server and s_clien

regarding usage of SSL_CTX in server

2006-01-02 Thread jimmy
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 serve