wolfssl/cyassl
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
..
ctaocrypt ssl: refactoring ProcessBuffer to reduce stack usage: 2014-09-22 11:37:36 -03:00
openssl uses most recent version of cyassl 2014-07-10 11:18:49 -06:00
callbacks.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
certs_test.h sanity check and recent cyassl release 2014-07-18 14:42:45 -06:00
crl.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
error-ssl.h Renames TLSX_Append to TLSX_Push, adding data param and making sure the list doesn't holds duplicate extensions. 2014-09-16 20:33:17 -03:00
include.am resolve pull request merge conflict 2014-03-25 11:39:07 -07:00
internal.h switch to extensions secure r state 2014-09-16 17:26:57 -07:00
ocsp.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
options.h.in update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
sniffer_error.h Don't allow sniffer to decrypt records if the key hasn't been setup. (Possible with misbehaving client.) 2014-08-19 22:38:04 -07:00
sniffer_error.rc Don't allow sniffer to decrypt records if the key hasn't been setup. (Possible with misbehaving client.) 2014-08-19 22:38:04 -07:00
sniffer.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
ssl.h adds record_overflow alert used by max_fragment_length tls extension. 2014-09-18 21:53:10 -03:00
test.h fix tirtos merge 2014-09-08 19:40:03 -07:00
version.h bump version to 3.2.0 2014-09-10 16:46:39 -06:00
version.h.in update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00