Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NetworkPkg: Do not enforce secure RNG #66

Closed
wants to merge 1 commit into from

Commits on Aug 11, 2024

  1. 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 level DEBUG_ERROR when
    using OVMF -device virtio-rng-pci (even though the RN generation
    eventually succeeds), and it may do so with the available Rng in
    various firmware too (and there, the RN generation may not succeed,
    if none of the required algos are present).
    mikebeaton committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    06ad667 View commit details
    Browse the repository at this point in the history