]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add fuzzing for DTLS
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>
Wed, 14 Feb 2024 09:09:55 +0000 (10:09 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 12 Mar 2024 19:10:40 +0000 (20:10 +0100)
commit7649b5548e5c0352b91d9d3ed695e42a2ac1e99c
tree9910dc17df7b57c3fb9263bd0cf6a305e821fa24
parentcf8422480acf10146d0bc6bec40e3efeb12a2d5a
Add fuzzing for DTLS

Update the fuzz corpora submodule with the DTLS fuzz corpus.

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23585)
fuzz/build.info
fuzz/corpora
fuzz/dtlsclient.c [new file with mode: 0644]
fuzz/dtlsserver.c [new file with mode: 0644]
test/recipes/99-test_fuzz_dtlsclient.t [new file with mode: 0644]
test/recipes/99-test_fuzz_dtlsserver.t [new file with mode: 0644]