fix(security): ensure unpairing takes effect without restart (#2365)

This commit is contained in:
ReenigneArcher
2024-04-06 16:39:16 -04:00
committed by GitHub
parent 3c13027a61
commit b7aa8119f1
3 changed files with 13 additions and 4 deletions

View File

@@ -73,6 +73,9 @@ namespace crypto {
void
add(x509_t &&cert);
void
clear();
const char *
verify(x509_t::element_type *cert);