iPXE
Functions | Variables
rootcert.h File Reference

Root certificate store. More...

#include <ipxe/x509.h>

Go to the source code of this file.

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 

Variables

const int allow_trust_override
 Flag indicating if root of trust may be overridden at runtime. More...
 
struct x509_root root_certificates
 Root certificates. More...
 

Detailed Description

Root certificate store.

Definition in file rootcert.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )

Variable Documentation

◆ allow_trust_override

const int allow_trust_override

Flag indicating if root of trust may be overridden at runtime.

Definition at line 64 of file rootcert.c.

Referenced by efi_cacert().

◆ root_certificates

struct x509_root root_certificates

Root certificates.

Definition at line 78 of file rootcert.c.

Referenced by add_tls(), efi_cacert(), ocsp_prepare_test(), rootcert_init(), x509_is_valid(), and x509_validate().