added support of OCSP accessLocations

This commit is contained in:
Andreas Steffen
2007-02-25 08:15:46 +00:00
parent 508d22b2f9
commit 9c6032510f
2 changed files with 31 additions and 10 deletions
+8
View File
@@ -148,6 +148,14 @@ struct x509_t {
*/
iterator_t *(*create_crluri_iterator) (const x509_t *this);
/**
* @brief Create an iterator for the ocspAccessLocations.
*
* @param this calling object
* @return iterator for ocspAccessLocations
*/
iterator_t *(*create_ocspuri_iterator) (const x509_t *this);
/**
* @brief Check if a certificate is trustworthy
*