MINOR: quic: Derive the initial secrets asap
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 31 May 2021 13:16:13 +0000 (15:16 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit497fa78ad8ac28536b60039df0eca7905c8f734e
treee3bd308336dcf12955c1696f63247ef47780b1d7
parentd24c2ecb169ff661bf487514dce68e5b3a10e06d
MINOR: quic: Derive the initial secrets asap

Make depends qc_new_isecs() only on quic_conn struct initialization only (no more
dependency on connection struct initialization) to be able to run it as soon as
the quic_conn struct is initialized (from the I/O handler) before running ->accept()
quic proto callback.
include/haproxy/quic_tls.h
src/xprt_quic.c