]> git.kaiwu.me - nginx.git/commit
SSL: compatibility with renamed error codes in OpenSSL 4.0.
authorAleksei Bavshin <a.bavshin@nginx.com>
Tue, 7 Apr 2026 16:26:40 +0000 (09:26 -0700)
committerAleksei Bavshin <a.bavshin@f5.com>
Tue, 14 Apr 2026 17:26:42 +0000 (11:26 -0600)
commitabc72c5a57890ba4ce235fe3339dbf31af40604e
tree5c3a7dd6498fdc3dc28ae815d1e199ea4de0bd19
parentaa09c199921fd104b42c234085146caa9c10b0c3
SSL: compatibility with renamed error codes in OpenSSL 4.0.

SSL_R_SSL3_SESSION_ID_TOO_LONG is no longer available when building
OpenSSL 4.0 with no-deprecated.  Added the new name as a fallback.
src/event/ngx_event_openssl.c