wolfssl/src
David Garske d21603334b Added build option `USE_ECDSA_KEYSZ_HASH_ALGO` to alter the hash algorithm selection for `ecc_dsa_sa_algo`. With this build option we try and choose a hash algorithm digest size that matches the ephemeral key size, if not found then will match on next highest. We've seen cases with some Windows based TLS client's where they do not properly support hashing a smaller ephemeral key with a larger hash digest size (such as P-256 key and SHA512 hash). 2018-10-25 09:19:35 -07:00
..
bio.c
crl.c
include.am
internal.c Added build option `USE_ECDSA_KEYSZ_HASH_ALGO` to alter the hash algorithm selection for `ecc_dsa_sa_algo`. With this build option we try and choose a hash algorithm digest size that matches the ephemeral key size, if not found then will match on next highest. We've seen cases with some Windows based TLS client's where they do not properly support hashing a smaller ephemeral key with a larger hash digest size (such as P-256 key and SHA512 hash). 2018-10-25 09:19:35 -07:00
keys.c
ocsp.c
sniffer.c
ssl.c Merge pull request #1878 from kaleb-himes/TEST_COVERAGE_3 2018-10-17 13:47:10 -07:00
tls.c Revert change from PR #1845 commit 24f9f12844. This ensure the ephemeral key is P-256 or the overridden value determined by `wolfSSL_CTX_SetTmpEC_DHE_Sz` and `wolfSSL_SetTmpEC_DHE_Sz`. This restores previous behavior from last release. 2018-10-24 09:48:03 -07:00
tls13.c Only do early data in initial handshake when using PSK 2018-10-24 09:47:30 +10:00
wolfio.c Fixed MINGW32 build errors 2018-10-03 13:58:51 -07:00