Re: Reading server name extension

2007-03-08 Thread Victor Duchovni
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() > >

Re: Reading server name extension

2007-03-08 Thread Jan F. Schnellbaecher
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

Re: Re: Reading server name extension

2007-03-07 Thread sergey ganik
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

Re: Reading server name extension

2007-03-07 Thread Victor Duchovni
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

Re: Reading server name extension

2007-03-07 Thread ray v
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

Reading server name extension

2007-03-07 Thread Jan F. Schnellbaecher
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 ___