]> git.kaiwu.me - nginx.git/commit
QUIC: removed compatibility with older BoringSSL API.
authorSergey Kandaurov <pluknet@nginx.com>
Thu, 20 Oct 2022 12:21:07 +0000 (16:21 +0400)
committerSergey Kandaurov <pluknet@nginx.com>
Thu, 20 Oct 2022 12:21:07 +0000 (16:21 +0400)
commit34500dcac348ed6438c5feb995a9eece98ec27bb
treed544710f795b1ba0067ffd5c7ccb5e54552f3253
parentce65faea95598bac9c95686d1d211d9fcd0b1ee3
QUIC: removed compatibility with older BoringSSL API.

SSL_CIPHER_get_protocol_id() appeared in BoringSSL somewhere between
BORINGSSL_API_VERSION 12 and 13 for compatibility with OpenSSL 1.1.1.
It was adopted without a proper macro test, which remained unnoticed.
This justifies that such old BoringSSL API isn't widely used and its
support can be dropped.

While here, removed SSL_set_quic_use_legacy_codepoint() that became
useless after the default was flipped in BoringSSL over a year ago.
src/event/quic/ngx_event_quic_ssl.c