wolfssl/ctaocrypt
Moisés Guimarães 30977adc84 asn: refactoring MakeSignature to reduce stack usage:
--- variable encSig moved to the heap (98 bytes saved)
--- variable md5 moved to util function (sizeof(Md5) bytes saved)
--- variable sha moved to util function (sizeof(Sha) bytes saved)
--- variable sha256 moved to util function (sizeof(Sha256) bytes saved)

add cast to variables that may not be used in some builds.
fix - put RSA code inside #ifndef NO_RSA
2014-07-04 09:40:19 -03:00
..
benchmark add sizeof ints back to certs_test.h, fix cert buffer usage in benchmark.c 2014-07-01 09:38:12 -06:00
src asn: refactoring MakeSignature to reduce stack usage: 2014-07-04 09:40:19 -03:00
test add optional ecc ctx info 2014-07-02 16:59:45 -07:00
ctaocrypt.sln 1.8.8 init 2011-02-05 11:14:47 -08:00
ctaocrypt.vcproj rename port.c/.h to wc_port.c/.h to prevent FreeRTOS conflicts 2014-05-28 10:28:01 -06:00