summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_dgram_pair.c
AgeCommit message (Expand)Author
2023-02-22Ensure calling BIO_recvmmsg() with a dgram pair reports errorsMatt Caswell
2023-02-22Don't raise an error on retryable read in a BIO_s_dgram_pair()Matt Caswell
2023-01-27Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-27dgram_pair_read_inner(): Do not move buf pointer if it is NULLTomas Mraz
2022-09-27A static const variable is implicitly zero initializedTomas Mraz
2022-09-23BIO_s_dgram_pairHugo Landau