summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_dgram.c
AgeCommit message (Expand)Author
2024-04-16OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socketAlexandr Nedvedicky
2024-04-09Copyright year updatesRichard Levitte
2024-03-22Don’t use the recvmmsg dgram method on Android <5Yavor Georgiev
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-10-05embed bio_dgram_data inside bio_dgram_sctp_dataNeil Horman
2023-09-11Fix a build failure where recvmmsg is available but not sendmmsgMatt Caswell
2023-09-07Copyright year updatesMatt Caswell
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-03-07bss_dgram.c: Use BIO_ADDR_sockaddr() and BIO_ADDR_sockaddr_size()Richard Levitte
2023-01-13Add BIO poll descriptorsHugo Landau
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-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-13libcrypto: remove reliance on struct timevalPauli
2022-09-09Remove perror() usage in libraryTodd Short
2022-09-08Fix BIO_sendmmsg/BIO_recvmmsg issues on FreeBSDHugo Landau
2022-09-08Fix undefined ipi_spec_dst for cygwin build.Tristan Lelong
2022-09-07Fix build failure on freebsd due to missing data declarationTomas Mraz
2022-09-01BIO_dgram support for BIO_sendmmsg/BIO_recvmmsgHugo Landau
2022-07-17Coverity 1506566: unchecked return valuePauli
2022-06-29Avoid using union wrt. SystemTimeToFileTimeTee KOBAYASHI
2022-06-29Avoid using union wrt. optlen parameter for getsockoptTee KOBAYASHI
2021-08-29Ensure that _GNU_SOURCE is defined for bss_dgram.cDaniel Krügler
2021-06-17Update copyright yearMatt Caswell
2021-06-02bio: remove TODOsPauli
2020-11-26Update copyright yearMatt Caswell
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2019-11-10bss_dgram.c: fix unaligned accessPatrick Steuer
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-08-09Restrict usage of bio_dgram_sctp_data only to DGRAM SCTP methodsraja-ashok
2019-07-02Fix TyposAntoine Cœur
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte
2018-07-20bio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6 with the rest.Andy Polyakov
2018-04-03Set error code on alloc failuresRich Salz
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-07Remove remaining NETWARE ifdef'sRich Salz
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius
2017-12-12crypto/bio/bss_dgram.c: annotate fallthrough (-Wimplicit-fallthrough)Patrick Steuer
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-09-01struct timeval include guardsPauli
2017-06-21Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell
2017-04-25Fix problem with SCTP close_notify alertsMatt Caswell
2017-04-25Add better error logging if SCTP AUTH chunks are not enabledMatt Caswell
2017-02-28Remove some commented out code in libcryptoMatt Caswell