Changeset 99404 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/NetworkDefines.dsc.inc
- Timestamp:
- Apr 14, 2023 3:17:44 PM (22 months ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-145445 /vendor/edk2/current 103735-103757,103769-103776,129194-156846
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/NetworkDefines.dsc.inc
r89983 r99404 20 20 # DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS = FALSE 21 21 # DEFINE NETWORK_ISCSI_ENABLE = FALSE 22 # DEFINE NETWORK_ISCSI_MD5_ENABLE = TRUE 22 23 # DEFINE NETWORK_VLAN_ENABLE = TRUE 23 24 # … … 118 119 !endif 119 120 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 120 140 !if $(NETWORK_ENABLE) == TRUE 121 141 #
Note:
See TracChangeset
for help on using the changeset viewer.