]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[tests] Verify ability to reset cipher initialisation vector
authorMichael Brown <mcb30@ipxe.org>
Wed, 9 Nov 2022 16:14:42 +0000 (16:14 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 9 Nov 2022 16:54:13 +0000 (16:54 +0000)
commit63fdd9b5816c752120c315c04c1d6878f3c13143
treec6afd7d0ab495f9f944ec3b694027f6288399a0b
parent63577207ab95a53b29c1fa441be25ee15747bbe0
[tests] Verify ability to reset cipher initialisation vector

TLS relies upon the ability to reuse a cipher by resetting only the
initialisation vector while reusing the existing key.

Add verification of resetting the initialisation vector to the cipher
self-tests.

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