Ensure we use a non-zero time for tickets in early data
authorMatt Caswell <matt@openssl.org>
Mon, 27 Feb 2023 11:54:29 +0000 (11:54 +0000)
committerPauli <pauli@openssl.org>
Wed, 1 Mar 2023 02:04:14 +0000 (13:04 +1100)
commit2be5065b0a5a4bfab7424fd8de07b62441be6468
treecfc1d6de8461167425e874b466b9679ab41ed154
parent0513a38364a7a45c946fdd8f7d87b8a3ae01ffbb
Ensure we use a non-zero time for tickets in early data

Our tests run so quickly that the ticket age is virtually zero. This may
not show up problems in the age calculations, so we artificially add some
age to the tickets in some runs.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20387)
test/sslapitest.c