summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_ssl_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-17SSL: caching certificates and certificate keys with variables.Sergey Kandaurov1-0/+106
2024-11-22SSL: a new macro to set default protocol versions.Sergey Kandaurov1-9/+1
2024-11-11SSL: fixed MSVC compilation after ebd18ec1812b.蕭澧邦1-2/+6
2024-10-31SSL: disabled TLSv1 and TLSv1.1 by default.Sergey Kandaurov1-0/+2
2024-09-20SSL: optional ssl_client_certificate for ssl_verify_client.Sergey Kandaurov1-2/+6
2023-06-08SSL: removed the "ssl" directive.Roman Arutyunyan1-77/+1
2023-05-16HTTP/2: "http2" directive.Roman Arutyunyan1-8/+16
2023-05-11HTTP/3: removed "http3" parameter of "listen" directive.Roman Arutyunyan1-1/+1
2023-03-29Merged with the default branch.Sergey Kandaurov1-2/+3
2023-03-24SSL: enabled TLSv1.3 by default.Maxim Dounin1-2/+3
2023-03-24HTTP/3: fixed OpenSSL compatibility layer initialization.Sergey Kandaurov1-4/+36
2023-02-27HTTP/3: "quic" parameter of "listen" directive.Roman Arutyunyan1-11/+18
2023-02-22QUIC: OpenSSL compatibility layer.Roman Arutyunyan1-3/+13
2022-10-17SSL: improved validation of ssl_session_cache and ssl_ocsp_cache.Sergey Kandaurov1-2/+2
2022-10-20Merged with the default branch.Sergey Kandaurov1-2/+2
2022-01-26HTTP/3: removed draft versions support in ALPN.Sergey Kandaurov1-15/+0
2021-12-24Merged with the default branch.Ruslan Ermilov1-0/+3
2021-12-04HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.Roman Arutyunyan1-18/+23
2021-12-06HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.Roman Arutyunyan1-9/+6
2021-12-02HTTP/3: adjusted ALPN macro names to align with 61abb35bb8cf.Sergey Kandaurov1-4/+4
2021-11-01SSL: $ssl_curve (ticket #2135).Sergey Kandaurov1-0/+3
2021-11-03Merged with the default branch.Sergey Kandaurov1-56/+9
2021-09-29Fixed mismerge of ssl_reject_handshake in 71b7453fb11f.Sergey Kandaurov1-10/+11
2021-09-01Merged with the default branch.Sergey Kandaurov1-7/+7
2021-10-20HTTP: connections with wrong ALPN protocols are now rejected.Vladimir Homutov1-7/+6
2021-10-14SSL: added $ssl_alpn_protocol variable.Vladimir Homutov1-0/+3
2021-10-15HTTP/2: removed support for NPN.Vladimir Homutov1-54/+5
2021-08-16SSL: ciphers now set before loading certificates (ticket #2035).Maxim Dounin1-7/+7
2021-03-10Merged with the default branch.Sergey Kandaurov1-2/+2
2021-03-05SSL: fixed build by Sun C with old OpenSSL versions.Maxim Dounin1-2/+2
2020-12-22QUIC: fixed building ALPN callback without debug and http2.Sergey Kandaurov1-1/+1
2020-11-10QUIC: multiple versions support in ALPN.Sergey Kandaurov1-8/+27
2020-10-29Merged with the default branch.Sergey Kandaurov1-26/+97
2020-10-22SSL: ssl_reject_handshake directive (ticket #195).Maxim Dounin1-26/+65
2020-10-22SSL: ssl_conf_command directive.Maxim Dounin1-0/+32
2020-10-19QUIC: reverted previous 3 commits.Vladimir Homutov1-21/+0
2020-09-15SSL: added the "ssl_keys_file" directive.Vladimir Homutov1-0/+21
2020-07-21QUIC: added "quic" listen parameter.Roman Arutyunyan1-8/+25
2020-05-26Merged with the default branch.Sergey Kandaurov1-5/+151
2020-05-22OCSP: certificate status cache.Roman Arutyunyan1-1/+93
2020-05-22SSL: client certificate validation with OCSP (ticket #1534).Roman Arutyunyan1-5/+59
2020-03-23Support for HTTP/3 ALPN.Roman Arutyunyan1-2/+10
2020-03-18Moved setting QUIC methods to runtime.Roman Arutyunyan1-14/+0
2020-02-28Cleanup.Sergey Kandaurov1-3/+0
2020-02-28Initial QUIC support in http.Sergey Kandaurov1-1/+26
2019-09-16SSL: fixed ssl_verify_client error message.Sergey Kandaurov1-1/+1
2019-03-03SSL: fixed potential leak on memory allocation errors.Maxim Dounin1-8/+9
2019-02-25SSL: fixed possible segfault with dynamic certificates.Maxim Dounin1-1/+1
2019-02-25SSL: adjusted session id context with dynamic certificates.Maxim Dounin1-1/+1
2019-02-25SSL: passwords support for dynamic certificate loading.Maxim Dounin1-0/+5