]> git.kaiwu.me - nginx.git/commit
Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive.
authorMaxim Dounin <mdounin@mdounin.ru>
Wed, 11 Jan 2012 11:15:00 +0000 (11:15 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Wed, 11 Jan 2012 11:15:00 +0000 (11:15 +0000)
commit4efcbce3289803bb087ff78ee2b3784558daed27
tree767425e1ddffacfb6a1bc67be546a68a482284bb
parentf2ef9db230374f5f8ff31ea3f09e02b55da892b5
Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive.

Support for TLSv1.1 and TLSv1.2 protocols was introduced in OpenSSL 1.0.1
(-beta1 was recently released).  This change makes it possible to disable
these protocols and/or enable them without other protocols.
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl.h
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_ssl_module.c
src/mail/ngx_mail_ssl_module.c