]> git.ipfire.org Git - thirdparty/openssl.git/commit
Cleanup record length checks for KTLS
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 14 Jan 2022 09:01:29 +0000 (10:01 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 11 Feb 2022 10:52:41 +0000 (11:52 +0100)
commit8fff986d52606e1a33f9404504535e2e2aee3e8b
tree8192bdcd21fd6336bc307ac24c6d293e079b6dd8
parent0c47b8a879c6cd2d553831f930af5ee9df291eca
Cleanup record length checks for KTLS

In some corner cases the check for packets
which exceed the allowed record length was missing
when KTLS is initially enabled, when some
unprocessed packets are still pending.

Add at least some tests for KTLS, since we have
currently not very much test coverage for KTLS.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17504)
ssl/record/ssl3_record.c
test/recipes/80-test_ssl_old.t
test/ssl_old_test.c