aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-0713-13/+13
* Minor fixesHugo Landau2023-09-011-1/+1
* Minor updatesHugo Landau2023-09-011-6/+13
* BIO_s_dgram_pair: Correct implementation of BIO_CTRL_DGRAM_GET_LOCAL_ADDR_ENABLEHugo Landau2023-09-011-1/+1
* BIO_s_datagram: Wire capability negotiation for BIO_s_datagramHugo Landau2023-09-011-0/+7
* BIO: Add BIO_dgram_detect_peer_addr APIHugo Landau2023-09-012-0/+23
* BIO_s_datagram: Support configuring non-blocking modeHugo Landau2023-09-011-0/+4
* BIO_s_connect: Support configuration of non-blocking mode in datagram modeHugo Landau2023-09-011-0/+4
* BIO_s_connect: Add support for datagram modeHugo Landau2023-09-011-1/+170
* BIO_s_connect: Make internal functions staticHugo Landau2023-09-011-4/+4
* Correct the fixed size handling for dgram_pair and dgram_memTomas Mraz2023-08-301-4/+7
* bio: pass flags on BIO_ctrl to make flush retriableihciah2023-08-042-0/+4
* bio_print.c: Delete unreachable code at lines 710 and 711MrRurikov2023-07-251-2/+0
* Add limited support for WebAssembly WASI targetMarcin Kolny2023-07-061-0/+2
* fix memory allocation and reference counting issuesPauli2023-07-051-1/+0
* bio: update to structure based atomicsPauli2023-07-014-27/+17
* bss_dgram.c: Use BIO_ADDR_sockaddr() and BIO_ADDR_sockaddr_size()Richard Levitte2023-03-071-2/+2
* Ensure calling BIO_recvmmsg() with a dgram pair reports errorsMatt Caswell2023-02-221-2/+4
* Don't raise an error on retryable read in a BIO_s_dgram_pair()Matt Caswell2023-02-221-4/+2
* Fix incomplete BIO_dup_state() error checkndossche2023-02-081-1/+1
* Fix incomplete error check on BIO_set_accept_name()ndossche2023-02-081-1/+1
* Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz2023-01-271-76/+263
* Revert "Give BIO_s_mem() the ability to support datagrams"Tomas Mraz2023-01-271-118/+8
* Add BIO poll descriptorsHugo Landau2023-01-132-0/+20
* Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu2022-12-052-3/+3
* Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy2022-11-242-0/+10
* djgpp: Fix unused-but-set-variable warningJ.W. Jagersma2022-11-141-6/+10
* Cast socklen_t to size_t in assert comparisonJ.W. Jagersma2022-11-141-2/+2
* crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-1/+1
* crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-124-5/+5
* Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte2022-10-061-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-0515-76/+38
* ERR: replace remnant ECerr() and EVPerr() calls in crypto/Dr. David von Oheimb2022-09-301-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
* Maximum return value of BIO_ctrl_(w)pending is SIZE_MAXTomas Mraz2022-09-231-0/+9
* Fix error return values from BIO_ctrl_(w)pending()Tomas Mraz2022-09-231-2/+10
* BIO_s_dgram_pairHugo Landau2022-09-233-1/+1139
* libcrypto: remove reliance on struct timevalPauli2022-09-131-72/+31
* Remove perror() usage in libraryTodd Short2022-09-091-77/+79
* Fix BIO_sendmmsg/BIO_recvmmsg issues on FreeBSDHugo Landau2022-09-081-23/+28
* Fix undefined ipi_spec_dst for cygwin build.Tristan Lelong2022-09-081-0/+2
* Fix build failure on freebsd due to missing data declarationTomas Mraz2022-09-071-14/+11
* QUIC Demuxer and Record Layer (RX Side)Hugo Landau2022-09-021-11/+1
* BIO_dgram support for BIO_sendmmsg/BIO_recvmmsgHugo Landau2022-09-014-4/+945
* BIO_sendmmsg/BIO_recvmmsg (API only)Hugo Landau2022-08-194-1/+156
* Fix asan finding in bio_addrJuergen Christ2022-08-121-1/+1
* Give BIO_s_mem() the ability to support datagramsMatt Caswell2022-07-281-8/+120
* Coverity 1506566: unchecked return valuePauli2022-07-171-1/+2
* Add config option OPENSSL_NO_UNIX_SOCKMax Bachmann2022-07-082-18/+11