mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
6 lines
No EOL
368 B
Text
6 lines
No EOL
368 B
Text
o Minor features (security):
|
|
- Never use the system entropy output directly for anything besides
|
|
seeding the PRNG. When we want to generate important keys, instead
|
|
of using system entropy directly, hash it with the PRNG stream.
|
|
This may help resist certain attacks based on broken OS entropy
|
|
implementations. Closes part of ticket 17694. |