]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/mem_dbg.c
Correct top for EC/DSA nonces if BN_DEBUG is on
[thirdparty/openssl.git] / crypto / mem_dbg.c
2019-12-14  Rich SalzDeprecate most of debug-memory
2019-11-29  Matt CaswellCheck the return from OPENSSL_buf2hexstr()
2019-11-07  Richard LevitteUpdate source files for deprecation at 3.0
2019-08-04  David von OheimbFix deprecation inconsisteny w.r.t. CRYPTO_mem_debug_...
2019-07-17  Rich SalzDeprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}
2019-06-20  PauliPrint thread IDs nicely.
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-02-13  Matt CaswellUpdate copyright year
2018-01-31  Benjamin KadukRevert the crypto "global lock" implementation
2017-10-13  Rich SalzAdd CRYPTO_get_alloc_counts.
2017-08-31  Rich SalzAdd CRYPTO_thread_glock_new
2017-07-07  PauliAddress potential buffer overflows.
2017-07-07  Paulichange return (x) to return x
2017-07-05  Rich SalzUndo commit d420ac2
2017-04-24  Richard LevitteAdd CRYPTO_mem_leaks_cb
2016-07-20  Dr. Stephen Hensonfix crypto-mdebug build
2016-07-19  Richard LevitteChange all our uses of CRYPTO_THREAD_run_once to use...
2016-05-17  Rich SalzCopyright consolidation 05/10
2016-05-16  Viktor DukhovniFold threads.h into crypto.h making API public
2016-04-14  Matt CaswellFix ex_data locks issue
2016-03-30  Matt CaswellRemove the CRYPTO_mem_leaks adjustment for the BIO
2016-03-09  Alessandro GhediniMove variable declaration to the start of the function
2016-03-08  Matt CaswellConvert mem_dbg and mem_sec to the new Thread API
2016-02-17  Richard LevitteImplement the use of heap manipulator implementions
2016-02-14  Richard LevitteMake the use of mdebug backtrace a separate option
2016-02-10  Rich SalzRename INIT funtions, deprecate old ones.
2016-02-09  Matt CaswellStop library before checking for mem leaks
2016-02-05  Dr. Stephen HensonFix return code in CRYPTO_mem_leaks_fp()
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-11  Pascal CuoqFunction pop_info() returned a dangling pointer
2016-01-11  Dr. Stephen HensonAdd lh_doall_arg inlining
2016-01-11  Dr. Stephen HensonAdd lh_new() inlining
2016-01-11  Dr. Stephen HensonInline LHASH_OF
2016-01-11  Dr. Stephen HensonAdd memory leak return value.
2016-01-11  Viktor DukhovniEnable/disable crypto-mdebug just like other features
2016-01-08  Rich SalzFix no CRYPTO_MDEBUG build (windows)
2016-01-07  Rich Salzmem functions cleanup
2015-12-22  Rich SalzCleanup CRYPTO_{push,pop}_info
2015-12-17  Richard LevitteModify the lower level memory allocation routines to...
2015-12-17  Rich Salzmem-cleanup, cont'd.
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-02  Richard LevitteAdd backtrace to memory leak output
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-10-05  Andy PolyakovHarmonize pointer printing and size_t-fy casts.
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree NULL cleanup -- coda
2015-04-28  Rich Salzremove malloc casts
2015-04-27  Rich SalzCRYPTO_mem_leaks should ignore it's BIO argument.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Andy Polyakovcrypto/mem_dbg.c: make it indent-friendly.
2015-01-22  Matt CaswellFurther comment changes for reformat (master)
2015-01-14  Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2009-04-20  Dr. Stephen HensonUpdates from 1.0.0-stable branch.
2009-01-11  Dr. Stephen HensonAdd CRYPTO_MDEBUG_ABORT to abort() is there are any...
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01  Ben Lauriesize_tification.
2008-08-06  Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-17  Andy Polyakovmem_dbg.c: avoid compiler warnings.
2008-07-04  Dr. Stephen HensonAvoid warnings with -pedantic, specifically:
2008-07-03  Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-05-26  Ben LaurieLHASH revamp. make depend.
2008-03-28  Geoff ThorpeThere was a need to support thread ID types that couldn...
2006-06-23  Bodo MöllerNew functions CRYPTO_set_idptr_callback(),
2005-07-05  Andy PolyakovPull up Win64 support from 0.9.8.
2005-05-17  Andy PolyakovMove cryptlib.h prior bio.h. Actually it makes sense...
2003-12-27  Richard LevitteUse BUF_strlcpy() instead of strcpy().
2002-11-18  Bodo Möllerfix memory leak in memory debuggin code ...
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2001-08-28  Geoff ThorpeEnsure that failure to create the BIO in 'CRYPTO_mem_le...
2001-08-27  Geoff ThorpeMake sure "CRYPTO_mem_leaks_fp" doesn't itself create...
2001-07-08  Ben LaurieCorrect const-ness.
2001-02-22  Richard LevitteOne indirection level too little compared to the
2001-02-19  Richard LevitteMake all configuration macros available for application...
2001-02-19  Bodo MöllerMemory leak detection bugfixes for multi-threading.
2001-01-09  Geoff ThorpeGet rid of the function pointer casting in the debuggin...
2000-12-15  Bodo MöllerLocking issues.
2000-12-13  Richard LevitteConstification of the data of a hash table. This means...
2000-12-08  Geoff ThorpeNext step in tidying up the LHASH code.
2000-12-04  Geoff ThorpeMake the remaining LHASH macro changes. This should...
2000-12-01  Geoff ThorpeFirst step in tidying up the LHASH code. The callback...
2000-11-29  Ulf Mölleruse standard C
2000-11-12  Richard LevitteEnhance granularity on what I want to debug for the...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-05-02  Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-03-18  Bodo MöllerEliminate memory leaks in mem_dbg.c.
2000-02-11  Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-01-30  Ulf MöllerSource code cleanups: Use void * rather than char ...
2000-01-22  Ulf MöllerDocument the DH library, and make some minor changes...
2000-01-18  Richard LevitteCompaq C 6.2 for VMS will complain when we want to...
2000-01-14  Richard LevitteTypo...
2000-01-14  Bodo MöllerAvoid some warnings, and run "make update".
1999-12-18  Bodo MöllerRename
1999-12-18  Bodo Möllerfix typos and other little errors ...
1999-12-18  Bodo Möller- Don't assume that int and size_t have the same repres...
1999-12-18  Richard Levitte - Made sure some changed behavior is documented in...
1999-12-17  Richard LevitteClear out license confusion.
1999-12-17  Richard LevitteRebuild of the OpenSSL memory allocation and deallocati...