]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: do not set the aead_tag flags in sample_conv_aes_gcm()
authorDragan Dosen <ddosen@haproxy.com>
Mon, 11 Mar 2024 17:17:26 +0000 (18:17 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 Mar 2024 18:20:44 +0000 (19:20 +0100)
commit0091692d97407eb96d6cfbb888a254f904182ea9
tree4860456d35a5d86b7b28ba4447a1f09492b506f0
parentd7610e6dded19223a4c796c55565f5c57cb912d5
BUG/MINOR: ssl: do not set the aead_tag flags in sample_conv_aes_gcm()

This was not useful and was using uninitialized value. Introduced with
the commit 08ac28237 ("MINOR: Add aes_gcm_enc converter").

Must be backported wherever the commit 08ac28237 was backported.
src/ssl_sample.c