-
Notifications
You must be signed in to change notification settings - Fork 4
Implement a quality PRNG service #2
Copy link
Copy link
Open
Description
Upgrading lwIP added a requirement for an LWIP_RAND function (see https://www.kb.cert.org/vuls/id/210620), but it's currently implemented with just a timestamp. There should be a service for generating random numbers like arc4random() that seeds itself properly on startup. Or e.g. a service for generating seeds that each process can expand with ctr_drbg or similar.
Might unlock some future TLS-related projects.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels