]> git.ipfire.org Git - thirdparty/openssl.git/history - include/openssl/bio.h
Move ossl_asn1_string_to_time_t() to libtestutil
[thirdparty/openssl.git] / include / openssl / bio.h
2020-09-13  Matt CaswellFix safestack issues in bio.h
2020-06-16  Dr. David von OheimbImprove BIO_socket_wait(), BIO_wait(), BIO_connect_retr...
2020-05-16  Matt CaswellMaintain strict type discipline between the core and...
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
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
2020-02-10  Dr. David von Oheimbadd BIO_socket_wait(), BIO_wait(), and BIO_connect_retr...
2020-02-04  Matt CaswellDetect EOF while reading in libssl
2019-12-18  Richard LevitteBIO: Add BIO_f_prefix(), a text line prefixing filter
2019-11-07  Richard LevitteUpdate source files for pre-3.0 deprecation
2019-11-07  Richard LevitteUpdate source files for deprecation at 3.0
2019-10-31  John BaldwinFix BIO_get_ktls_send() and BIO_get_ktls_recv() to...
2019-09-28  Dr. Matthias St... Add legacy include guards to public header files
2019-09-28  Dr. Matthias St... Fix header file include guard names
2019-09-09  Richard LevitteDo no mention private headers in public headers
2019-08-09  raja-ashokRestrict usage of bio_dgram_sctp_data only to DGRAM...
2019-06-26  Bernd EdlingerKeep the externally visible macro BIO_FLAGS_UPLINK...
2019-06-12  Acheev BhagatRemove redundant include
2019-04-25  Matt CaswellFix error in BIO_get_ktls_send() and BIO_get_ktls_recv()
2019-04-01  Boris Pismennybio: Linux TLS Rx Offload
2019-01-16  Richard Levittecrypto/bio/b_dump.c: change all char* to void*, and...
2018-12-07  Boris Pismennybio: Linux TLS Offload
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.
next