summaryrefslogtreecommitdiff
path: root/crypto/bio/bss_dgram_pair.c
Commit message (Expand)AuthorAgeFilesLines
* Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz2023-01-271-76/+263
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-2/+2
* dgram_pair_read_inner(): Do not move buf pointer if it is NULLTomas Mraz2022-09-271-1/+2
* A static const variable is implicitly zero initializedTomas Mraz2022-09-271-1/+1
* BIO_s_dgram_pairHugo Landau2022-09-231-0/+1136