summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_dgram.c
AgeCommit message (Expand)Author
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
2017-02-28Code health: Stop using timeb.h / ftime() (VMS only)Richard Levitte
2016-12-19Add bwrite_conv and bread_conv values to methods_dgramp_sctpRichard Levitte
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-12DJGPP adjustmentsRichard Levitte
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-07ISSUE 43: Add BIO_sock_shutdownRich Salz
2016-02-24GH480: Don't break statements with CPP stuff.Flavio Medeiros
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-03Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte
2016-01-26Remove /* foo.c */ commentsRich Salz