VirtualBox

Ignore:
Timestamp:
Apr 14, 2023 3:17:44 PM (22 months ago)
Author:
vboxsync
Message:

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

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

Legend:

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

  • trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/NetworkDefines.dsc.inc

    r89983 r99404  
    2020#   DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS = FALSE
    2121#   DEFINE NETWORK_ISCSI_ENABLE           = FALSE
     22#   DEFINE NETWORK_ISCSI_MD5_ENABLE       = TRUE
    2223#   DEFINE NETWORK_VLAN_ENABLE            = TRUE
    2324#
     
    118119!endif
    119120
     121!ifndef NETWORK_ISCSI_MD5_ENABLE
     122  #
     123  # This flag enables the deprecated MD5 hash algorithm in iSCSI CHAP
     124  # authentication.
     125  #
     126  # Note: The NETWORK_ISCSI_MD5_ENABLE flag only makes a difference if
     127  #       NETWORK_ISCSI_ENABLE is TRUE; otherwise, NETWORK_ISCSI_MD5_ENABLE is
     128  #       ignored.
     129  #
     130  #       With NETWORK_ISCSI_MD5_ENABLE set to TRUE, MD5 is enabled as the
     131  #       least preferred CHAP hash algorithm. With NETWORK_ISCSI_MD5_ENABLE
     132  #       set to FALSE, MD5 is disabled statically, at build time.
     133  #
     134  #       The default value is TRUE, because RFC 7143 mandates MD5, and because
     135  #       several vendors' iSCSI targets only support MD5, for CHAP.
     136  #
     137  DEFINE NETWORK_ISCSI_MD5_ENABLE = TRUE
     138!endif
     139
    120140!if $(NETWORK_ENABLE) == TRUE
    121141  #
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