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

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

◆ root_certificates

struct x509_root root_certificates

Root certificates.

Definition at line 73 of file rootcert.c.

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