]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[tls] Ensure cipher alignment size is respected
authorMichael Brown <mcb30@ipxe.org>
Sun, 30 Oct 2022 13:05:01 +0000 (13:05 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 7 Nov 2022 11:19:49 +0000 (11:19 +0000)
commit6a360ebfde9921b9cacbee724fe25d646e4499d5
treea707e92de51447154f6b3d31b8115836d3af46f6
parent30243ad73957a2e1cc4aedc3f23be66cdf399f00
[tls] Ensure cipher alignment size is respected

Adjust the length of the first received ciphertext data buffer to
ensure that all decryption operations respect the cipher's alignment
size.

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