aboutsummaryrefslogtreecommitdiff
path: root/test/bio_dgram_test.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-13Further fix in bio_dgram_test for BIO_s_dgram_mem()Matt Caswell1-2/+13
2023-09-13Fix a failure in bio_dgram_test on the NonStop platformMatt Caswell1-2/+5
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-08-30Correct the fixed size handling for dgram_pair and dgram_memTomas Mraz1-4/+10
2023-03-07test//bio_dgram_test.c: Skip test when BIO_bind() failsRichard Levitte1-4/+4
2023-01-27Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz1-9/+15
2022-10-10test: condition out code that relies on CHACHA.Pauli1-1/+4
2022-10-07Fix older clang warning on initializationTomas Mraz1-1/+4
2022-09-23Fix BIO_dgram_pair stochastic test failureHugo Landau1-2/+2
2022-09-23BIO_s_dgram_pairHugo Landau1-1/+297
2022-09-12Fix tests when configured with -DOPENSSL_USE_IPV6=0Tom Cosgrove1-6/+8
2022-09-09bio_dgram_test.c: Fix warning from older clang compilersTomas Mraz1-5/+6
2022-09-01BIO_dgram support for BIO_sendmmsg/BIO_recvmmsgHugo Landau1-0/+463