wolfssl/tests
John Safranek b60a61fa94 DHE-PSK cipher suites
1. fixed the AES-CCM-16 suites
2. added DHE-PSK as a key-exchange algorithm type
3. Added infrastructure for new suites:
 * TLS_DHE_PSK_WITH_AES_128_GCM_SHA256
 * TLS_DHE_PSK_WITH_AES_256_GCM_SHA384
 * TLS_DHE_PSK_WITH_AES_128_CBC_SHA256
 * TLS_DHE_PSK_WITH_AES_256_CBC_SHA384
 * TLS_DHE_PSK_WITH_NULL_SHA256
 * TLS_DHE_PSK_WITH_NULL_SHA384
 * TLS_DHE_PSK_WITH_AES_128_CCM
 * TLS_DHE_PSK_WITH_AES_256_CCM
4. added test cases for new suites
5. set DHE parameters on test server when using PSK and a custom cipher
suite list
6. updated half premaster key size
2014-05-30 11:26:48 -07:00
..
api.c update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
hash.c SHA256, SHA384 and SHA512 error propagation. Major impact on Hmac functions with error propagation. 2014-04-14 21:36:04 -03:00
include.am force make tests to run serially 2014-03-06 21:34:33 -08:00
suites.c update FSF address, wolfSSL copyright 2014-04-11 15:58:58 -06:00
test-dtls.conf 1. Added the following cipher suites: 2014-05-19 21:44:04 -07:00
test.conf DHE-PSK cipher suites 2014-05-30 11:26:48 -07:00
unit.c Reenabled examples when building single-threaded. 2014-02-11 18:59:20 -08:00
unit.h merge in sni 2013-05-21 14:37:50 -07:00