aboutsummaryrefslogtreecommitdiffstats
path: root/include/x509stor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/x509stor.h')
-rw-r--r--include/x509stor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/x509stor.h b/include/x509stor.h
index 2010d7e7c..4c0681496 100644
--- a/include/x509stor.h
+++ b/include/x509stor.h
@@ -87,7 +87,7 @@ class BOTAN_DLL X509_Store
class BOTAN_DLL Cert_Info
{
public:
- bool is_verified() const;
+ bool is_verified(u32bit timeout) const;
bool is_trusted() const;
X509_Code verify_result() const;
void set_result(X509_Code) const;
@@ -126,7 +126,7 @@ class BOTAN_DLL X509_Store
std::vector<Cert_Info> certs;
std::vector<CRL_Data> revoked;
std::vector<Certificate_Store*> stores;
- u32bit time_slack;
+ u32bit time_slack, validation_cache_timeout;
mutable bool revoked_info_valid;
};