|
iPXE
|
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... | |
Root certificate store.
Definition in file rootcert.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| 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().
| 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().
1.8.15