On Thu, Mar 08, 2007 at 09:15:00AM +0100, Jan F. Schnellbaecher wrote:
> Victor Duchovni wrote:
>
> >
> > Download a 0.9.9 dev snapshot and see the CHANGES file:
> >
>
> > New functions (subject to change):
> >
> > SSL_get_servername()
> > SSL_get_servername_type()
> >
Victor Duchovni wrote:
>
> Download a 0.9.9 dev snapshot and see the CHANGES file:
>
> New functions (subject to change):
>
> SSL_get_servername()
> SSL_get_servername_type()
> SSL_set_SSL_CTX()
>
Thanks Victor.
This seem to be what I was looking for. Do you k
how, in what way possible go in website www.lavteam.com
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager
On Wed, Mar 07, 2007 at 10:41:16AM +0100, Jan F. Schnellbaecher wrote:
> Can anybody explain how I can use the server name extension from the first
> TLS handshake message (Client Hello)?
Download a 0.9.9 dev snapshot and see the CHANGES file:
*) Add initial support for TLS extensions, specifi
Not sure what your trying to attempt but have you
search the list of subjectAltName? Also you may be
able to configure your web server to handle the
different CN names, again, depending on what your
trying to do.
--- "Jan F. Schnellbaecher" <[EMAIL PROTECTED]>
wrote:
> Hello,
>
> can anybody e
Hello,
can anybody explain how I can use the server name extension from the first TLS
handshake message (Client Hello)?
I would like to use it to return an appropriate certificate to avoid a CN
mismatch.
Which version of open ssl is required for this?
Thanks
Jan
___