1 | // /** @file
|
---|
2 | // This package provides network modules that conform to UEFI 2.4 specification.
|
---|
3 | //
|
---|
4 | // This package provides network modules that conform to UEFI 2.4 specification.
|
---|
5 | //
|
---|
6 | // Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
|
---|
7 | //
|
---|
8 | // This program and the accompanying materials are licensed and made available under
|
---|
9 | // the terms and conditions of the BSD License which accompanies this distribution.
|
---|
10 | // The full text of the license may be found at
|
---|
11 | // http://opensource.org/licenses/bsd-license.php
|
---|
12 | //
|
---|
13 | // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
---|
14 | // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
---|
15 | //
|
---|
16 | // **/
|
---|
17 |
|
---|
18 |
|
---|
19 | #string STR_PACKAGE_ABSTRACT #language en-US "This package provides network modules that conform to UEFI 2.4 specification."
|
---|
20 |
|
---|
21 | #string STR_PACKAGE_DESCRIPTION #language en-US "This package provides network modules that conform to UEFI 2.4 specification."
|
---|
22 |
|
---|
23 |
|
---|
24 |
|
---|
25 | #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecUefiCaFile_PROMPT #language en-US "CA file."
|
---|
26 |
|
---|
27 | #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecUefiCaFile_HELP #language en-US "CA certificate used by IPsec."
|
---|
28 |
|
---|
29 | #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecUefiCaFileSize_PROMPT #language en-US "CA file's size."
|
---|
30 |
|
---|
31 | #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecUefiCaFileSize_HELP #language en-US "CA certificate file's size."
|
---|
32 |
|
---|
33 | #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecUefiCertificate_PROMPT #language en-US "Pubic Key for remote peer."
|
---|
34 |
|
---|
35 | #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecUefiCertificate_HELP #language en-US "X509 certificate as Public Key which is used by IPsec (DER format)"
|
---|
36 |
|
---|
37 | #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecUefiCertificateSize_PROMPT #language en-US "Pubic Key's size."
|
---|
38 |
|
---|
39 | #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecUefiCertificateSize_HELP #language en-US "X509 certificate as Public Key's size."
|
---|
40 |
|
---|
41 | #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecUefiCertificateKey_PROMPT #language en-US "Private Key."
|
---|
42 |
|
---|
43 | #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecUefiCertificateKey_HELP #language en-US "Private Key used by IPsec (PEM format)."
|
---|
44 |
|
---|
45 | #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecUefiCertificateKeySize_PROMPT #language en-US "Private Key's size."
|
---|
46 |
|
---|
47 | #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecUefiCertificateKeySize_HELP #language en-US "Private Key's size."
|
---|
48 |
|
---|
49 | #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecCertificateEnabled_PROMPT #language en-US "Enable IPsec IKEv2 Certificate Authentication."
|
---|
50 |
|
---|
51 | #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecCertificateEnabled_HELP #language en-US "Indicates if the IPsec IKEv2 Certificate Authentication feature is enabled or not.<BR><BR>\n"
|
---|
52 | "TRUE - Certificate Authentication feature is enabled.<BR>\n"
|
---|
53 | "FALSE - Does not support Certificate Authentication.<BR>"
|
---|
54 |
|
---|