summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/Eap.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2012-07-05 04:52:43 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2012-07-05 04:52:43 +0000
commitb37aa2c645ff7e9c2209fe325f6078813ff462cd (patch)
tree029df38d075050b3205d1f314c2ce8d6a8c96101 /MdePkg/Include/Protocol/Eap.h
parented71a22c185ad4b5311812854ee614ad7974ef31 (diff)
downloadedk2-b37aa2c645ff7e9c2209fe325f6078813ff462cd.tar.gz
edk2-b37aa2c645ff7e9c2209fe325f6078813ff462cd.tar.bz2
edk2-b37aa2c645ff7e9c2209fe325f6078813ff462cd.zip
Update header file to match UEFI231B mantis 771, 850, 853 and 857.
Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Hot Tian <hot.tian@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13504 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/Eap.h')
-rw-r--r--MdePkg/Include/Protocol/Eap.h20
1 files changed, 13 insertions, 7 deletions
diff --git a/MdePkg/Include/Protocol/Eap.h b/MdePkg/Include/Protocol/Eap.h
index f1c45d495c..9b445e25a0 100644
--- a/MdePkg/Include/Protocol/Eap.h
+++ b/MdePkg/Include/Protocol/Eap.h
@@ -2,10 +2,10 @@
EFI EAP(Extended Authenticaton Protocol) Protocol Definition
The EFI EAP Protocol is used to abstract the ability to configure and extend the
EAP framework.
- The definitions in this file are defined in UEFI Specification 2.3, which have
+ The definitions in this file are defined in UEFI Specification 2.3.1B, which have
not been verified by one implementation yet.
- Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -37,13 +37,17 @@ typedef struct _EFI_EAP_PROTOCOL EFI_EAP_PROTOCOL;
typedef VOID * EFI_PORT_HANDLE;
///
-/// EAP Authentication Method Type (RFC 2284 Section 3)
+/// EAP Authentication Method Type (RFC 3748)
///@{
-#define EFI_EAP_TYPE_MD5 0x4 ///< REQUIRED
-#define EFI_EAP_TYPE_OTP 0x5 ///< OPTIONAL
-#define EFI_EAP_TYPE_TOKEN_CARD 0x6 ///< OPTIONAL
+#define EFI_EAP_TYPE_TLS 13 ///< REQUIRED - RFC 5216
///@}
+//
+// EAP_TYPE MD5, OTP and TOEKN_CARD has been removed from UEFI2.3.1B.
+//
+#define EFI_EAP_TYPE_MD5 0x4
+#define EFI_EAP_TYPE_OTP 0x5
+#define EFI_EAP_TYPE_TOKEN_CARD 0x6
/**
One user provided EAP authentication method.
@@ -85,7 +89,9 @@ EFI_STATUS
returned.
If the EAP authentication method of EapAuthType is unsupported by the Ports, then it will
return EFI_UNSUPPORTED.
-
+ The cryptographic strength of EFI_EAP_TYPE_TLS shall be at least of hash strength
+ SHA-256 and RSA key length of at least 2048 bits.
+
@param[in] This A pointer to the EFI_EAP_PROTOCOL instance that indicates
the calling context.
@param[in] EapAuthType The type of the EAP authentication method to register. It should