VirtualBox

Ignore:
Timestamp:
Oct 28, 2015 8:17:18 PM (9 years ago)
Author:
vboxsync
Message:

EFI/Firmware: 'svn merge /vendor/edk2/UDK2010.SR1 /vendor/edk2/current .', reverting and removing files+dirs listed in ReadMe.vbox, resolving conflicts with help from ../UDK2014.SP1/. This is a raw untested merge.

Location:
trunk/src/VBox/Devices/EFI/Firmware
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware

  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/Eap.h

    r48674 r58459  
    33  The EFI EAP Protocol is used to abstract the ability to configure and extend the
    44  EAP framework.
    5   The definitions in this file are defined in UEFI Specification 2.3, which have
     5  The definitions in this file are defined in UEFI Specification 2.3.1B, which have
    66  not been verified by one implementation yet.
    77
    8   Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
     8  Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>
    99  This program and the accompanying materials
    1010  are licensed and made available under the terms and conditions of the BSD License
     
    3838
    3939///
    40 /// EAP Authentication Method Type (RFC 2284 Section 3)
     40/// EAP Authentication Method Type (RFC 3748)
    4141///@{
    42 #define EFI_EAP_TYPE_MD5                0x4   ///< REQUIRED
    43 #define EFI_EAP_TYPE_OTP                0x5   ///< OPTIONAL
    44 #define EFI_EAP_TYPE_TOKEN_CARD         0x6   ///< OPTIONAL
     42#define EFI_EAP_TYPE_TLS 13 ///< REQUIRED - RFC 5216
    4543///@}
    4644
     45//
     46// EAP_TYPE MD5, OTP and TOEKN_CARD has been removed from UEFI2.3.1B.
     47//
     48#define EFI_EAP_TYPE_MD5                0x4
     49#define EFI_EAP_TYPE_OTP                0x5
     50#define EFI_EAP_TYPE_TOKEN_CARD         0x6
    4751
    4852/**
     
    8690  If the EAP authentication method of EapAuthType is unsupported by the Ports, then it will
    8791  return EFI_UNSUPPORTED.
    88 
     92  The cryptographic strength of EFI_EAP_TYPE_TLS shall be at least of hash strength
     93  SHA-256 and RSA key length of at least 2048 bits.
     94 
    8995  @param[in] This                A pointer to the EFI_EAP_PROTOCOL instance that indicates
    9096                                 the calling context.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette