]> git.kaiwu.me - nginx.git/commit
SSL: logging levels of various errors added in OpenSSL 1.1.1.
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 12 Jul 2022 12:55:22 +0000 (15:55 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 12 Jul 2022 12:55:22 +0000 (15:55 +0300)
commitea46b22dfb56137afc7463bc0383e52ff27c7905
tree6037b7475e058d00b0ecd1bee4fcc38252479fd6
parentd791b4aab418b0cbadbaf079fbb9360269d97941
SSL: logging levels of various errors added in OpenSSL 1.1.1.

Starting with OpenSSL 1.1.1, various additional errors can be reported
by OpenSSL in case of client-related issues, most notably during TLSv1.3
handshakes.  In particular, SSL_R_BAD_KEY_SHARE ("bad key share"),
SSL_R_BAD_EXTENSION ("bad extension"), SSL_R_BAD_CIPHER ("bad cipher"),
SSL_R_BAD_ECPOINT ("bad ecpoint").  These are now logged at the "info"
level.
src/event/ngx_event_openssl.c