1#ifndef _IPXE_CERTSTORE_H
2#define _IPXE_CERTSTORE_H
struct x509_chain certstore
Certificate store.
void certstore_del(struct x509_certificate *cert)
Remove certificate from store.
void certstore_add(struct x509_certificate *cert)
Add certificate to store.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
An X.509 certificate chain.