summaryrefslogtreecommitdiff
path: root/test/bio_dgram_test.c
Commit message (Expand)AuthorAgeFilesLines
* test//bio_dgram_test.c: Skip test when BIO_bind() failsRichard Levitte2023-03-071-4/+4
* Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz2023-01-271-9/+15
* test: condition out code that relies on CHACHA.Pauli2022-10-101-1/+4
* Fix older clang warning on initializationTomas Mraz2022-10-071-1/+4
* Fix BIO_dgram_pair stochastic test failureHugo Landau2022-09-231-2/+2
* BIO_s_dgram_pairHugo Landau2022-09-231-1/+297
* Fix tests when configured with -DOPENSSL_USE_IPV6=0Tom Cosgrove2022-09-121-6/+8
* bio_dgram_test.c: Fix warning from older clang compilersTomas Mraz2022-09-091-5/+6
* BIO_dgram support for BIO_sendmmsg/BIO_recvmmsgHugo Landau2022-09-011-0/+463