]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/Include/Guid/TlsAuthentication.h
NetworkPkg: Convert files to CRLF line ending
[mirror_edk2.git] / NetworkPkg / Include / Guid / TlsAuthentication.h
CommitLineData
7618784b
HW
1/** @file\r
2 This file defines TlsCaCertificate variable.\r
3\r
4Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
5This program and the accompanying materials are licensed and made available under\r
6the terms and conditions of the BSD License that accompanies this distribution.\r
7The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php.\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef __TLS_AUTHENTICATION_H__\r
16#define __TLS_AUTHENTICATION_H__\r
17\r
18// Private variable for CA Certificate configuration\r
19//\r
20#define EFI_TLS_CA_CERTIFICATE_GUID \\r
21 { \\r
22 0xfd2340D0, 0x3dab, 0x4349, { 0xa6, 0xc7, 0x3b, 0x4f, 0x12, 0xb4, 0x8e, 0xae } \\r
23 }\r
24\r
25#define EFI_TLS_CA_CERTIFICATE_VARIABLE L"TlsCaCertificate"\r
26\r
27extern EFI_GUID gEfiTlsCaCertificateGuid;\r
28\r
29#endif\r
30\r