Re: ssl_protocols per server and SNI

2018-04-17 Thread Maxim Dounin
Hello! On Mon, Apr 16, 2018 at 05:07:48PM -0700, Frank Liu wrote: > Looks like OpenSSL 1.1.1 finally fixed this ( > https://github.com/openssl/openssl/issues/4301) and added early callback > (new in OpenSSL 1.1.1), which allows the application to switch SSL_CTXes > *before* TLS version negotiati

Re: ssl_protocols per server and SNI

2018-04-16 Thread Frank Liu
Looks like OpenSSL 1.1.1 finally fixed this ( https://github.com/openssl/openssl/issues/4301) and added early callback (new in OpenSSL 1.1.1), which allows the application to switch SSL_CTXes *before* TLS version negotiation. Hopefully nginx 1.15 milestone will be able to take advantage of this.

ssl_protocols per server and SNI

2018-04-16 Thread Frank Liu
This topic has been discussed in the past. eg: 3 years ago @ http://mailman.nginx.org/pipermail/nginx/2014-November/045738.html and nginx couldn't fix it due to OpenSSL. Has anything changed since then, with newer versions of OpenSSL? ___ nginx mailing li