| Commit message (Expand) | Author | Age | Files | Lines |
* | mem functions cleanup | Rich Salz | 2016-01-07 | 1 | -240/+96 |
* | Rename *_realloc_clean to *_clear_realloc | Rich Salz | 2015-12-22 | 1 | -1/+1 |
* | Also change the non-debug versions to use size_t | Kurt Roeckx | 2015-12-22 | 1 | -2/+2 |
* | Modify the lower level memory allocation routines to take size_t | Richard Levitte | 2015-12-17 | 1 | -14/+14 |
* | mem-cleanup, cont'd. | Rich Salz | 2015-12-16 | 1 | -22/+0 |
* | Rename some BUF_xxx to OPENSSL_xxx | Rich Salz | 2015-12-16 | 1 | -9/+0 |
* | Add and use OPENSSL_zalloc | Rich Salz | 2015-09-02 | 1 | -4/+11 |
* | Remove _locked memory functions. | Rich Salz | 2015-08-26 | 1 | -119/+0 |
* | More secure storage of key material. | Rich Salz | 2015-06-23 | 1 | -1/+72 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 1 | -1/+1 |
* | free null cleanup finale | Rich Salz | 2015-05-01 | 1 | -2/+1 |
* | free cleanup almost the finale | Rich Salz | 2015-04-30 | 1 | -2/+10 |
* | remove malloc casts | Rich Salz | 2015-04-28 | 1 | -1/+1 |
* | Fix CRYPTO_strdup | Loganaden Velvindron | 2015-04-22 | 1 | -0/+3 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -303/+342 |
* | Fix datarace reported by valgrind/helgrind | Russell Coker | 2014-11-10 | 1 | -4/+8 |
* | Version skew reduction: trivia (I hope). | Ben Laurie | 2012-06-03 | 1 | -3/+1 |
* | Check for potentially exploitable overflows in asn1_d2i_read_bio | Dr. Stephen Henson | 2012-04-19 | 1 | -0/+4 |
* | No need to disable leak checking for FIPS builds now we use internal | Dr. Stephen Henson | 2011-04-12 | 1 | -1/+1 |
* | Add additional OPENSSL_init() handling add dummy call to (hopefully) | Dr. Stephen Henson | 2011-04-01 | 1 | -0/+3 |
* | Move locking and thread ID functions into new files lock.c and thr_id.c, | Dr. Stephen Henson | 2011-01-27 | 1 | -1/+1 |
* | Revert the size_t modifications from HEAD that had led to more | Geoff Thorpe | 2008-11-12 | 1 | -15/+15 |
* | Fix prototypes. | Dr. Stephen Henson | 2008-11-02 | 1 | -2/+2 |
* | size_tification. | Ben Laurie | 2008-11-01 | 1 | -13/+13 |
* | Add JPAKE. | Ben Laurie | 2008-10-26 | 1 | -0/+7 |
* | Profiling revealed that OPENSSL_cleanse consumes *more* CPU time than | Andy Polyakov | 2007-05-14 | 1 | -2/+8 |
* | CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULL | Richard Levitte | 2003-12-01 | 1 | -4/+4 |
* | In realloc, don't destroy the old memory area if a new one couldn't be | Richard Levitte | 2003-10-07 | 1 | -3/+7 |
* | Make sure the memory allocation routines check for negative sizes | Richard Levitte | 2003-02-19 | 1 | -0/+10 |
* | Cleanse memory using the new OPENSSL_cleanse() function. | Richard Levitte | 2002-11-28 | 1 | -1/+1 |
* | Add OPENSSL_cleanse() to help cleanse memory and avoid certain compiler | Richard Levitte | 2002-11-27 | 1 | -0/+14 |
* | Security fixes brought forward from 0.9.7. | Ben Laurie | 2002-11-13 | 1 | -2/+23 |
* | If CRYPTO_realloc() is called with a NULL pointer, have it call | Richard Levitte | 2002-08-01 | 1 | -0/+3 |
* | No functional change, but slightly improved code clarity. | Bodo Möller | 2001-01-10 | 1 | -3/+6 |
* | After discussion with Richard, change the new API for extended memory | Bodo Möller | 2001-01-10 | 1 | -56/+51 |
* | make indentation consistent | Bodo Möller | 2001-01-10 | 1 | -14/+14 |
* | As response to a user request to be able to use external memory | Richard Levitte | 2001-01-10 | 1 | -5/+84 |
* | Constification of the data of a hash table. This means the callback | Richard Levitte | 2000-12-13 | 1 | -10/+10 |
* | There have been a number of complaints from a number of sources that names | Richard Levitte | 2000-06-01 | 1 | -2/+2 |
* | In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>, | Richard Levitte | 2000-05-02 | 1 | -18/+29 |
* | Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca... | Ralf S. Engelschall | 2000-02-11 | 1 | -1/+1 |
* | Source code cleanups: Use void * rather than char * in lhash, | Ulf Möller | 2000-01-30 | 1 | -4/+4 |
* | Late break-in patch for MacOS support. | Andy Polyakov | 1999-12-19 | 1 | -1/+1 |
* | - Don't assume that int and size_t have the same representation | Bodo Möller | 1999-12-18 | 1 | -37/+73 |
* | - Added more documentation in CHANGES. | Richard Levitte | 1999-12-18 | 1 | -12/+32 |
* | Rebuild of the OpenSSL memory allocation and deallocation routines. | Richard Levitte | 1999-12-17 | 1 | -538/+72 |
* | The info removal code was overcomplicated, and error-prone (references being ... | Richard Levitte | 1999-11-12 | 1 | -24/+11 |
* | Avoid deadlock. | Bodo Möller | 1999-11-12 | 1 | -1/+15 |
* | Avoid some silly compiler warnings, and add the change log I forgot :-) | Richard Levitte | 1999-11-12 | 1 | -3/+3 |
* | Two changes have been made: | Richard Levitte | 1999-11-12 | 1 | -16/+257 |