#define PRIO_RSA "NONE:+VERS-TLS1.0:+AES-128-CBC:+SHA1:+SIGN-ALL:+COMP-NULL:+RSA"
#define PRIO_ARCFOUR_128_SHA1 "NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+SIGN-ALL:+COMP-NULL:+RSA"
-#define PRIO_SALSA20_256_UMAC_96 "NONE:+VERS-TLS1.0:+SALSA20-256:+UMAC-96:+SIGN-ALL:+COMP-NULL:+RSA"
#define PRIO_AES_CBC_SHA1 "NONE:+VERS-TLS1.0:+AES-128-CBC:+SHA1:+SIGN-ALL:+COMP-NULL:+RSA"
#define PRIO_ARCFOUR_128_MD5 "NONE:+VERS-TLS1.0:+ARCFOUR-128:+MD5:+SIGN-ALL:+COMP-NULL:+RSA"
("Testing throughput in cipher/MAC combinations (payload: %d bytes)\n",
size);
- test_ciphersuite(PRIO_SALSA20_256_UMAC_96, size);
test_ciphersuite(PRIO_SALSA20_256_SHA1, size);
test_ciphersuite(PRIO_ARCFOUR_128_SHA1, size);
test_ciphersuite(PRIO_ARCFOUR_128_MD5, size);
printf
("\nTesting throughput in cipher/MAC combinations (payload: %d bytes)\n",
size);
- test_ciphersuite(PRIO_SALSA20_256_UMAC_96, size);
test_ciphersuite(PRIO_SALSA20_256_SHA1, size);
test_ciphersuite(PRIO_ARCFOUR_128_SHA1, size);
test_ciphersuite(PRIO_ARCFOUR_128_MD5, size);