1 #ifndef _IPXE_CERTSTORE_H 2 #define _IPXE_CERTSTORE_H void certstore_add(struct x509_certificate *cert)
Add certificate to store.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
An X.509 certificate chain.
void certstore_del(struct x509_certificate *cert)
Remove certificate from store.
struct x509_chain certstore
Certificate store.