blob: 7f5c3b2cfacf7f2bf4a605869e04a423d0a3bdd6 [file] [log] [blame]
Rajesh Nyamagoud4d483372022-02-09 01:38:23 +00001#pragma once
2
3#include "rust/cxx.h"
4
5bool validateCertChain(rust::Vec<rust::u8> cert_buf, uint32_t cert_len, bool strict_issuer_check);