]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[tls] Add support for AEAD ciphers
authorMichael Brown <mcb30@ipxe.org>
Tue, 8 Nov 2022 14:29:08 +0000 (14:29 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 8 Nov 2022 15:14:19 +0000 (15:14 +0000)
commit54d83e92f0989ca612c82e1a22d3be205a04ead9
tree215f692e6c21fe7a258ab59b183b35ededa6eafd
parent186306d6199096b7a7c4b4574d4be8cdb8426729
[tls] Add support for AEAD ciphers

Allow for AEAD cipher suites where the MAC length may be zero and the
authentication is instead provided by an authenticating cipher, with
the plaintext authentication tag appended to the ciphertext.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/tls.c