nginx/src/event
Maxim Dounin 61ec58a9be SSL: removed default DH parameters.
Using the same DH parameters on multiple servers is believed to be subject
to precomputation attacks, see http://weakdh.org/.  Additionally, 1024 bits
are not enough in the modern world as well.  Let users provide their own
DH parameters with the ssl_dhparam directive if they want to use EDH ciphers.

Note that SSL_CTX_set_dh_auto() as provided by OpenSSL 1.1.0 uses fixed
DH parameters from RFC 5114 and RFC 3526, and therefore subject to the same
precomputation attacks.  We avoid using it as well.

This change also fixes compilation with OpenSSL 1.1.0-pre5 (aka Beta 2),
as OpenSSL developers changed their policy after releasing Beta 1 and
broke API once again by making the DH struct opaque (see ticket #860).
2016-05-19 14:46:32 +03:00
..
modules Events: close descriptors on errors in ngx_epoll_test_rdhup(). 2016-05-18 15:57:30 +03:00
ngx_event_accept.c Removed unused flag unexpected_eof from ngx_connection_t. 2016-04-28 16:30:19 +03:00
ngx_event_acceptex.c Removed unused flag unexpected_eof from ngx_connection_t. 2016-04-28 16:30:19 +03:00
ngx_event_connect.c Stream: UDP proxy. 2016-01-20 19:52:12 +03:00
ngx_event_connect.h Stream: UDP proxy. 2016-01-20 19:52:12 +03:00
ngx_event_connectex.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_openssl_stapling.c SSL: support for per-certificate chains. 2016-05-19 14:46:32 +03:00
ngx_event_openssl.c SSL: removed default DH parameters. 2016-05-19 14:46:32 +03:00
ngx_event_openssl.h SSL: support for multiple certificates (ticket #814). 2016-05-19 14:46:32 +03:00
ngx_event_pipe.c Fixed logging. 2016-03-31 02:33:57 +03:00
ngx_event_pipe.h Threads: writing via threads pools in event pipe. 2016-03-18 06:44:49 +03:00
ngx_event_posted.c Events: processing of posted events changed from LIFO to FIFO. 2014-09-01 18:20:18 +04:00
ngx_event_posted.h Events: made posted events macros safe. 2015-03-27 19:57:15 +03:00
ngx_event_timer.c Events: simplified cycle in ngx_event_expire_timers(). 2014-08-25 13:37:06 +04:00
ngx_event_timer.h Events: removed broken thread support from event timers. 2014-08-25 13:34:39 +04:00
ngx_event.c Fixed logging. 2016-03-31 02:33:57 +03:00
ngx_event.h Improved EPOLLRDHUP handling. 2016-05-13 17:19:23 +03:00