mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
c625ab9f5a
We use sensible parameters taken from common sources, and no longer have dynamic DH groups as an option, but it feels prudent to have OpenSSL validate p and g at initialization time.
4 lines
166 B
Plaintext
4 lines
166 B
Plaintext
o Minor features (crypto):
|
|
- Validate the Diffie-Hellman hard coded parameters and ensure that
|
|
p is a safe prime, and g is suitable. Closes ticket 18221.
|