summaryrefslogtreecommitdiffstats
path: root/test/bio_dgram_test.c
AgeCommit message (Expand)Author
2023-09-13Further fix in bio_dgram_test for BIO_s_dgram_mem()Matt Caswell
2023-09-13Fix a failure in bio_dgram_test on the NonStop platformMatt Caswell
2023-09-07Copyright year updatesMatt Caswell
2023-08-30Correct the fixed size handling for dgram_pair and dgram_memTomas Mraz
2023-03-07test//bio_dgram_test.c: Skip test when BIO_bind() failsRichard Levitte
2023-01-27Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz
2022-10-10test: condition out code that relies on CHACHA.Pauli
2022-10-07Fix older clang warning on initializationTomas Mraz
2022-09-23Fix BIO_dgram_pair stochastic test failureHugo Landau
2022-09-23BIO_s_dgram_pairHugo Landau
2022-09-12Fix tests when configured with -DOPENSSL_USE_IPV6=0Tom Cosgrove
2022-09-09bio_dgram_test.c: Fix warning from older clang compilersTomas Mraz
2022-09-01BIO_dgram support for BIO_sendmmsg/BIO_recvmmsgHugo Landau