Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / crypto / bio / bio_lib.c
9 days ago olszomalFix socket descriptor checks on Windows
10 days ago Richard LevitteCopyright year updates
2024-03-11 slontisFix BIO_get_new_index() to return an error when it...
2023-10-25 Matt CaswellMake s_client -quic -debug work
2023-09-07 Matt CaswellCopyright year updates
2023-07-04 Paulifix memory allocation and reference counting issues
2023-07-01 Paulibio: update to structure based atomics
2023-02-08 ndosscheFix incomplete BIO_dup_state() error check
2023-01-13 Hugo LandauAdd BIO poll descriptors
2022-10-06 Richard LevitteRename ossl_sleep calls to OSSL_sleep everywhere
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-30 Dr. David von OheimbERR: replace remnant ECerr() and EVPerr() calls in...
2022-09-23 Tomas MrazMaximum return value of BIO_ctrl_(w)pending is SIZE_MAX
2022-09-23 Tomas MrazFix error return values from BIO_ctrl_(w)pending()
2022-08-19 Hugo LandauBIO_sendmmsg/BIO_recvmmsg (API only)
2021-09-28 Tomas MrazBIO_ctrl: Avoid spurious error being raised on NULL...
2021-09-28 Peiwei HuFix return value of BIO_free
2021-06-15 Dr. David von OheimbBIO_write_ex(): Make handing of BIO b == NULL and dlen...
2021-06-11 Tomas MrazBIO_write_ex: No error only on 0 bytes to write
2021-06-08 Dr. David von OheimbBIO_write-ex(): Improve behavior in corner cases and...
2021-05-30 Shane LontisFix PKCS7_verify to not have an error stack if it succeeds.
2021-05-26 Tomas MrazDeprecate old style BIO callback calls
2021-05-19 Dr. David von Oheimbbio_lib: Add BIO_get_line, correct doc of BIO_gets
2021-05-18 Dr. David von OheimbMove ossl_sleep() to e_os.h and use it in apps
2021-05-13 Tomas MrazReplace some of the ERR_clear_error() calls with mark...
2021-05-04 Matt CaswellCreate libcrypto support for BIO_new_from_core_bio()
2021-01-28 Richard LevitteUpdate copyright year
2021-01-16 Dr. David von Oheimbreplace all BIO_R_NULL_PARAMETER by ERR_R_PASSED_NULL_P...
2021-01-16 Dr. David von Oheimbbio_lib.c: Fix error queue entries and return codes...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-06-16 Dr. David von OheimbImprove BIO_socket_wait(), BIO_wait(), BIO_connect_retr...
2020-05-09 Dr. David von OheimbFix bio_wait() in crypto/bio/bio_lib.c in case OPENSSL_...
2020-04-23 Matt CaswellUpdate copyright year
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-02-21 Dr. David von OheimbDon't exclude quite so much in a no-sock build
2019-09-28 Dr. Matthias St... Reorganize local header files
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-04 Matt CaswellFix the BIO callback return code handling
2018-03-19 Bernd EdlingerFix bio callback backward compatibility
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Richard LevitteBIO: at the end of BIO_new, declare the BIO inited...
2017-12-15 Bernd EdlingerFix invalid function type casts.
2017-10-18 KaoruTodaRemove parentheses of return.
2016-12-02 Matt CaswellFix a typo in bio_read_intern
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-10-28 Benjamin KadukTry to unify BIO read/write parameter names
2016-10-28 Matt CaswellFix more shadowed variable warnings
2016-10-28 Matt CaswellFix some feedback issues for BIO size_t-ify
2016-10-28 Matt CaswellAdd some sanity checks for BIO_read* and BIO_gets
2016-10-28 Matt CaswellMore parameter naming of BIO_read*/BIO_write* related...
2016-10-28 Matt CaswellEnsure that BIO_read_ex() and BIO_write_ex() only retur...
2016-10-28 Matt CaswellFix some bogus uninit variable warnings
2016-10-28 Matt CaswellEnsure all BIO functions call the new style callback
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-08-21 Rich SalzMove BIO index lock creation
2016-08-20 Rich SalzAdd BIO_get_new_index()
2016-07-25 FdaSilvaYYDiscard BIO_set(BIO* bio) method
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-04-28 FdaSilvaYYBIO_free should call method->destroy before free'ing...
2016-04-28 FdaSilvaYYAdd checks on CRYPTO_new_ex_data return value
2016-04-14 Matt CaswellFix ex_data locks issue
2016-04-14 Matt CaswellEnsure all locks are properly cleaned up
2016-03-29 Matt CaswellMake BIO opaque
2016-03-21 David BenjaminRT4660: BIO_METHODs should be const.
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_BIO to new multi-threading API
2016-02-11 Rich SalzMove to REF_DEBUG, for consistency.
2016-02-03 Richard LevitteRefactoring BIO: adapt BIO_s_connect and BIO_s_accept
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-23 Rich SalzFix a few missed "if (!ptr)" cleanups
2015-06-10 Matt CaswellChange BIO_number_read and BIO_number_written() to...
2015-06-10 Matt CaswellFix memory leaks in BIO_dup_chain()
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-04-28 Rich Salzremove malloc casts
2015-03-25 Rich Salzfree NULL cleanup
2015-02-06 Rich Salzutil/mkstack.pl now generates entire safestack.h
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-07-09 Matt CaswellFix memory leak in BIO_free if there is no destroy...
2012-04-16 Andy PolyakovMinor compatibility fixes.
2010-06-12 Ben LaurieFix warnings.
2009-06-25 Dr. Stephen HensonUpdate from 1.0.0-stable
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01 Ben Lauriesize_tification.
2006-11-29 Nils Larschreplace macros with functions
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2004-03-25 Richard LevitteMake prototypes for some callback pointers.
2003-01-30 Richard LevitteA few small bugs with BIO popping.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-12 Geoff ThorpeThe indexes returned by ***_get_ex_new_index() function...
2000-09-07 Dr. Stephen HensonUgh, BIO_find_type() cannot be passed a NULL.
2000-09-07 Dr. Stephen HensonAdd docs for BIO_find_type() and friends.
2000-09-05 Bodo MöllerRemove silly test for b->references at the end of BIO_w...
2000-09-04 Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-05-16 Ben LaurieTypesafe Thought Police part 4.
2000-05-15 Ulf MöllerGet rid of more non-ANSI declarations.
2000-02-29 Bodo Möller'rand' application for creating pseudo-random files.
next