aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/mem.c
Commit message (Expand)AuthorAgeFilesLines
* VSI submission: avoid pointer size warnings in mem.cRichard Levitte2016-08-191-2/+18
* crypto/mem.c: drop reference to cleanse_ctr and fix no-asm builds.Andy Polyakov2016-06-121-24/+0
* Fix CRYPTO_strdupLoganaden Velvindron2015-04-221-0/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-304/+343
* Fix datarace reported by valgrind/helgrindRussell Coker2014-11-101-4/+8
* Reduce version skew: trivia (I hope).Ben Laurie2012-06-031-1/+1
* Check for potentially exploitable overflows in asn1_d2i_read_bioDr. Stephen Henson2012-04-191-0/+4
* Call OPENSSL_init after we've checked to see if customisation is permissible.Dr. Stephen Henson2011-11-141-1/+1
* Use approved API for EVP digest operations in FIPS builds.Dr. Stephen Henson2011-05-291-0/+2
* 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
* If CRYPTO_realloc() is called with a NULL pointer, have it callRichard Levitte2002-08-011-0/+3
* No functional change, but slightly improved code clarity.Bodo Möller2001-01-101-3/+6
* After discussion with Richard, change the new API for extended memoryBodo Möller2001-01-101-56/+51
* make indentation consistentBodo Möller2001-01-101-14/+14
* As response to a user request to be able to use external memoryRichard Levitte2001-01-101-5/+84
* Constification of the data of a hash table. This means the callbackRichard Levitte2000-12-131-10/+10
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-18/+29
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-1/+1
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-4/+4
* Late break-in patch for MacOS support.Andy Polyakov1999-12-191-1/+1
* - Don't assume that int and size_t have the same representationBodo Möller1999-12-181-37/+73
* - Added more documentation in CHANGES.Richard Levitte1999-12-181-12/+32
* Rebuild of the OpenSSL memory allocation and deallocation routines.Richard Levitte1999-12-171-538/+72
* The info removal code was overcomplicated, and error-prone (references being ...Richard Levitte1999-11-121-24/+11
* Avoid deadlock.Bodo Möller1999-11-121-1/+15
* Avoid some silly compiler warnings, and add the change log I forgot :-)Richard Levitte1999-11-121-3/+3
* Two changes have been made:Richard Levitte1999-11-121-16/+257
* New compile time option -DCRYPTO_MDEBUG_THREAD.Bodo Möller1999-07-191-8/+29
* Have CRYPTO_MDEBUG_TIME automatically set CRYPTO_MDEBUG,Bodo Möller1999-07-191-0/+1
* Add optional (compile-time configurable) time to CRYPTO_mem_leaks output.Bodo Möller1999-07-181-0/+18
* Fix memory checking.Bodo Möller1999-07-091-10/+24
* Avoid warnings.Bodo Möller1999-06-101-2/+2
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-071-2/+2
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
* Change functions to ANSI C.Ulf Möller1999-04-191-62/+22
* Massive constification.Ben Laurie1999-04-171-4/+4
* Rid the world of more evil casts.Ben Laurie1999-04-101-14/+14
* Update dependencies.Ben Laurie1999-02-271-0/+2
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-12/+72