Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NetworkPkg: Do not enforce secure RNG
Since edk2-stable202405 we require EFI_RNG_PROTOCOL for various network stack drivers. We can't avoid requiring the protocol, but we do not want to insist that a secure algorithm is present. If we do leave the Pcd TRUE, DxeNetLib logs at ERROR when using OVMF `-device virtio-rng-pci`, and may do so with the available Rng in various firmware too.
- Loading branch information