+13
−10
+8
−3
test/dtlsv1listentest.c
0 → 100644
+478
−0
test/recipes/80-test_dtlsv1listen.t
0 → 100644
+5
−0
Loading
WARNING! GitLab maintenance operation scheduled for this Friday between 14:00 and 19:00 (CET). During this time window, GitLab will be unavailable, and any data entered during this period may be lost. Thank you in advance for your understanding.
Adds a set of tests for the newly rewritten DTLSv1_listen function.
The test pokes various packets at the function and then checks
the return value and the data written out to ensure it is what we
would have expected.
Reviewed-by:
Viktor Dukhovni <viktor@openssl.org>