openssl/engines
Matt Caswell 90e7cdff3a Fix error check in GOST engine
The return value of i2d functions can be negative if an error occurs.
Therefore don't assign the return value to an unsigned type and *then*
check if it is negative.

RT#3862

Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-05-26 10:35:22 +01:00
..
asm RT2513: Fix typo's paramter-->parameter 2014-08-19 11:09:33 -04:00
ccgost Fix error check in GOST engine 2015-05-26 10:35:22 +01:00
vendor_defns Re-align some comments after running the reformat script. 2015-01-22 09:20:10 +00:00
alpha.opt Synchronise with Unix and do all other needed modifications to have it 2010-11-22 22:04:41 +00:00
axp.opt Add the command procedure to build external engines on VMS. 2002-10-31 15:43:00 +00:00
capierr.bat Windows batch file to rebuild error codes for CryptoAPI ENGINE. 2008-06-02 23:10:34 +00:00
e_4758cca.c Use p==NULL not !p (in if statements, mainly) 2015-05-11 10:06:38 -04:00
e_4758cca.ec Change the source and output paths for 'chil' and '4758cca' engines so that 2005-05-29 19:14:21 +00:00
e_4758cca_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_4758cca_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_aep.c Use p==NULL not !p (in if statements, mainly) 2015-05-11 10:06:38 -04:00
e_aep.ec Step 4 of move of engines: Split e.ec into individual files for each 2002-10-11 17:41:40 +00:00
e_aep_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_aep_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_atalla.c Use p==NULL not !p (in if statements, mainly) 2015-05-11 10:06:38 -04:00
e_atalla.ec Step 4 of move of engines: Split e.ec into individual files for each 2002-10-11 17:41:40 +00:00
e_atalla_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_atalla_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_capi.c Use p==NULL not !p (in if statements, mainly) 2015-05-11 10:06:38 -04:00
e_capi.ec Add CryptoAPI ENGINE from stable branch. 2008-05-31 22:49:32 +00:00
e_capi_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_capi_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_chil.c Use p==NULL not !p (in if statements, mainly) 2015-05-11 10:06:38 -04:00
e_chil.ec Change the source and output paths for 'chil' and '4758cca' engines so that 2005-05-29 19:14:21 +00:00
e_chil_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_chil_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_cswift.c Use p==NULL not !p (in if statements, mainly) 2015-05-11 10:06:38 -04:00
e_cswift.ec Step 4 of move of engines: Split e.ec into individual files for each 2002-10-11 17:41:40 +00:00
e_cswift_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_cswift_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_gmp.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
e_gmp.ec Commit a slightly modified version of an old experiment to do RSA private 2003-01-30 15:43:07 +00:00
e_gmp_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_gmp_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_nuron.c free null cleanup finale 2015-05-01 10:02:07 -04:00
e_nuron.ec Step 4 of move of engines: Split e.ec into individual files for each 2002-10-11 17:41:40 +00:00
e_nuron_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_nuron_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_padlock.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
e_padlock.ec Missing config file. 2007-04-05 16:57:07 +00:00
e_sureware.c Use p==NULL not !p (in if statements, mainly) 2015-05-11 10:06:38 -04:00
e_sureware.ec Step 4 of move of engines: Split e.ec into individual files for each 2002-10-11 17:41:40 +00:00
e_sureware_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_sureware_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_ubsec.c Use p==NULL not !p (in if statements, mainly) 2015-05-11 10:06:38 -04:00
e_ubsec.ec Step 4 of move of engines: Split e.ec into individual files for each 2002-10-11 17:41:40 +00:00
e_ubsec_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_ubsec_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
engine_vector.mar Add the command procedure to build external engines on VMS. 2002-10-31 15:43:00 +00:00
ia64.opt Synchronise with Unix and do all other needed modifications to have it 2010-11-22 22:04:41 +00:00
makeengines.com VMS adjustments: 2015-01-30 14:43:57 +01:00
Makefile Fix update and depend in engines/ 2015-05-23 06:33:41 +02:00
vax.opt Add the command procedure to build external engines on VMS. 2002-10-31 15:43:00 +00:00