]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for read_ahead data crossing a key change
authorMatt Caswell <matt@openssl.org>
Tue, 17 May 2022 13:36:39 +0000 (14:36 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 23 Nov 2022 17:21:43 +0000 (18:21 +0100)
commit7bda9e81a6869e98d182f2e7048387816c62bc1a
tree8b4fc56641ba6ece3b807273c579757bdd6f635f
parent291f8294d478f15ca4f7252c880f638f115dbc0e
Add a test for read_ahead data crossing a key change

If read_ahead is switched on, it should still work even if the data that
is read cross epochs.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18132)

(cherry picked from commit f7565348c22785f69239883feb1f3c91d1cfd675)
test/sslapitest.c