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

Add Entropy Source and DRNG Manager (ESDM) RNG support #4309

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 17, 2024

  1. Add Entropy Source and DRNG Manager (ESDM) RNG support

    ESDM is a Linux-based user-space PRNG daemon, with configurable entropy
    sources.
    
    See: https://github.com/smuellerDD/esdm
    
    It currently gets used, when a high level of control over entropy
    sources is desirable, e.g. for VPN appliance solutions.
    
    In order to use this source, the ESDM server daemon has to be running
    and botan must be configured --with-esdm.
    
    ESDM currently works only on Linux.
    
    Signed-off-by: Markus Theil <[email protected]>
    thillux committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    f2aa372 View commit details
    Browse the repository at this point in the history