aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_dgram.c
Commit message (Expand)AuthorAgeFilesLines
* OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socketAlexandr Nedvedicky2024-04-161-7/+21
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Don’t use the recvmmsg dgram method on Android <5Yavor Georgiev2024-03-221-0/+4
* 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
* embed bio_dgram_data inside bio_dgram_sctp_dataNeil Horman2023-10-051-10/+12
* Fix a build failure where recvmmsg is available but not sendmmsgMatt Caswell2023-09-111-0/+11
* Copyright year updatesMatt Caswell2023-09-071-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-011-0/+22
* BIO_s_datagram: Support configuring non-blocking modeHugo Landau2023-09-011-0/+4
* bss_dgram.c: Use BIO_ADDR_sockaddr() and BIO_ADDR_sockaddr_size()Richard Levitte2023-03-071-2/+2
* Add BIO poll descriptorsHugo Landau2023-01-131-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
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-6/+2
* 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
* BIO_dgram support for BIO_sendmmsg/BIO_recvmmsgHugo Landau2022-09-011-4/+898
* Coverity 1506566: unchecked return valuePauli2022-07-171-1/+2
* Avoid using union wrt. SystemTimeToFileTimeTee KOBAYASHI2022-06-291-9/+8
* Avoid using union wrt. optlen parameter for getsockoptTee KOBAYASHI2022-06-291-42/+24
* Ensure that _GNU_SOURCE is defined for bss_dgram.cDaniel Krügler2021-08-291-0/+4
* Update copyright yearMatt Caswell2021-06-171-1/+1
* bio: remove TODOsPauli2021-06-021-4/+0
* Update copyright yearMatt Caswell2020-11-261-1/+1
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-8/+7
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-6/+6
* bss_dgram.c: fix unaligned accessPatrick Steuer2019-11-101-6/+9
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Restrict usage of bio_dgram_sctp_data only to DGRAM SCTP methodsraja-ashok2019-08-091-6/+19
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Following the license change, modify the boilerplates in crypto/bio/Richard Levitte2018-12-061-1/+1
* bio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6 with the rest.Andy Polyakov2018-07-201-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* Remove remaining NETWARE ifdef'sRich Salz2018-01-071-5/+0
* Add comments to NULL func ptrs in bio_method_stDaniel Bevenius2017-12-181-4/+4
* crypto/bio/bss_dgram.c: annotate fallthrough (-Wimplicit-fallthrough)Patrick Steuer2017-12-121-0/+1
* Remove parentheses of return.KaoruToda2017-10-181-28/+28
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-6/+6
* struct timeval include guardsPauli2017-09-011-5/+1
* Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell2017-06-211-0/+9
* Fix problem with SCTP close_notify alertsMatt Caswell2017-04-251-37/+6
* Add better error logging if SCTP AUTH chunks are not enabledMatt Caswell2017-04-251-3/+14
* Remove some commented out code in libcryptoMatt Caswell2017-02-281-1/+0