aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_ssl_module.c
Commit message (Expand)AuthorAge
* SSL: caching certificates and certificate keys with variables.Sergey Kandaurov2025-01-17
* SSL: a new macro to set default protocol versions.Sergey Kandaurov2024-11-22
* SSL: fixed MSVC compilation after ebd18ec1812b.蕭澧邦2024-11-11
* SSL: disabled TLSv1 and TLSv1.1 by default.Sergey Kandaurov2024-10-31
* SSL: optional ssl_client_certificate for ssl_verify_client.Sergey Kandaurov2024-09-20
* SSL: removed the "ssl" directive.Roman Arutyunyan2023-06-08
* HTTP/2: "http2" directive.Roman Arutyunyan2023-05-16
* HTTP/3: removed "http3" parameter of "listen" directive.Roman Arutyunyan2023-05-11
* Merged with the default branch.Sergey Kandaurov2023-03-29
|\
| * SSL: enabled TLSv1.3 by default.Maxim Dounin2023-03-24
* | HTTP/3: fixed OpenSSL compatibility layer initialization.Sergey Kandaurov2023-03-24
* | HTTP/3: "quic" parameter of "listen" directive.Roman Arutyunyan2023-02-27
* | QUIC: OpenSSL compatibility layer.Roman Arutyunyan2023-02-22
* | Merged with the default branch.Sergey Kandaurov2022-10-20
|\|
| * SSL: improved validation of ssl_session_cache and ssl_ocsp_cache.Sergey Kandaurov2022-10-17
* | HTTP/3: removed draft versions support in ALPN.Sergey Kandaurov2022-01-26
* | Merged with the default branch.Ruslan Ermilov2021-12-24
|\|
| * SSL: $ssl_curve (ticket #2135).Sergey Kandaurov2021-11-01
* | HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.Roman Arutyunyan2021-12-04
* | HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.Roman Arutyunyan2021-12-06
* | HTTP/3: adjusted ALPN macro names to align with 61abb35bb8cf.Sergey Kandaurov2021-12-02
* | Merged with the default branch.Sergey Kandaurov2021-11-03
|\|
| * HTTP: connections with wrong ALPN protocols are now rejected.Vladimir Homutov2021-10-20
| * SSL: added $ssl_alpn_protocol variable.Vladimir Homutov2021-10-14
| * HTTP/2: removed support for NPN.Vladimir Homutov2021-10-15
* | Fixed mismerge of ssl_reject_handshake in 71b7453fb11f.Sergey Kandaurov2021-09-29
* | Merged with the default branch.Sergey Kandaurov2021-09-01
|\|
| * SSL: ciphers now set before loading certificates (ticket #2035).Maxim Dounin2021-08-16
* | Merged with the default branch.Sergey Kandaurov2021-03-10
|\|
| * SSL: fixed build by Sun C with old OpenSSL versions.Maxim Dounin2021-03-05
* | QUIC: fixed building ALPN callback without debug and http2.Sergey Kandaurov2020-12-22
* | QUIC: multiple versions support in ALPN.Sergey Kandaurov2020-11-10
* | Merged with the default branch.Sergey Kandaurov2020-10-29
|\|
| * SSL: ssl_reject_handshake directive (ticket #195).Maxim Dounin2020-10-22
| * SSL: ssl_conf_command directive.Maxim Dounin2020-10-22
* | QUIC: reverted previous 3 commits.Vladimir Homutov2020-10-19
* | SSL: added the "ssl_keys_file" directive.Vladimir Homutov2020-09-15
* | QUIC: added "quic" listen parameter.Roman Arutyunyan2020-07-21
* | Merged with the default branch.Sergey Kandaurov2020-05-26
|\|
| * OCSP: certificate status cache.Roman Arutyunyan2020-05-22
| * SSL: client certificate validation with OCSP (ticket #1534).Roman Arutyunyan2020-05-22
* | Support for HTTP/3 ALPN.Roman Arutyunyan2020-03-23
* | Moved setting QUIC methods to runtime.Roman Arutyunyan2020-03-18
* | Cleanup.Sergey Kandaurov2020-02-28
* | Initial QUIC support in http.Sergey Kandaurov2020-02-28
|/
* SSL: fixed ssl_verify_client error message.Sergey Kandaurov2019-09-16
* SSL: fixed potential leak on memory allocation errors.Maxim Dounin2019-03-03
* SSL: fixed possible segfault with dynamic certificates.Maxim Dounin2019-02-25
* SSL: adjusted session id context with dynamic certificates.Maxim Dounin2019-02-25
* SSL: passwords support for dynamic certificate loading.Maxim Dounin2019-02-25