]> git.proxmox.com Git - mirror_edk2.git/blob - NetworkPkg/Include/Guid/TlsAuthentication.h
NetworkPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / NetworkPkg / Include / Guid / TlsAuthentication.h
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 // 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
21 extern EFI_GUID gEfiTlsCaCertificateGuid;
22
23 #endif
24