aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls.h
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2010-08-23 14:31:21 +0200
committerMartin Willi <martin@revosec.ch>2010-08-23 15:13:48 +0200
commitc310881a11d2c99f52ed95435259b69336a89343 (patch)
tree1441e998f9b3d319a5e1e91a1ab1e56a0b5e965b /src/libtls/tls.h
parent5ff8c62707530031b0e05345bd496154738542a6 (diff)
downloadstrongswan-c310881a11d2c99f52ed95435259b69336a89343.tar.bz2
strongswan-c310881a11d2c99f52ed95435259b69336a89343.tar.xz
Added a TLS purpose for EAP-TTLS with client authentication
Diffstat (limited to 'src/libtls/tls.h')
-rw-r--r--src/libtls/tls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libtls/tls.h b/src/libtls/tls.h
index a426d7618..5c06686b7 100644
--- a/src/libtls/tls.h
+++ b/src/libtls/tls.h
@@ -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,
};
/**