aboutsummaryrefslogtreecommitdiff
path: root/src/event/ngx_event_openssl.c
Commit message (Expand)AuthorAge
* SSL: external groups support in $ssl_curve and $ssl_curves.Sergey Kandaurov2025-04-10
* SSL: using static storage for NGX_SSL_MAX_SESSION_SIZE buffers.Sergey Kandaurov2025-02-26
* SSL: style.Sergey Kandaurov2025-02-26
* SSL: avoid using mismatched certificate/key cached pairs.Sergey Kandaurov2025-01-17
* SSL: caching certificates and certificate keys with variables.Sergey Kandaurov2025-01-17
* Fixed missing double quote.Nathan Mentze2024-11-20
* SSL: caching CA certificates.Sergey Kandaurov2024-10-01
* SSL: caching CRLs.Sergey Kandaurov2024-10-01
* SSL: caching certificate keys.Sergey Kandaurov2024-10-01
* SSL: caching certificates.Sergey Kandaurov2024-10-01
* SSL: moved certificate storage out of exdata.Sergey Kandaurov2024-10-01
* SSL: fixed possible configuration overwrite loading "engine:" keys.Sergey Kandaurov2024-05-03
* SSL: fixed $ssl_curves allocation error handling.Sergey Kandaurov2024-01-30
* SSL: disabled renegotiation checks with LibreSSL.Sergey Kandaurov2023-12-25
* SSL: avoid using OpenSSL config in build directory (ticket #2404).Maxim Dounin2023-06-21
* SSL: provided "nginx" appname when loading OpenSSL configs.Maxim Dounin2023-06-21
* Merged with the default branch.Sergey Kandaurov2023-03-29
|\
| * SSL: logging levels of errors observed with BoringSSL.Maxim Dounin2023-03-08
| * SSL: logging levels of errors observed with tlsfuzzer and LibreSSL.Maxim Dounin2023-03-08
| * SSL: logging levels of various errors reported with tlsfuzzer.Maxim Dounin2023-03-08
| * SSL: switched to detect log level based on the last error.Maxim Dounin2023-03-08
* | QUIC: using ngx_ssl_handshake_log().Sergey Kandaurov2023-02-23
* | Merged with the default branch.Sergey Kandaurov2022-12-15
|\|
| * SSL: fixed ngx_ssl_recv() to reset c->read->ready after errors.Maxim Dounin2022-12-01
| * SSL: fixed debug logging of SSL_sendfile() return value.Sergey Kandaurov2022-11-24
* | Merged with the default branch.Sergey Kandaurov2022-10-20
|\|
| * SSL: removed cast not needed after 5ffd76a9ccf3.Sergey Kandaurov2022-10-13
| * SSL: workaround for session timeout handling with TLSv1.3.Maxim Dounin2022-10-12
| * SSL: optimized rotation of session ticket keys.Maxim Dounin2022-10-12
| * SSL: automatic rotation of session ticket keys.Maxim Dounin2022-10-12
| * SSL: shorter debug messages about session tickets.Maxim Dounin2022-10-12
| * SSL: renamed session ticket key functions and data index.Maxim Dounin2022-10-12
| * SSL: renamed session ticket key type.Maxim Dounin2022-10-12
| * SSL: explicit clearing of expired sessions.Maxim Dounin2022-10-12
| * SSL: single allocation in session cache on 32-bit platforms.Maxim Dounin2022-10-12
| * SSL: explicit session id length checking.Maxim Dounin2022-10-12
| * SSL: updated comment about session sizes.Maxim Dounin2022-10-12
| * SSL: reduced logging of session cache failures (ticket #621).Maxim Dounin2022-10-12
| * SSL: disabled saving tickets to session cache.Maxim Dounin2022-10-12
| * SSL: silenced GCC warnings when building with BoringSSL.Sergey Kandaurov2022-09-08
| * Win32: fixed build on Windows with OpenSSL 3.0.x (ticket #2379).Maxim Dounin2022-09-07
| * SSL: fixed incorrect usage of #if instead of #ifdef.Maxim Dounin2022-09-07
| * SSL: logging level of "bad record type" errors.Murilo Andrade2022-08-09
* | Merged with the default branch.Sergey Kandaurov2022-07-26
|\|
| * SSL: logging levels of various errors added in OpenSSL 1.1.1.Maxim Dounin2022-07-12
* | Merged with the default branch.Sergey Kandaurov2022-02-14
|\|
| * SSL: logging level of "application data after close notify".Sergey Kandaurov2022-02-08
* | Merged with the default branch.Sergey Kandaurov2022-01-25
|\|
| * SSL: always renewing tickets with TLSv1.3 (ticket #1892).Maxim Dounin2022-01-24
| * SSL: free pkey on SSL_CTX_set0_tmp_dh_pkey() failure.Sergey Kandaurov2022-01-17