-
-
Notifications
You must be signed in to change notification settings - Fork 489
Closed
Labels
E-help-wantedParticipation: help wantedParticipation: help wanted
Description
Amazon's 2sn RNG uses three layers of protection to prevent leaking private-key values when forking a process and copying generators:
- Use extra entropy from RDRAND for each generated value
- Use two separate generators: one for public-keys and one for private-keys
- Use
WIPEONFORKto force reseeding RNGs after process fork
We don't necessarily need to use all the same protections, but it would be good to use at least one.
Mentioned: dhardy#22 (comment)
Replaces: dhardy#59
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
E-help-wantedParticipation: help wantedParticipation: help wanted