aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* Remove all references to FLOSS for NonStop Builds.Randall S. Becker2024-04-241-3/+0
* OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socketAlexandr Nedvedicky2024-04-161-7/+21
* Fix socket descriptor checks on Windowsolszomal2024-04-102-2/+10
* Copyright year updatesRichard Levitte2024-04-093-3/+3
* BIO_s_connect: Do not set keepalive on dgram socketsHugo Landau2024-04-021-3/+7
* Don’t use the recvmmsg dgram method on Android <5Yavor Georgiev2024-03-221-0/+4
* Fix BIO_get_new_index() to return an error when it is exhausted.slontis2024-03-112-1/+3
* Gate setting of ipi_spec_dst on not building for freebsdNeil Horman2024-03-071-1/+1
* hurd: Fix dgram_sendmmsgSamuel Thibault2024-01-161-0/+5
* Fix new typos found by codespellDimitri Papadopoulos2023-12-291-1/+1
* Optimize circular buffer to avoid moduloRose2023-12-221-2/+3
* Deprecate SPT threading support on NonStop.Randall S. Becker2023-12-121-1/+1
* Force Nonstop to use fcntl(F_GETFL) in BIO_sock_nbioNeil Horman2023-11-141-1/+1
* Make s_client -quic -debug workMatt Caswell2023-10-251-6/+6
* embed bio_dgram_data inside bio_dgram_sctp_dataNeil Horman2023-10-051-10/+12
* Copyright year updatesMatt Caswell2023-09-282-2/+2
* Implement a public BIO_ADDR_copy() functionMatt Caswell2023-09-251-2/+17
* BIO: Wire poll descriptor functions in BIO_s_sockHugo Landau2023-09-201-0/+14
* Fix a failure in bio_dgram_test on the NonStop platformMatt Caswell2023-09-131-1/+2
* Fix typos found by codespellDimitri Papadopoulos2023-09-131-1/+1
* Fix a build failure where recvmmsg is available but not sendmmsgMatt Caswell2023-09-111-0/+11
* 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