]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/bio/bss_dgram.c
Copyright year updates
[thirdparty/openssl.git] / crypto / bio / bss_dgram.c
2024-04-09  Richard LevitteCopyright year updates
2024-03-22  Yavor GeorgievDon’t use the recvmmsg dgram method on Android <5
2024-03-07  Neil HormanGate setting of ipi_spec_dst on not building for freebsd
2024-01-16  Samuel Thibaulthurd: Fix dgram_sendmmsg
2023-12-29  Dimitri PapadopoulosFix new typos found by codespell
2023-10-05  Neil Hormanembed bio_dgram_data inside bio_dgram_sctp_data
2023-09-11  Matt CaswellFix a build failure where recvmmsg is available but...
2023-09-07  Matt CaswellCopyright year updates
2023-09-01  Hugo LandauBIO_s_datagram: Wire capability negotiation for BIO_s_d...
2023-09-01  Hugo LandauBIO: Add BIO_dgram_detect_peer_addr API
2023-09-01  Hugo LandauBIO_s_datagram: Support configuring non-blocking mode
2023-03-07  Richard Levittebss_dgram.c: Use BIO_ADDR_sockaddr() and BIO_ADDR_socka...
2023-01-13  Hugo LandauAdd BIO poll descriptors
2022-11-14  J.W. Jagersmadjgpp: Fix unused-but-set-variable warning
2022-11-14  J.W. JagersmaCast socklen_t to size_t in assert comparison
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-13  Paulilibcrypto: remove reliance on struct timeval
2022-09-09  Todd ShortRemove perror() usage in library
2022-09-08  Hugo LandauFix BIO_sendmmsg/BIO_recvmmsg issues on FreeBSD
2022-09-08  Tristan LelongFix undefined ipi_spec_dst for cygwin build.
2022-09-07  Tomas MrazFix build failure on freebsd due to missing data declar...
2022-09-01  Hugo LandauBIO_dgram support for BIO_sendmmsg/BIO_recvmmsg
2022-07-17  PauliCoverity 1506566: unchecked return value
2022-06-29  Tee KOBAYASHIAvoid using union wrt. SystemTimeToFileTime
2022-06-29  Tee KOBAYASHIAvoid using union wrt. optlen parameter for getsockopt
2021-08-29  Daniel KrüglerEnsure that _GNU_SOURCE is defined for bss_dgram.c
2021-06-17  Matt CaswellUpdate copyright year
2021-06-02  Paulibio: remove TODOs
2020-11-26  Matt CaswellUpdate copyright year
2020-11-13  Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2019-11-09  Patrick Steuerbss_dgram.c: fix unaligned access
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-08-09  raja-ashokRestrict usage of bio_dgram_sctp_data only to DGRAM...
2019-07-02  Antoine CœurFix Typos
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-07-20  Andy Polyakovbio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6...
2018-04-03  Rich SalzSet error code on alloc failures
2018-01-09  Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-07  Rich SalzRemove remaining NETWARE ifdef's
2017-12-17  Daniel BeveniusAdd comments to NULL func ptrs in bio_method_st
2017-12-12  Patrick Steuercrypto/bio/bss_dgram.c: annotate fallthrough (-Wimplici...
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-09  KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-08-31  Paulistruct timeval include guards
2017-06-21  Matt CaswellFix DTLS failure when used in a build which has SCTP...
2017-04-25  Matt CaswellFix problem with SCTP close_notify alerts
2017-04-25  Matt CaswellAdd better error logging if SCTP AUTH chunks are not...
2017-02-28  Matt CaswellRemove some commented out code in libcrypto
2017-02-28  Richard LevitteCode health: Stop using timeb.h / ftime() (VMS only)
2016-12-19  Richard LevitteAdd bwrite_conv and bread_conv values to methods_dgramp...
2016-10-28  Matt CaswellCreate BIO_write_ex() which handles size_t arguments
2016-10-28  Matt CaswellCreate BIO_read_ex() which handles size_t arguments
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-05-12  Richard LevitteDJGPP adjustments
2016-03-21  David BenjaminRT4660: BIO_METHODs should be const.
2016-03-07  Rich SalzISSUE 43: Add BIO_sock_shutdown
2016-02-24  Flavio MedeirosGH480: Don't break statements with CPP stuff.
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
2016-02-03  Richard LevitteRefactoring BIO: Adapt BIO_s_datagram and all that...
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-13  Ben LaurieFix (incorrect) uninitialised variable warning.
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-11-02  Richard LevitteBIO_s_datagram() ctrl doesn't support SEEK/TELL, so...
2015-09-23  Matt CaswellAdd BIO_CTRL_DGRAM_SET_PEEK_MODE
2015-09-03  Rich Salzremove 0 assignments.
2015-09-03  Rich SalzAdd and use OPENSSL_zalloc
2015-06-28  Kurt RoeckxCheck dgram_sctp_write() return value.
2015-06-28  Kurt RoeckxCheck BIO_dgram_sctp_wait_for_dry() return value for...
2015-06-02  Matt CaswellFix compilation failure for some tool chains
2015-06-02  Per AllanssonFix IP_MTU_DISCOVER typo
2015-05-26  Matt CaswellHandle unsigned struct timeval members
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-06  Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree null cleanup finale
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-03-24  Mike FrysingerFix malloc define typo
2015-03-05  Matt CaswellUnchecked malloc fixes
2015-01-30  Rich SalzDead code removal: #if 0 bio, comp, rand
2015-01-29  Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-22  Matt CaswellFix post-reformat errors preventing windows compilation
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-06  Martin BrejchaFix memory leak.
2014-12-31  Kurt RoeckxAdd missing include of sys/time.h
2014-12-20  Michael TuexenFix incorrect OPENSSL_assert() usage.
2014-12-03  Matt CaswellThere are a number of instances throughout the code...
2014-11-17  Jan HykelDon't use msg on error.
2014-08-28  l.montecchiani@gma... RT2193: #ifdef errors in bss_dgram.c
2014-08-15  Jonas MaebeBIO_new_dgram_sctp, dgram_sctp_read: zero entire authchunks
2014-08-09  Rich SalzUndo a90081576c94f9f54de1755188a00ccc1760549a
2014-08-08  Rich SalzRemove DJGPP (and therefore WATT32) #ifdef's.
2014-05-11  Kurt RoeckxSet authkey to NULL and check malloc return value.
2014-05-11  Martin Brejchadgram_sctp_ctrl: authkey memory leak
2014-03-06  Andy Polyakovbss_dgram.c,d1_lib.c: make it compile with mingw.
2013-11-01  Robin SeggelmannDTLS/SCTP struct authchunks Bug
2013-01-19  Andy PolyakovImprove WINCE support.
2012-12-16  Andy Polyakovd1_lib.c,bss_dgram.c: eliminate dependency on _ftime.
2012-08-14  Andy Polyakovbss_dgram.c: fix compilation failure and warning on...
next