]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: Add aes_gcm_enc converter
authorNenad Merdanovic <nmerdan@haproxy.com>
Tue, 5 Mar 2024 12:03:51 +0000 (13:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Mar 2024 16:20:43 +0000 (17:20 +0100)
commit08ac28237520c54c8aadaf95bc276844b01a9090
treeb2e92b59c1c62325b9345c36cbc78abd294bc979
parente225e04ba764b17e2c1e5fdc77b189e14e9393ed
MINOR: Add aes_gcm_enc converter

The converter can be used to encrypt the raw byte input using the
AES-GCM algorithm, using provided nonce and key.

Co-authored-by: Dragan Dosen (ddosen@haproxy.com)
doc/configuration.txt
src/ssl_sample.c