aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/auth_cfg.h
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2010-12-23 12:17:49 +0100
committerMartin Willi <martin@revosec.ch>2011-01-05 16:46:06 +0100
commit1a79d76abc8e644b62f2c0e15c87d1cefc82c43f (patch)
tree14e8844c8f7a361b9e26da2c12a35afd69e0827c /src/libstrongswan/credentials/auth_cfg.h
parent968e5e665b8703eb8ab9e009dbe0996b569954f5 (diff)
downloadstrongswan-1a79d76abc8e644b62f2c0e15c87d1cefc82c43f.tar.bz2
strongswan-1a79d76abc8e644b62f2c0e15c87d1cefc82c43f.tar.xz
Added an AUTH_HELPER for revocation certificates
Diffstat (limited to 'src/libstrongswan/credentials/auth_cfg.h')
-rw-r--r--src/libstrongswan/credentials/auth_cfg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstrongswan/credentials/auth_cfg.h b/src/libstrongswan/credentials/auth_cfg.h
index 8391f79b0..489ce1134 100644
--- a/src/libstrongswan/credentials/auth_cfg.h
+++ b/src/libstrongswan/credentials/auth_cfg.h
@@ -105,6 +105,8 @@ enum auth_rule_t {
AUTH_HELPER_IM_HASH_URL,
/** Hash and URL of a end-entity certificate, char* */
AUTH_HELPER_SUBJECT_HASH_URL,
+ /** revocation certificate (CRL, OCSP), certificate_t* */
+ AUTH_HELPER_REVOCATION_CERT,
};
/**