add HC-128 Blake2b 256 cipher suite for speed test

This commit is contained in:
toddouska
2013-10-23 17:13:54 -07:00
parent 14f4162180
commit c039b0106a
10 changed files with 236 additions and 5 deletions

View File

@@ -7581,6 +7581,10 @@ CYASSL_X509* CyaSSL_X509_load_certificate_file(const char* fname, int format)
case TLS_RSA_WITH_HC_128_CBC_SHA :
return "TLS_RSA_WITH_HC_128_CBC_SHA";
#endif
#ifdef HAVE_BLAKE2
case TLS_RSA_WITH_HC_128_CBC_B2B256:
return "TLS_RSA_WITH_HC_128_CBC_B2B256";
#endif
#endif /* NO_HC128 */
#ifndef NO_SHA
#ifndef NO_RABBIT