]> git.ipfire.org Git - thirdparty/openssl.git/history - engines/e_ubsec.c
Use p==NULL not !p (in if statements, mainly)
[thirdparty/openssl.git] / engines / e_ubsec.c
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-01  Rich Salzfree NULL cleanup 11
2015-05-01  Rich Salzfree null cleanup finale
2015-05-01  Rich Salzfree NULL cleanup 7
2015-02-22  Edgar PekFix null-pointer dereference
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellMove more comments that confuse indent
2015-01-22  Andy Polyakovengines/e_ubsec.c: make it indent-friendly.
2010-06-12  Ben LaurieFix warnings.
2010-05-15  Dr. Stephen HensonPR: 2255
2010-02-23  Bodo MöllerAlways check bn_wexpend() return values for failure...
2009-04-26  Dr. Stephen HensonUpdate from 1.0.0-stable.
2007-06-07  Dr. Stephen HensonFinish gcc 4.2 changes.
2005-07-16  Nils Larschmake
2005-06-17  Nils Larschclear dso pointer in case of an error
2005-05-09  Bodo MöllerUpdate util/ck_errf.pl script, and have it run automati...
2004-05-17  Geoff ThorpeThe inclusion of bn.h from the engine.h API header...
2004-04-19  Geoff ThorpeReduce header interdependencies, initially in engine...
2004-03-25  Geoff ThorpeBy adding a BN_CTX parameter to the 'rsa_mod_exp' callb...
2003-06-26  Richard LevitteConform with the standard prototype for engine control...
2003-06-06  Geoff ThorpeThis memset() in the ubsec ENGINE is a bug. Zeroing...
2003-01-15  Geoff ThorpeAs with RSA, which was modified recently, this change...
2003-01-07  Geoff ThorpeRSA_METHOD now supports key-generation, but (for now...
2002-11-13  Richard LevitteWhen build as dynamic engines, the loading functions...
2002-10-16  Geoff ThorpeThe ENGINE implementations in ./engines/ should be...
2002-10-11  Richard LevitteStep 7 of move of engines: Engines should not depend...
2002-10-11  Richard LevitteStep 6 of move of engines: rename the macro ENGINE_DYNA...
2002-10-11  Richard LevitteStep 2 of move of engines: copy engines to new director...