| Commit message (Expand) | Author | Age | Files | Lines |
* | Use p==NULL not !p (in if statements, mainly) | Rich Salz | 2015-05-11 | 1 | -3/+3 |
* | free NULL cleanup 11 | Rich Salz | 2015-05-01 | 1 | -2/+1 |
* | free cleanup almost the finale | Rich Salz | 2015-04-30 | 1 | -4/+1 |
* | Code style: space after 'if' | Viktor Dukhovni | 2015-04-16 | 1 | -3/+3 |
* | free NULL cleanup | Rich Salz | 2015-03-25 | 1 | -6/+3 |
* | Fix misc NULL derefs in sureware engine | Matt Caswell | 2015-03-25 | 1 | -11/+16 |
* | free NULL cleanup | Rich Salz | 2015-03-25 | 1 | -4/+2 |
* | Dead code removal #if 0 engines | Rich Salz | 2015-01-30 | 1 | -21/+0 |
* | OPENSSL_NO_xxx cleanup: SHA | Rich Salz | 2015-01-27 | 1 | -2/+0 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -829/+867 |
* | Move more comments that confuse indent | Matt Caswell | 2015-01-22 | 1 | -2/+4 |
* | Fix strange formatting by indent | Matt Caswell | 2015-01-22 | 1 | -12/+12 |
* | Cleanup OPENSSL_NO_xxx, part 1master-pre-reformat | Rich Salz | 2015-01-14 | 1 | -1/+1 |
* | Further comment amendments to preserve formatting prior to source reformat | Matt Caswell | 2015-01-06 | 1 | -1/+2 |
* | Fixup sureware ENGINE to handle new RAND_METHOD | Dr. Stephen Henson | 2009-09-24 | 1 | -5/+10 |
* | Revert the size_t modifications from HEAD that had led to more | Geoff Thorpe | 2008-11-12 | 1 | -6/+6 |
* | More size_tification. | Ben Laurie | 2008-11-01 | 1 | -6/+6 |
* | remove unnecessary code | Nils Larsch | 2006-03-18 | 1 | -2/+0 |
* | add additional checks + cleanup | Nils Larsch | 2006-01-30 | 1 | -0/+2 |
* | make | Nils Larsch | 2005-07-16 | 1 | -0/+8 |
* | Update util/ck_errf.pl script, and have it run automatically | Bodo Möller | 2005-05-09 | 1 | -21/+21 |
* | The inclusion of bn.h from the engine.h API header has been deprecated, so | Geoff Thorpe | 2004-05-17 | 1 | -0/+1 |
* | More updates for the header cleanups (and apologies, again, for not having | Geoff Thorpe | 2004-04-19 | 1 | -0/+3 |
* | Reduce header interdependencies, initially in engine.h (the rest of the | Geoff Thorpe | 2004-04-19 | 1 | -0/+1 |
* | Conform with the standard prototype for engine control functions. | Richard Levitte | 2003-06-26 | 1 | -2/+2 |
* | As with RSA, which was modified recently, this change makes it possible to | Geoff Thorpe | 2003-01-15 | 1 | -1/+4 |
* | RSA_METHOD now supports key-generation, but (for now) none of these | Geoff Thorpe | 2003-01-07 | 1 | -1/+2 |
* | Cleanse memory using the new OPENSSL_cleanse() function. | Richard Levitte | 2002-11-28 | 1 | -1/+1 |
* | The ENGINE implementations in ./engines/ should be role models on how to | Geoff Thorpe | 2002-10-16 | 1 | -0/+1 |
* | Step 7 of move of engines: Engines should not depend on private | Richard Levitte | 2002-10-11 | 1 | -4/+1 |
* | Step 6 of move of engines: rename the macro ENGINE_DYNAMIC_SUPPORT to | Richard Levitte | 2002-10-11 | 1 | -1/+1 |
* | Step 2 of move of engines: copy engines to new directory and rename them | Richard Levitte | 2002-10-11 | 1 | -0/+1040 |