]> git.ipfire.org Git - thirdparty/openssl.git/commit
Convert test_bio_ssl to use fake time
authorNeil Horman <nhorman@openssl.org>
Fri, 21 Feb 2025 17:22:17 +0000 (12:22 -0500)
committerTomas Mraz <tomas@openssl.org>
Tue, 25 Feb 2025 14:34:24 +0000 (15:34 +0100)
commit192f096afd4935599233efadff0a8d8d57f2075e
tree6280b617082e6fd76d679c42a0e1e59cad4043f5
parentbcc364896e0afe822ba83485d8fc9d47cd75d009
Convert test_bio_ssl to use fake time

The test_bio_ssl test in quicapitest is failing on windows.  Something
about the timing there is causing wide variance in how long it takes to
establish a handshake (between 130-6500 iterations).

Convert it to use fake time to make it run consistently.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26801)
test/quicapitest.c