]> git.kaiwu.me - nginx.git/commit
QUIC: zero out existing keying material only.
authorSergey Kandaurov <pluknet@nginx.com>
Fri, 9 Aug 2024 15:12:26 +0000 (19:12 +0400)
committerSergey Kandaurov <pluknet@nginx.com>
Fri, 9 Aug 2024 15:12:26 +0000 (19:12 +0400)
commit504c78fc6dd9542371b1658c9c8fdac6be20d2f6
treebca592d2914eb8316b1400e2cc1a6cbe69ad54d9
parent58b92177e7c3c50f77f807ab3846ad5c7bbf0ebe
QUIC: zero out existing keying material only.

Previously, this used to have extra ngx_explicit_memzero() calls
from within ngx_quic_keys_cleanup(), which might be suboptimal.
src/event/quic/ngx_event_quic_protection.c