summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream_ssl_module.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-02-25SSL: dynamic certificate loading in the stream module.Maxim Dounin1-0/+3
2018-04-24SSL: detect "listen ... ssl" without certificates (ticket #178).Maxim Dounin1-0/+4
In mail and stream modules, no certificate provided is a fatal condition, much like with the "ssl" and "starttls" directives. In http, "listen ... ssl" can be used in a non-default server without certificates as long as there is a certificate in the default one, so missing certificate is only fatal for default servers.
2016-12-20Stream: client SSL certificates verification support.Vladimir Homutov1-0/+6
New directives: "ssl_verify_client", "ssl_verify_depth", "ssl_client_certificate", "ssl_trusted_certificate", and "ssl_crl". New variables: $ssl_client_cert, $ssl_client_raw_cert, $ssl_client_s_dn, $ssl_client_i_dn, $ssl_client_serial, $ssl_client_fingerprint, $ssl_client_verify, $ssl_client_v_start, $ssl_client_v_end, and $ssl_client_v_remain.
2016-05-19SSL: support for multiple certificates (ticket #814).Maxim Dounin1-2/+3
2015-04-20Stream: port from NGINX+.Ruslan Ermilov1-0/+49