aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/x509.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-02-24 23:21:45 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-02-24 23:21:45 +0000
commite3c0ece8c8d30b249cf4b3eef963e474dea846a1 (patch)
tree8002942d7e8ab8cee1b64270a3e680b18775bc57 /src/libstrongswan/crypto/x509.h
parent7eb4010c01f05f9c2af832225837c5f8d7331a02 (diff)
downloadstrongswan-e3c0ece8c8d30b249cf4b3eef963e474dea846a1.tar.bz2
strongswan-e3c0ece8c8d30b249cf4b3eef963e474dea846a1.tar.xz
added the create_crluri_iterator method
Diffstat (limited to 'src/libstrongswan/crypto/x509.h')
-rwxr-xr-xsrc/libstrongswan/crypto/x509.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libstrongswan/crypto/x509.h b/src/libstrongswan/crypto/x509.h
index fd129149b..824a4e170 100755
--- a/src/libstrongswan/crypto/x509.h
+++ b/src/libstrongswan/crypto/x509.h
@@ -141,6 +141,14 @@ struct x509_t {
identification_t *(*get_subject) (const x509_t *this);
/**
+ * @brief Create an iterator for the crlDistributionPoints.
+ *
+ * @param this calling object
+ * @return iterator for crlDistributionPoints
+ */
+ iterator_t *(*create_crluri_iterator) (const x509_t *this);
+
+ /**
* @brief Check if a certificate is trustworthy
*
* @param this calling object