diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2022-10-20 16:21:05 +0400 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2022-10-20 16:21:05 +0400 |
commit | 00468d71bf8cdbec28a44c92f59c5edf42d7739c (patch) | |
tree | 323e850a9611463005b4c0b10de6cb1fdfd2a7a0 /src/http/ngx_http_request.c | |
parent | fcba3d14581342b94a5e8da50d853066447afbdb (diff) | |
download | nginx-00468d71bf8cdbec28a44c92f59c5edf42d7739c.tar.gz nginx-00468d71bf8cdbec28a44c92f59c5edf42d7739c.zip |
QUIC: using native TLSv1.3 cipher suite constants.
After BoringSSL aligned[1] with OpenSSL on TLS1_3_CK_* macros, and
LibreSSL uses OpenSSL naming, our own variants can be dropped now.
Compatibility is preserved with libraries that lack these macros.
Additionally, transition to SSL_CIPHER_get_id() fixes build error
with LibreSSL that doesn't implement SSL_CIPHER_get_protocol_id().
[1] https://boringssl.googlesource.com/boringssl/+/dfddbc4ded
Diffstat (limited to 'src/http/ngx_http_request.c')
0 files changed, 0 insertions, 0 deletions