]> git.kaiwu.me - nginx.git/commit
QUIC: renamed protection functions.
authorSergey Kandaurov <pluknet@nginx.com>
Fri, 20 Oct 2023 14:05:07 +0000 (18:05 +0400)
committerSergey Kandaurov <pluknet@nginx.com>
Fri, 20 Oct 2023 14:05:07 +0000 (18:05 +0400)
commit885a02696e689ea422256d58891276499c7da56f
tree33c20d4030c631628ffe47d6f536103f465a9f1e
parent8e1217c46dcd66efa1cc2ca2d2b43d85db24b416
QUIC: renamed protection functions.

Now these functions have names ngx_quic_crypto_XXX():

  - ngx_quic_tls_open() -> ngx_quic_crypto_open()
  - ngx_quic_tls_seal() -> ngx_quic_crypto_seal()
  - ngx_quic_tls_hp() -> ngx_quic_crypto_hp()
src/event/quic/ngx_event_quic_openssl_compat.c
src/event/quic/ngx_event_quic_protection.c
src/event/quic/ngx_event_quic_protection.h