]> git.kaiwu.me - nginx.git/commit
QUIC: HKDF API compatibility with OpenSSL master branch.
authorSergey Kandaurov <pluknet@nginx.com>
Wed, 31 Mar 2021 18:43:17 +0000 (21:43 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Wed, 31 Mar 2021 18:43:17 +0000 (21:43 +0300)
commit18f9330cd6ce76469d4ffa81040af8d634280fd9
tree39663c2ffd5e032822bb7adb6eec763d776dfcb9
parentdd98809befadeda443a0e25da70c3020e613481e
QUIC: HKDF API compatibility with OpenSSL master branch.

OpenSSL 3.0 started to require HKDF-Extract output PRK length pointer
used to represent the amount of data written to contain the length of
the key buffer before the call.  EVP_PKEY_derive() documents this.

See HKDF_Extract() internal implementation update in this change:
https://github.com/openssl/openssl/commit/5a285ad
src/event/quic/ngx_event_quic_protection.c