]> git.ipfire.org Git - thirdparty/openssl.git/history - include/openssl/bio.h
Following the license change, modify the boilerplates in include/ and crypto/include/
[thirdparty/openssl.git] / include / openssl / bio.h
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06  Richard LevitteRefactor the computation of API version limits
2018-04-03  Bernd EdlingerUse gnu_printf format attribute to minimise MinGW warnings
2018-03-21  Jack BatesConvert _meth_get_ functions to const getters
2018-02-19  John HughesAdd BIO_bind function to bind local address for a socket.
2018-02-13  Matt CaswellUpdate copyright year
2018-02-09  Nick MathewsonRemove redundant declarations of ERR_load_*_strings()
2018-02-09  Richard LevitteTurn off printf format checking for BIO_printf et al...
2017-12-15  Bernd EdlingerFix invalid function type casts.
2017-06-29  Richard LevitteMake it possible to peek at BIO data through BIO_f_buffer()
2017-06-21  Matt CaswellFix DTLS failure when used in a build which has SCTP...
2017-06-07  Rich Salzmake error tables const and separate header file
2017-05-11  Richard LevitteCleanup - use e_os2.h rather than stdint.h
2017-04-27  Bernd EdlingerAdd parentheses on public macros where appropriate.
2017-04-25  Matt CaswellDocument BIO_lookup_ex()
2017-04-25  Matt CaswellAdd better error logging if SCTP AUTH chunks are not...
2017-04-25  Matt CaswellAdd a BIO_lookup_ex() function
2017-03-29  Richard LevitteAdd z modifier parsing to the BIO_printf et all format...
2017-03-29  FdaSilvaYYMore typo fixes
2016-10-28  Benjamin KadukTry to unify BIO read/write parameter names
2016-10-28  Matt CaswellFix some feedback issues for BIO size_t-ify
2016-10-28  Matt CaswellMore parameter naming of BIO_read*/BIO_write* related...
2016-10-28  Matt CaswellTweaks based on review feedback of BIO size_t work
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-09-13  Viktor Szakatsbio.h: fix number of arguments passed to BIO_ptr_ctrl()
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-07-20  Kurt RoeckxCheck for errors allocating the error strings.
2016-07-08  Rich SalzReplace all #define's in pod pages.
2016-06-20  Dr. Matthias St... RT3925: Remove trailing semi from macro
2016-05-23  Rich SalzRemove unused error/function codes.
2016-05-17  Rich SalzCopyright consolidation 03/10
2016-05-09  J Mohan Rao Arisankalafew missing allocation failure checks and releases...
2016-04-29  Richard LevitteChange 'struct bio_st' in all public header where appli...
2016-04-29  Richard Levittemake update
2016-04-20  Matt CaswellFix no-sock on Windows
2016-04-20  Matt CaswellFix no-dgram on Windows
2016-04-13  Matt CaswellFix explicit de-init macros
2016-04-13  Matt CaswellDeprecate BIO_sock_cleanup() and make it a no-op
2016-04-02  Kirill MarinushkinOptimized BIO mem read - without reallocation
2016-03-30  Matt CaswellFix build compilation failures
2016-03-29  Matt CaswellMake BIO opaque
2016-03-21  David BenjaminRT4660: BIO_METHODs should be const.
2016-03-19  Alex GaynorGH36: Add casts to match the documentation
2016-03-17  Rich SalzRemove Netware and OS/2
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-05  Matt CaswellAdd a BIO_ADDR_clear function
2016-02-03  Richard Levittemake update
2016-02-03  Richard LevitteRefactoring BIO: adapt BIO_s_connect and BIO_s_accept
2016-02-03  Richard Levittemake update
2016-02-03  Richard Levittemake update
2016-02-03  Richard LevitteRefactoring BIO: new socket-handling functions, depreca...
2016-02-03  Richard LevitteRefactoring BIO: add error macros & text, and make...
2016-02-03  Richard LevitteRefactoring BIO: add wrappers around sockaddr et al
2016-01-31  Daniel Kahn GillmorRT4129: BUF_new_mem_buf should take const void *
2016-01-30  Rich SalzMove more BN internals to bn_lcl.h
2016-01-28  Richard LevitteCorrect number of arguments in BIO_get_conn_int_port...
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-07  Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2015-12-01  Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-02  Richard LevitteRemove the state parameter from BIO_ctrl_set_connected
2015-11-02  Richard LevitteBIO_s_datagram() ctrl doesn't support SEEK/TELL, so...
2015-11-02  Richard LevitteCorrect or add comments indicating what controls belong...
2015-11-02  Richard LevitteRemove PROXY controls that aren't used anywhere
2015-11-02  Richard LevitteRemove dummy argument from BIO_get_bind_mode
2015-11-02  Richard LevitteHave BIO_get_conn_int_port use BIO_ctrl instead BIO_int...
2015-10-02  Rich SalzRemove BIO_s_file_internal macro.
2015-09-30  David WoodhouseFix no-stdio build
2015-09-23  Matt CaswellAdd BIO_CTRL_DGRAM_SET_PEEK_MODE
2015-06-23  Rich SalzMore secure storage of key material.
2015-06-16  Richard LevitteRemove one extraneous parenthesis
2015-06-10  Matt CaswellChange BIO_number_read and BIO_number_written() to...
2015-05-13  Rich SalzRemove some outdated #defines.
2015-03-31  Richard LevitteStop symlinking, move files to intended directory