summaryrefslogtreecommitdiff
path: root/trust/extract.h
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2018-03-27 15:19:06 +0200
committerDaiki Ueno <ueno@gnu.org>2018-03-30 08:45:49 +0200
commit59054e4f9fe3e95f8db881973901ab59a0b1ef8a (patch)
tree6ab24e1b8650df8e758ce0bdd2df5eba22f4b341 /trust/extract.h
parentba6ebb05fc0c8010d8510984ce3c5f908edf13b6 (diff)
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 <lersek@redhat.com>
Diffstat (limited to 'trust/extract.h')
-rw-r--r--trust/extract.h3
1 files changed, 3 insertions, 0 deletions
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);