Added missing break when building TLS cipher suites
This commit is contained in:
@@ -1755,6 +1755,7 @@ tls_crypto_t *tls_crypto_create(tls_t *tls, tls_cache_t *cache)
|
|||||||
/* MSK PRF ASCII constant label according to EAP-TLS RFC 5216 */
|
/* MSK PRF ASCII constant label according to EAP-TLS RFC 5216 */
|
||||||
this->msk_label = "client EAP encryption";
|
this->msk_label = "client EAP encryption";
|
||||||
build_cipher_suite_list(this, FALSE);
|
build_cipher_suite_list(this, FALSE);
|
||||||
|
break;
|
||||||
case TLS_PURPOSE_EAP_PEAP:
|
case TLS_PURPOSE_EAP_PEAP:
|
||||||
this->msk_label = "client EAP encryption";
|
this->msk_label = "client EAP encryption";
|
||||||
build_cipher_suite_list(this, TRUE);
|
build_cipher_suite_list(this, TRUE);
|
||||||
|
|||||||
Reference in New Issue
Block a user