You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
There are a bunch of DTLS retransmit tests that currently don't work. They depend on SSL_CTX_set_current_time_cb which is a BoringSSL-only API to mock out the clock used in retransmit.
Might be worth getting those working since 1.1.0 rewrote a lot of stuff around the handshake, to make sure that's all still working as expected.