summaryrefslogtreecommitdiff
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid using union wrt. SystemTimeToFileTimeTee KOBAYASHI2022-06-291-9/+8
* Avoid using union wrt. optlen parameter for getsockoptTee KOBAYASHI2022-06-291-42/+24
* Don't include sys/select.h on HP-UX as it doesn't existTom Hughes2022-05-271-0/+2
* Fix KTLS with BIO_new_connectBernd Edlinger2022-05-173-13/+24
* Exclude IPv6 code using OPENSSL_USE_IPV6 instead of AF_INET6Max Bachmann2022-05-094-11/+11
* Update copyright yearMatt Caswell2022-05-0310-10/+10
* Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau2022-04-011-10/+4
* Add TFO support to socket BIO and s_client/s_serverTodd Short2022-03-106-4/+218
* Move e_os.h to include/internalRichard Levitte2022-02-052-2/+2
* Fix builds with DJGPPJuan Manuel Guerrero2022-02-041-1/+1
* BIO_new_from_core_bio: Check for NULL pointer after calling get_globalsJiasheng Jiang2022-01-271-6/+12
* crypto/bio: drop float formating for UEFIGerd Hoffmann2022-01-211-0/+20
* Revert "crypto/bio: fix build on UEFI"Gerd Hoffmann2022-01-211-9/+0
* crypto/bio: fix build on UEFIGerd Hoffmann2022-01-091-0/+9
* BIO_s_connect(): Enable BIO_gets()Dr. David von Oheimb2021-11-151-1/+52
* fix some code with obvious wrong coding stylex20182021-10-281-6/+6