aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi/ffi.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-08-16 19:07:24 -0400
committerJack Lloyd <[email protected]>2018-08-16 19:07:24 -0400
commit5d15cbbad729cde83f35ca4e73c3afd62f0e5f7c (patch)
treea5f01f545f848e809e4b39ba7f03f507ab244f0f /src/lib/ffi/ffi.h
parentabac219d8a0a48b7d03221cbd9c3f84127acaa01 (diff)
Add args for botan FFI cert verification for hostname and time
Diffstat (limited to 'src/lib/ffi/ffi.h')
-rw-r--r--src/lib/ffi/ffi.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/ffi/ffi.h b/src/lib/ffi/ffi.h
index a680a0c19..19e04ce4d 100644
--- a/src/lib/ffi/ffi.h
+++ b/src/lib/ffi/ffi.h
@@ -1420,7 +1420,9 @@ BOTAN_PUBLIC_API(2,8) int botan_x509_cert_verify(
const botan_x509_cert_t* trusted,
size_t trusted_len,
const char* trusted_path,
- size_t required_strength);
+ size_t required_strength,
+ const char* hostname,
+ uint64_t reference_time);
/**
* Returns a pointer to a static character string explaining the status code,