]> git.ipfire.org Git - thirdparty/openssl.git/commit
Allow qtestlib to use a "fake_now" implementation
authorMatt Caswell <matt@openssl.org>
Mon, 3 Jul 2023 15:58:46 +0000 (16:58 +0100)
committerPauli <pauli@openssl.org>
Thu, 6 Jul 2023 02:55:21 +0000 (12:55 +1000)
commitf9fcc7c727f0589fcd1f28ef09c8e10deee4f229
tree424034000f3d52ccafa92d22c15fc06da87e9192
parentd001006e50e6ca591459f6b63d2365532578a36a
Allow qtestlib to use a "fake_now" implementation

We then use it in test_corrupted_data() to remove an OSSL_sleep() which
may fail in some builds.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21332)
test/helpers/quictestlib.c
test/helpers/quictestlib.h
test/quicapitest.c
test/quicfaultstest.c