Michael Brown
Michael Brown
DHE is now supported in iPXE as of commit https://github.com/ipxe/ipxe/commit/2c7824273 I have verified that iPXE is able to negotiate the `dhe-rsa-aes_cbc-128-sha256` cipher suite with `https://fedorapeople.org`
Reproduced in qemu: thank you for the detailed reproduction instructions
I'm pretty certain this is a false positive. Specifically: Under BIOS the IOMMU is never enabled and so all of the DMA mapping operations are no-ops. Since we care about...
I'm not sure on the best way to prevent people from tripping over this false positive in future. It can trivially be solved by e.g. modifying the `flat` API versions...
@Hammarskjold Yes, the UEFI cached DHCP support should probably be a separate issue.
> @Hammarskjold Yes, the UEFI cached DHCP support should probably be a separate issue. Created as #188
Implemented for UEFI (but not yet legacy BIOS) in commit https://github.com/ipxe/ipxe/commit/e09e1142a
It would be a nice project to implement, and if anyone wants to fund the development then I will happily take it on. (This is probably the fastest way to...
> Also, allow the use of the complete device path as the volume label. That path uses forward slashes, so maybe the URI should be written with them replaced by...
> As it stands, if a device doesn't have a label, it can't be accesses by a ipxe script with a "file://" URI. As this [commit message](https://github.com/ipxe/ipxe/commit/9913a405ea151706770559d42e758bc2c1da8525) say, mappings like...