diff options
author | Jack Lloyd <[email protected]> | 2018-08-16 19:07:24 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-08-16 19:07:24 -0400 |
commit | 5d15cbbad729cde83f35ca4e73c3afd62f0e5f7c (patch) | |
tree | a5f01f545f848e809e4b39ba7f03f507ab244f0f /src/lib/ffi/ffi.h | |
parent | abac219d8a0a48b7d03221cbd9c3f84127acaa01 (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.h | 4 |
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, |