]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Add aes_gcm_dec converter
authorNenad Merdanovic <nmerdan@haproxy.com>
Sat, 23 Mar 2019 10:00:32 +0000 (11:00 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Apr 2019 11:33:31 +0000 (13:33 +0200)
commitc31499d747be52d630bf7b3b663639cf09475c3a
tree29503701a2a42267583a2f823bc9a476fe20d60f
parent13d9b0231abe6e1d6c404725746308a98bdab8c6
MINOR: ssl: Add aes_gcm_dec converter

The converter can be used to decrypt the raw byte input using the
AES-GCM algorithm, using provided nonce, key and AEAD tag. This can
be useful to decrypt encrypted cookies for example and make decisions
based on the content.
doc/configuration.txt
src/ssl_sock.c