iPXE
TlsAuthentication.h File Reference

This file defines TlsCaCertificate variable. More...

Go to the source code of this file.

Macros

#define EFI_TLS_CA_CERTIFICATE_GUID
#define EFI_TLS_CA_CERTIFICATE_VARIABLE   L"TlsCaCertificate"

Functions

 FILE_LICENCE (BSD2_PATENT)
 FILE_SECBOOT (PERMITTED)

Variables

EFI_GUID gEfiTlsCaCertificateGuid

Detailed Description

This file defines TlsCaCertificate variable.

Copyright (c) 2016, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file TlsAuthentication.h.

Macro Definition Documentation

◆ EFI_TLS_CA_CERTIFICATE_GUID

#define EFI_TLS_CA_CERTIFICATE_GUID
Value:
{ \
0xfd2340D0, 0x3dab, 0x4349, { 0xa6, 0xc7, 0x3b, 0x4f, 0x12, 0xb4, 0x8e, 0xae } \
}

Definition at line 17 of file TlsAuthentication.h.

17#define EFI_TLS_CA_CERTIFICATE_GUID \
18 { \
19 0xfd2340D0, 0x3dab, 0x4349, { 0xa6, 0xc7, 0x3b, 0x4f, 0x12, 0xb4, 0x8e, 0xae } \
20 }

◆ EFI_TLS_CA_CERTIFICATE_VARIABLE

#define EFI_TLS_CA_CERTIFICATE_VARIABLE   L"TlsCaCertificate"

Definition at line 22 of file TlsAuthentication.h.

Referenced by efi_cacert_all().

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( BSD2_PATENT )

◆ FILE_SECBOOT()

FILE_SECBOOT ( PERMITTED )

Variable Documentation

◆ gEfiTlsCaCertificateGuid

EFI_GUID gEfiTlsCaCertificateGuid
extern