commit | c31499d747be52d630bf7b3b663639cf09475c3a | [log] [tgz] |
---|---|---|
author | Nenad Merdanovic <nmerdan@haproxy.com> | Sat Mar 23 11:00:32 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 01 13:33:31 2019 +0200 |
tree | 29503701a2a42267583a2f823bc9a476fe20d60f | |
parent | 13d9b0231abe6e1d6c404725746308a98bdab8c6 [diff] |
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.