]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: quic: Dump initial derived secrets
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 13 May 2022 13:07:49 +0000 (15:07 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Fri, 20 May 2022 14:57:12 +0000 (16:57 +0200)
It seems <qc> parameters was removed for an unknown reason preventing
these secrets to dumped by the traces.

include/haproxy/quic_tls.h

index 0a0483d78bcc7015de931b69a0a536dff863981f..4f850b1ed0a6be31ebe312db9ad1af258eaf0649 100644 (file)
@@ -537,7 +537,7 @@ static inline int qc_new_isecs(struct quic_conn *qc,
                goto err;
 
        ctx->flags |= QUIC_FL_TLS_SECRETS_SET;
-       TRACE_LEAVE(QUIC_EV_CONN_ISEC, NULL, rx_init_sec, tx_init_sec);
+       TRACE_LEAVE(QUIC_EV_CONN_ISEC, qc, rx_init_sec, tx_init_sec);
 
        return 1;