iPXE
TlsAuthentication.h
Go to the documentation of this file.
1 /** @file
2  This file defines TlsCaCertificate variable.
3 
4 Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6 
7 **/
8 
9 #ifndef __TLS_AUTHENTICATION_H__
10 #define __TLS_AUTHENTICATION_H__
11 
12 FILE_LICENCE ( BSD2_PATENT );
13 
14 // Private variable for CA Certificate configuration
15 //
16 #define EFI_TLS_CA_CERTIFICATE_GUID \
17  { \
18  0xfd2340D0, 0x3dab, 0x4349, { 0xa6, 0xc7, 0x3b, 0x4f, 0x12, 0xb4, 0x8e, 0xae } \
19  }
20 
21 #define EFI_TLS_CA_CERTIFICATE_VARIABLE L"TlsCaCertificate"
22 
24 
25 #endif
EFI_GUID gEfiTlsCaCertificateGuid
128 bit buffer containing a unique identifier value.
Definition: Base.h:215
FILE_LICENCE(BSD2_PATENT)