Added a TLS purpose for EAP-TTLS with client authentication

This commit is contained in:
Martin Willi
2010-08-23 15:13:48 +02:00
parent 5ff8c62707
commit c310881a11
3 changed files with 4 additions and 0 deletions
+2
View File
@@ -96,6 +96,8 @@ enum tls_purpose_t {
TLS_PURPOSE_EAP_TLS,
/** outer authentication and protection in EAP-TTLS */
TLS_PURPOSE_EAP_TTLS,
/** EAP-TTLS with client authentication */
TLS_PURPOSE_EAP_TTLS_CLIENT_AUTH,
};
/**