rsa/rsa_oaep.c: remove memcpy calls from RSA_padding_check_PKCS1_OAEP.
[oweals/openssl.git] / crypto / bio /
2018-11-20 Matt CaswellUpdate copyright year
2018-10-04 Richard LevitteSmall cleanup (util/mkdef.pl, crypto/bio/bss_log.c...
2018-08-18 Bernd EdlingerFix a warning from MSVC build
2018-08-14 Matt CaswellUpdate copyright year
2018-06-24 Bernd EdlingerFix a new gcc-9 warning [-Wstringop-truncation]
2018-06-18 Jack BatesConvert _meth_get_ functions to const getters
2018-05-04 Richard LevitteBIO_s_mem() write: Skip early when input length is...
2018-04-26 Richard LevitteUse get_last_sys_error() instead of get_last_rtl_error()
2018-04-21 Bernd EdlingerEnsure the thread keys are always allocated in the...
2018-04-09 Andy Polyakovbio/b_addr.c: resolve HP-UX compiler warnings.
2018-04-06 Neel GoyalSet biom->type in BIO_METH_new
2018-03-27 Matt CaswellUpdate copyright year
2018-02-13 Richard LevitteFix bug in BIO_f_linebuffer()
2018-02-12 Bernd EdlingerRemove code that prints "<SPACES/NULS>" in hexdumps
2018-02-10 Rich SalzCopy name string in BIO_meth_new
2018-02-10 Viktor DukhovniAvoid leaking peername data via accept BIOs
2018-01-31 Richard LevitteRemove "dummy" BIO create and destroy functions
2018-01-31 Richard LevitteBIO: at the end of BIO_new, declare the BIO inited...
2018-01-25 Bernd EdlingerFix setting of IPV6_V6ONLY on Windows
2017-12-17 Daniel BeveniusAdd comments to NULL func ptrs in bio_method_st
2017-12-16 Bernd EdlingerFix invalid function type casts.
2017-12-12 Patrick Steuercrypto/bio/bss_dgram.c: annotate fallthrough (-Wimplici...
2017-12-10 Daniel BeveniusMake BIO_METHOD struct definitions consistent
2017-12-08 Rich SalzStandardize syntax of sizeof(foo)
2017-08-31 Zhu Qun-YingFixed address family test error for AF_UNIX in BIO_ADDR...
2017-07-14 Bernd EdlingerFix gcc-7 warnings about missing fall thru comments.
2017-06-21 Matt CaswellFix DTLS failure when used in a build which has SCTP...
2017-05-11 Richard LevitteClean away needless VMS check
2017-04-28 Rich SalzCheck fflush on BIO_ctrl call
2017-04-25 Matt CaswellFix problem with SCTP close_notify alerts
2017-04-08 Andy Polyakovbio/b_print.c: drop dependency on BN config.
2017-03-30 FdaSilvaYYMore typo fixes
2017-03-02 Andy Polyakovbio/b_addr.c: omit private hstrerror.
2017-01-15 Kurt RoeckxFix VC warnings about unary minus to an unsigned type.
2016-12-16 Richard LevitteHP-UX doesn't have hstrerror(), so make our own for...
2016-09-08 Richard LevitteIf errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILE
2016-09-08 Matt CaswellFix mem leaks during auto-deinit
2016-08-24 Matt CaswellFix no-sock
2016-08-22 Matt CaswellRemove some dead code
2016-08-21 Rich SalzMove BIO index lock creation
2016-08-20 Rich SalzAdd BIO_get_new_index()
2016-08-10 jamerceeAdapt BIO_new_accept() to call BIO_set_accept_name()
2016-08-05 klemensspelling fixes, just comments and readme.
2016-08-02 FdaSilvaYYFix some style issues...
2016-07-25 FdaSilvaYYDiscard BIO_set(BIO* bio) method
2016-07-20 Kurt RoeckxCast to an unsigned type before negating
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-20 FdaSilvaYYFix a few if(, for(, while( inside code.
2016-07-19 Richard LevitteChange all our uses of CRYPTO_THREAD_run_once to use...
2016-06-29 Ben LaurieSome interfaces may have IPv6 addresses even if an...
2016-06-22 Andy PolyakovMove OS-specific fopen quirks to o_fopen.c.
2016-06-18 Matt CaswellAvoid type punning warnings in b_addr.c
2016-06-03 Matt CaswellBIO_printf() can fail to print the last character
2016-05-30 Richard LevitteMake sure max in fmtstr() doesn't overflow into negativity
2016-05-28 FdaSilvaYYAdd more zalloc
2016-05-28 FdaSilvaYYFix some missing inits
2016-05-27 Richard LevitteFix fmtstr for BIO_printf() et al
2016-05-27 Matt CaswellPrevent an overflow when trying to print excessively...
2016-05-27 Matt CaswellFix implementation of "e" and "g" formats for printing...
2016-05-27 Matt CaswellFix some issues in b_print.c code
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-18 Matt CaswellFix some malloc failures in b_addr.c
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-05-12 Richard LevitteDJGPP adjustments
2016-05-09 Matt CaswellFix BIO_eof() for BIO pairs
2016-05-09 J Mohan Rao Arisankalafew missing allocation failure checks and releases...
2016-05-04 Matt CaswellHandle malloc failures in BIO_accept
2016-04-29 Matt CaswellCheck for failed malloc in BIO_ADDR_new
2016-04-29 Richard Levittemake update
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-28 FdaSilvaYYvarious spelling fixes
2016-04-28 Richard LevitteFix BIO_set_nbio_accept()
2016-04-28 Matt CaswellDon't leak memory on failure to create a mem BIO
2016-04-28 Matt CaswellClose the accept socket on error
2016-04-28 Richard LevitteMake BIO_sock_error return a proper error code when...
2016-04-20 Davide GalassiBIO socket connect failure was not handled correctly.
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-14 Matt CaswellFix ex_data locks issue
2016-04-14 Matt CaswellEnsure all locks are properly cleaned up
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13 Matt CaswellDeprecate BIO_sock_cleanup() and make it a no-op
2016-04-11 Richard LevitteBIO: respect opening in text mode
2016-04-07 Andy PolyakovClean-up *_DEBUG options.
2016-04-07 Andy Polyakovbio/bss_file.c: since VS2015 one can't tell apart own...
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-04-03 Richard LevitteDon't shadow known symbols write, read, puts, gets
2016-04-02 Kirill Marinushkinmoved structure bio_buf_mem_st from headers to bss_mem.c
2016-04-02 Kirill Marinushkinsizeof() updated to cover coding style
2016-04-02 Kirill MarinushkinOptimized BIO mem read - without reallocation
2016-03-30 Richard LevitteFix pointer size issues on VMS
2016-03-30 Richard LevitteRearrange the use of 'proto' in BIO_lookup
2016-03-30 Richard LevitteAdapt bf_lbuf for opaque BIO
2016-03-29 Matt CaswellMake BIO opaque
2016-03-29 Matt CaswellAdd functions for creating BIO_METHODs
2016-03-21 David BenjaminRT4660: BIO_METHODs should be const.
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
next