]> git.kaiwu.me - nginx.git/commit
SSL: ngx_ssl_ciphers() to set list of ciphers.
authorTim Taubert <tim@timtaubert.de>
Wed, 15 Jun 2016 20:05:30 +0000 (21:05 +0100)
committerTim Taubert <tim@timtaubert.de>
Wed, 15 Jun 2016 20:05:30 +0000 (21:05 +0100)
commit4f578bfcab740fcfbbb8824822803ad9b3f176cc
tree361da9087f06bd7eb328a82b691044a5c83a48fb
parent6e38998bacb77b1bcaa16a999a722c0c4f961b8e
SSL: ngx_ssl_ciphers() to set list of ciphers.

This patch moves various OpenSSL-specific function calls into the
OpenSSL module and introduces ngx_ssl_ciphers() to make nginx more
crypto-library-agnostic.
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/http/modules/ngx_http_uwsgi_module.c
src/mail/ngx_mail_ssl_module.c
src/stream/ngx_stream_proxy_module.c
src/stream/ngx_stream_ssl_module.c