wolfssl/cyassl/ctaocrypt
Moisés Guimarães a281c6bc6c asn: refactoring ConfirmSignature to reduce stack usage:
--- variable digest moved to the heap (20..64 bytes saved)
--- variable pubKey moved to the heap (sizeof(RsaKey) bytes saved)
--- variable encodedSig moved to the heap (512 bytes saved)
--- variable plain moved to the heap (512 bytes saved)
--- variable pubKey moved to the heap (sizeof(ecc_key) bytes saved)
--- variable md2 moved to the heap (sizeof(Md2) bytes saved)
--- variable md5 moved to the heap (sizeof(Md5) bytes saved)
--- variable sha moved to the heap (sizeof(Sha) bytes saved)
--- variable sha256 moved to the heap (sizeof(Sha256) bytes saved)
--- variable sha384 moved to the heap (sizeof(Sha384) bytes saved)
--- variable sha512 moved to the heap (sizeof(Sha512) bytes saved)

fix - In some cases, the function was returning error codes, that could be interpreted as a false positive.
2014-07-04 09:17:17 -03:00
..
port/pic32 update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
aes.h fix visual studio 64 warnings 2014-05-20 14:31:26 -07:00
arc4.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
asn_public.h Increased max AltName buffer size (for cert generation) 2014-06-03 10:58:22 +01:00
asn.h update NTRU support, with help from thesourcerer8 2014-06-05 14:42:15 -06:00
blake2-impl.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
blake2-int.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
blake2.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
camellia.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
coding.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
compress.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
des3.h fix des return values for ecb and plain cbc, allow errors 2014-05-13 16:04:52 -07:00
dh.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
dsa.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
ecc.h add optional ecc ctx info 2014-07-02 16:59:45 -07:00
error-crypt.h add error code for hmac min key len in new error range 2014-06-11 11:56:17 -07:00
fips_test.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
hc128.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
hmac.h fips mode hmac min key length for 2014 requirements 2014-06-11 11:43:17 -07:00
include.am rename port.c/.h to wc_port.c/.h to prevent FreeRTOS conflicts 2014-05-28 10:28:01 -06:00
integer.h if icc doesn't have 128bit type on x64 don't use it 2014-05-30 16:54:09 -07:00
logging.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
md2.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
md4.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
md5.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
memory.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
misc.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
mpi_class.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
mpi_superclass.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
pkcs7.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
pwdbased.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
rabbit.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
random.h Added FIPS wrappers for the DRBG and improved CTaoCrypt test. 2014-05-14 15:25:55 -07:00
ripemd.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
rsa.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
settings.h asn: refactoring ConfirmSignature to reduce stack usage: 2014-07-04 09:17:17 -03:00
sha256.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
sha512.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
sha.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
tfm.h if icc doesn't have 128bit type on x64 don't use it 2014-05-30 16:54:09 -07:00
types.h rename port.c/.h to wc_port.c/.h to prevent FreeRTOS conflicts 2014-05-28 10:28:01 -06:00
visibility.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
wc_port.h rename port.c/.h to wc_port.c/.h to prevent FreeRTOS conflicts 2014-05-28 10:28:01 -06:00