| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-02-25 | SSL: dynamic certificate loading in the stream module. | Maxim Dounin | 1 | -0/+3 | |
| 2018-04-24 | SSL: detect "listen ... ssl" without certificates (ticket #178). | Maxim Dounin | 1 | -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-20 | Stream: client SSL certificates verification support. | Vladimir Homutov | 1 | -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-19 | SSL: support for multiple certificates (ticket #814). | Maxim Dounin | 1 | -2/+3 | |
| 2015-04-20 | Stream: port from NGINX+. | Ruslan Ermilov | 1 | -0/+49 | |
