TianoCore EDK2 master
Loading...
Searching...
No Matches
TlsAuthentication.h
Go to the documentation of this file.
1
9#ifndef __TLS_AUTHENTICATION_H__
10#define __TLS_AUTHENTICATION_H__
11
12// Private variable for CA Certificate configuration
13//
14#define EFI_TLS_CA_CERTIFICATE_GUID \
15 { \
16 0xfd2340D0, 0x3dab, 0x4349, { 0xa6, 0xc7, 0x3b, 0x4f, 0x12, 0xb4, 0x8e, 0xae } \
17 }
18
19#define EFI_TLS_CA_CERTIFICATE_VARIABLE L"TlsCaCertificate"
20
21extern EFI_GUID gEfiTlsCaCertificateGuid;
22
23#endif
Definition: Base.h:213