wolfssl/cyassl
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
..
ctaocrypt asn: refactoring ConfirmSignature to reduce stack usage: 2014-07-04 09:17:17 -03:00
openssl Merge branch 'const_errorstrings' of https://github.com/rofl0r/cyassl into errstr 2014-05-14 14:51:40 -07:00
callbacks.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
certs_test.h add sizeof ints back to certs_test.h, fix cert buffer usage in benchmark.c 2014-07-01 09:38:12 -06:00
crl.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
error-ssl.h make more room for wolfCrypt error range 2014-06-11 11:50:14 -07:00
include.am resolve pull request merge conflict 2014-03-25 11:39:07 -07:00
internal.h dh now disabled by default but can be enabled w/o opensslextra 2014-07-03 11:32:24 -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 update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
sniffer_error.rc add AesCbc fips mode 2014-03-19 16:43:52 -07:00
sniffer.h update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
ssl.h make default I/O callbacks external for user to base/wrap if desired 2014-07-01 09:27:31 -07:00
test.h dh now disabled by default but can be enabled w/o opensslextra 2014-07-03 11:32:24 -07:00
version.h bump dev version 2014-05-30 17:02:30 -07:00
version.h.in update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00