commit | f63921fc24d5ffe64953c3ff8933df832c651563 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Dec 18 09:48:20 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 23 11:57:26 2020 +0100 |
tree | aa39e4e996887cb4541494bc3c1783b50b9f361e | |
parent | 133e8a714617cc6e3be6c6f0164b0d6694372a80 [diff] |
MINOR: quic: Add traces for quic_packet_encrypt(). Add traces to have an idea why this function may fail. In fact in never fails when the passed parameters are correct, especially the lengths. This is not the case when a packet is not correctly built before being encrypted.