aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/mem.c
Commit message (Expand)AuthorAgeFilesLines
* Add CRYPTO_get_alloc_counts.Rich Salz2017-10-121-0/+22
* Move e_os.h to be the very first include.Pauli2017-08-301-3/+3
* e_os.h removal from other headers and source files.Pauli2017-08-301-0/+1
* (Re)move some things from e_os.hRich Salz2017-08-221-2/+2
* Use the return value from write(2)Pauli2017-07-041-2/+5
* crypto/mem.c: on Windows, use rand() instead of random()Richard Levitte2017-06-281-0/+8
* Removed ugly size_t less than zero check.Hikar2017-02-211-1/+1
* Fix symbol shadowRichard Levitte2017-02-171-4/+4
* Fix "failure rate" bugsRich Salz2017-01-131-5/+6
* Add "random malloc failure" toolingRich Salz2017-01-121-0/+89
* Convert memset calls to OPENSSL_cleanseMatt Caswell2016-06-301-1/+1
* Copyright consolidation 06/10Rich Salz2016-05-171-54/+6
* Fix CRYPTO_clear_realloc() bug.Dr. Stephen Henson2016-04-211-2/+3
* Build fix: remove cleanse_ctrRich Salz2016-02-251-12/+0
* Remove unused parameters from internal functionsRich Salz2016-02-221-5/+2
* Implement the use of heap manipulator implementionsRichard Levitte2016-02-171-34/+31
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Enable/disable crypto-mdebug just like other featuresViktor Dukhovni2016-01-111-5/+5
* mem functions cleanupRich Salz2016-01-071-240/+96
* Rename *_realloc_clean to *_clear_reallocRich Salz2015-12-221-1/+1
* Also change the non-debug versions to use size_tKurt Roeckx2015-12-221-2/+2
* Modify the lower level memory allocation routines to take size_tRichard Levitte2015-12-171-14/+14
* mem-cleanup, cont'd.Rich Salz2015-12-161-22/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-9/+0
* Add and use OPENSSL_zallocRich Salz2015-09-021-4/+11
* Remove _locked memory functions.Rich Salz2015-08-261-119/+0
* More secure storage of key material.Rich Salz2015-06-231-1/+72
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free null cleanup finaleRich Salz2015-05-011-2/+1
* free cleanup almost the finaleRich Salz2015-04-301-2/+10
* remove malloc castsRich Salz2015-04-281-1/+1
* Fix CRYPTO_strdupLoganaden Velvindron2015-04-221-0/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-303/+342
* Fix datarace reported by valgrind/helgrindRussell Coker2014-11-101-4/+8
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-3/+1
* Check for potentially exploitable overflows in asn1_d2i_read_bioDr. Stephen Henson2012-04-191-0/+4
* No need to disable leak checking for FIPS builds now we use internalDr. Stephen Henson2011-04-121-1/+1
* Add additional OPENSSL_init() handling add dummy call to (hopefully)Dr. Stephen Henson2011-04-011-0/+3
* Move locking and thread ID functions into new files lock.c and thr_id.c,Dr. Stephen Henson2011-01-271-1/+1
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-15/+15
* Fix prototypes.Dr. Stephen Henson2008-11-021-2/+2
* size_tification.Ben Laurie2008-11-011-13/+13
* Add JPAKE.Ben Laurie2008-10-261-0/+7
* Profiling revealed that OPENSSL_cleanse consumes *more* CPU time thanAndy Polyakov2007-05-141-2/+8
* CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULLRichard Levitte2003-12-011-4/+4
* In realloc, don't destroy the old memory area if a new one couldn't beRichard Levitte2003-10-071-3/+7
* Make sure the memory allocation routines check for negative sizesRichard Levitte2003-02-191-0/+10
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte2002-11-271-0/+14
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-2/+23