From 59054e4f9fe3e95f8db881973901ab59a0b1ef8a Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Tue, 27 Mar 2018 15:19:06 +0200 Subject: trust: introduce the "edk2-cacerts" extractor skeleton Introduce the p11_extract_edk2_cacerts() skeleton. At the moment it always fails, silently. Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1559580 Signed-off-by: Laszlo Ersek --- trust/extract.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'trust/extract.h') diff --git a/trust/extract.h b/trust/extract.h index 2664ba0..9ce802a 100644 --- a/trust/extract.h +++ b/trust/extract.h @@ -67,6 +67,9 @@ bool p11_extract_pem_directory_hash (p11_enumerate *ex, bool p11_extract_jks_cacerts (p11_enumerate *ex, const char *destination); +bool p11_extract_edk2_cacerts (p11_enumerate *ex, + const char *destination); + bool p11_extract_openssl_bundle (p11_enumerate *ex, const char *destination); -- cgit v1.1