summaryrefslogtreecommitdiff
path: root/src/libstrongswan/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/debug.h')
-rw-r--r--src/libstrongswan/debug.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libstrongswan/debug.h b/src/libstrongswan/debug.h
index d3399bff6..2a6ff98ad 100644
--- a/src/libstrongswan/debug.h
+++ b/src/libstrongswan/debug.h
@@ -48,10 +48,18 @@ enum debug_t {
DBG_KNL,
/** networking/sockets */
DBG_NET,
+ /** low-level encoding/decoding (ASN.1, X.509 etc.) */
+ DBG_ASN,
/** message encoding/decoding */
DBG_ENC,
/** trusted network connect */
DBG_TNC,
+ /** integrity measurement client */
+ DBG_IMC,
+ /** integrity measurement verifier */
+ DBG_IMV,
+ /** platform trust service */
+ DBG_PTS,
/** libtls */
DBG_TLS,
/** libstrongswan */