diff options
author | Martin Willi <martin@revosec.ch> | 2010-08-24 08:42:10 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2010-08-24 08:45:49 +0200 |
commit | bda7d9d940d73f0a0d5b19136d99ea16b5178844 (patch) | |
tree | 482cdf48130be6d2e250fe9210661b840baac7ff /src/libtls/tls.h | |
parent | f55f9c4e1ed1b0cfdd9e0ae75b4b76ec22ff80b4 (diff) | |
download | strongswan-bda7d9d940d73f0a0d5b19136d99ea16b5178844.tar.bz2 strongswan-bda7d9d940d73f0a0d5b19136d99ea16b5178844.tar.xz |
Added generic TLS purposes
Diffstat (limited to 'src/libtls/tls.h')
-rw-r--r-- | src/libtls/tls.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libtls/tls.h b/src/libtls/tls.h index 36ca59201..aa840f8fe 100644 --- a/src/libtls/tls.h +++ b/src/libtls/tls.h @@ -98,6 +98,10 @@ enum tls_purpose_t { TLS_PURPOSE_EAP_TTLS, /** EAP-TTLS with client authentication */ TLS_PURPOSE_EAP_TTLS_CLIENT_AUTH, + /** non-EAP TLS without client authentication */ + TLS_PURPOSE_GENERIC, + /** non-EAP TLS with client authentication */ + TLS_PURPOSE_GENERIC_CLIENT_AUTH, }; /** |