Remove DynamicDHGroups as obsoleted by PluggableTransports or P256.

Closes ticket 13736.
This commit is contained in:
Nick Mathewson
2015-03-14 12:40:55 -04:00
parent 4247ce99e5
commit 511ca9b91c
6 changed files with 14 additions and 275 deletions
+5
View File
@@ -0,0 +1,5 @@
o Removed features:
- Remove the (seldom-used) DynamicDHGroups feature. For
anti-fingerprinting we now recommend pluggable transports; for
forward-secrecy in TLS, we now use the P-256 group.
Closes ticket 13736.