summaryrefslogtreecommitdiff
path: root/engines/e_ubsec.c
Commit message (Expand)AuthorAgeFilesLines
* Fix null-pointer dereferenceEdgar Pek2015-02-221-2/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-879/+882
* Move more comments that confuse indentMatt Caswell2015-01-221-2/+6
* engines/e_ubsec.c: make it indent-friendly.Andy Polyakov2015-01-221-17/+26
* Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson2010-06-151-2/+0
* PR: 2255Dr. Stephen Henson2010-05-151-1/+1
* Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller2010-02-231-2/+2
* Make no-rsa, no-dsa and no-dh compile again.Dr. Stephen Henson2009-04-231-7/+8
* Finish gcc 4.2 changes.Dr. Stephen Henson2007-06-071-2/+2
* makeNils Larsch2005-07-161-0/+6
* clear dso pointer in case of an errorNils Larsch2005-06-171-0/+1
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-21/+21
* The inclusion of bn.h from the engine.h API header has been deprecated, soGeoff Thorpe2004-05-171-0/+1
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-0/+3
* By adding a BN_CTX parameter to the 'rsa_mod_exp' callback, private keyGeoff Thorpe2004-03-251-9/+3
* Conform with the standard prototype for engine control functions.Richard Levitte2003-06-261-2/+2
* This memset() in the ubsec ENGINE is a bug. Zeroing out the result arrayGeoff Thorpe2003-06-061-1/+0
* As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe2003-01-151-1/+4
* RSA_METHOD now supports key-generation, but (for now) none of theseGeoff Thorpe2003-01-071-0/+1
* When build as dynamic engines, the loading functions should be definedRichard Levitte2002-11-131-0/+2
* The ENGINE implementations in ./engines/ should be role models on how toGeoff Thorpe2002-10-161-0/+1
* Step 7 of move of engines: Engines should not depend on privateRichard Levitte2002-10-111-2/+2
* Step 6 of move of engines: rename the macro ENGINE_DYNAMIC_SUPPORT toRichard Levitte2002-10-111-2/+2
* Step 2 of move of engines: copy engines to new directory and rename themRichard Levitte2002-10-111-0/+1059