wolfssl/ctaocrypt
Moisés Guimarães 46d0f68097 pkcs7: refactoring PKCS7_DecodeEnvelopedData to reduce stack usage: ~ 9 * sizeof(mp_int) bytes + 512 bytes moved to the heap.
--- variable privKey moved to the heap (more than 8 * sizeof(mp_int) bytes saved)
--- variable encryptedKey moved to the heap (512 bytes saved)
--- variable serialNum moved to the heap (sizeof(mp_int) bytes saved)
2014-06-20 14:52:16 -03:00
..
benchmark add debugging output to benchmark 2014-05-19 17:06:56 -07:00
src pkcs7: refactoring PKCS7_DecodeEnvelopedData to reduce stack usage: ~ 9 * sizeof(mp_int) bytes + 512 bytes moved to the heap. 2014-06-20 14:52:16 -03:00
test fips mode hmac min key length for 2014 requirements 2014-06-11 11:43:17 -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