diff options
author | Martin Willi <martin@revosec.ch> | 2014-04-01 14:53:28 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2014-04-01 14:53:28 +0200 |
commit | b87f7840bc090de5b76328c4c12dfb7e27e73f7e (patch) | |
tree | e50a2bad6ed7edbd0151516ff7220de44c25d6eb /src/libtls/tls.h | |
parent | 96e3142c39a69cfc99fc808f2df3f9d409b05357 (diff) | |
parent | 5ba9f734577321f0445ee38625cdea075d1bb9cf (diff) | |
download | strongswan-b87f7840bc090de5b76328c4c12dfb7e27e73f7e.tar.bz2 strongswan-b87f7840bc090de5b76328c4c12dfb7e27e73f7e.tar.xz |
Merge branch 'tls-unit-tests'
Add some initial unit-tests to libtls, testing all supported cipher suites
against self, both with and without client authentication, for all supported
TLS versions.
Diffstat (limited to 'src/libtls/tls.h')
-rw-r--r-- | src/libtls/tls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libtls/tls.h b/src/libtls/tls.h index db332fbbf..fc1d9b9fd 100644 --- a/src/libtls/tls.h +++ b/src/libtls/tls.h @@ -107,6 +107,8 @@ enum tls_purpose_t { TLS_PURPOSE_EAP_PEAP, /** non-EAP TLS */ TLS_PURPOSE_GENERIC, + /** non-EAP TLS accepting NULL encryption */ + TLS_PURPOSE_GENERIC_NULLOK, /** EAP binding for TNC */ TLS_PURPOSE_EAP_TNC }; |