This updates the ngtcp2 OpenSSL backend to follow the API change in
commit 32e703164 of ngtcp2.
Notable changes are:
- ngtcp2_crypto_derive_and_install_{rx,tx}_key have been added to replace
ngtcp2_crypto_derive_and_install_key
- the 'side' argument of ngtcp2_crypto_derive_and_install_initial_key
has been removed
Closescurl#5166
I did this
The CI build that builds with ngtcp2 started to fail since this upstream commit: ngtcp2/ngtcp2@32e7031 by @tatsuhiro-t
The text was updated successfully, but these errors were encountered: