]> git.kaiwu.me - nginx.git/commit
QUIC: consistent use of 5-byte buffers for header protection.
authorSergey Kandaurov <pluknet@nginx.com>
Wed, 16 Jun 2021 14:53:18 +0000 (17:53 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Wed, 16 Jun 2021 14:53:18 +0000 (17:53 +0300)
commitb5e4f1f4f0e82848bf2fb2e431365b8376dc5f31
tree4546be443b84948a3ad85b8919b8d9c592260655
parentae58d87c0151551a269b2b00697c1deb607de11e
QUIC: consistent use of 5-byte buffers for header protection.

The output buffer is now also of 5 bytes.  Header protection uses
stream ciphers, which don't produce extra output nor PKCS padding.
src/event/quic/ngx_event_quic_protection.c