wolfssl/ctaocrypt
Moisés Guimarães d9472d65da ssl: refactoring ProcessBuffer to reduce stack usage:
--- variable password moved to the heap (80 bytes saved)
--- variable key moved to the heap (32 bytes saved)
--- variable iv moved to the heap (16 bytes saved)
--- variable Des moved to the heap (sizeof(Des) saved)
--- variable Des3 moved to the heap (sizeof(Des3) saved)
--- variable Aes moved to the heap (sizeof(Aes) saved)
--- variable RsaKey moved to the heap (sizeof(RsaKey) saved)

Utility functions added to Des, Des3 and Aes for easier decryption.
2014-09-22 11:37:36 -03:00
..
benchmark add CodeWarrior wolfCrypt benchmark project files 2014-09-19 11:25:08 -06:00
src ssl: refactoring ProcessBuffer to reduce stack usage: 2014-09-22 11:37:36 -03:00
test fixes for Freescale MQX, CodeWarrior GCC 2014-09-16 15:43:51 -06:00
ctaocrypt.sln 1.8.8 init 2011-02-05 11:14:47 -08:00
ctaocrypt.vcproj Update ctaocrypt.vcproj 2014-07-21 15:26:04 -06:00