summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
2024-04-24Remove all references to FLOSS for NonStop Builds.Randall S. Becker
2024-04-16OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socketAlexandr Nedvedicky
2024-04-10Fix socket descriptor checks on Windowsolszomal
2024-04-09Copyright year updatesRichard Levitte
2024-04-02BIO_s_connect: Do not set keepalive on dgram socketsHugo Landau
2024-03-22Don’t use the recvmmsg dgram method on Android <5Yavor Georgiev
2024-03-11Fix BIO_get_new_index() to return an error when it is exhausted.slontis
2024-03-07Gate setting of ipi_spec_dst on not building for freebsdNeil Horman
2024-01-16hurd: Fix dgram_sendmmsgSamuel Thibault
2023-12-29Fix new typos found by codespellDimitri Papadopoulos
2023-12-22Optimize circular buffer to avoid moduloRose
2023-12-12Deprecate SPT threading support on NonStop.Randall S. Becker
2023-11-14Force Nonstop to use fcntl(F_GETFL) in BIO_sock_nbioNeil Horman
2023-10-25Make s_client -quic -debug workMatt Caswell
2023-10-05embed bio_dgram_data inside bio_dgram_sctp_dataNeil Horman
2023-09-28Copyright year updatesMatt Caswell
2023-09-25Implement a public BIO_ADDR_copy() functionMatt Caswell
2023-09-20BIO: Wire poll descriptor functions in BIO_s_sockHugo Landau
2023-09-13Fix a failure in bio_dgram_test on the NonStop platformMatt Caswell
2023-09-13Fix typos found by codespellDimitri Papadopoulos
2023-09-11Fix a build failure where recvmmsg is available but not sendmmsgMatt Caswell
2023-09-07Copyright year updatesMatt Caswell
2023-09-01Minor fixesHugo Landau
2023-09-01Minor updatesHugo Landau
2023-09-01BIO_s_dgram_pair: Correct implementation of BIO_CTRL_DGRAM_GET_LOCAL_ADDR_ENABLEHugo Landau
2023-09-01BIO_s_datagram: Wire capability negotiation for BIO_s_datagramHugo Landau
2023-09-01BIO: Add BIO_dgram_detect_peer_addr APIHugo Landau
2023-09-01BIO_s_datagram: Support configuring non-blocking modeHugo Landau
2023-09-01BIO_s_connect: Support configuration of non-blocking mode in datagram modeHugo Landau
2023-09-01BIO_s_connect: Add support for datagram modeHugo Landau
2023-09-01BIO_s_connect: Make internal functions staticHugo Landau
2023-08-30Correct the fixed size handling for dgram_pair and dgram_memTomas Mraz
2023-08-04bio: pass flags on BIO_ctrl to make flush retriableihciah
2023-07-25bio_print.c: Delete unreachable code at lines 710 and 711MrRurikov
2023-07-06Add limited support for WebAssembly WASI targetMarcin Kolny
2023-07-05fix memory allocation and reference counting issuesPauli
2023-07-01bio: update to structure based atomicsPauli
2023-03-07bss_dgram.c: Use BIO_ADDR_sockaddr() and BIO_ADDR_sockaddr_size()Richard Levitte
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-02-08Fix incomplete BIO_dup_state() error checkndossche
2023-02-08Fix incomplete error check on BIO_set_accept_name()ndossche
2023-01-27Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz
2023-01-27Revert "Give BIO_s_mem() the ability to support datagrams"Tomas Mraz
2023-01-13Add BIO poll descriptorsHugo Landau
2022-12-05Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu
2022-11-24Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy
2022-11-14djgpp: Fix unused-but-set-variable warningJ.W. Jagersma
2022-11-14Cast socklen_t to size_t in assert comparisonJ.W. Jagersma
2022-10-12crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY