diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-14 12:40:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-14 12:40:55 -0400 |
commit | 511ca9b91cec03f4ef6f23adccd5cdd47a245e5f (patch) | |
tree | b9af3492ed729dffbe25149151e9c1845d38101c /changes | |
parent | 4247ce99e5d9b7b2063df66cc808fac1f09fb799 (diff) | |
download | tor-511ca9b91cec03f4ef6f23adccd5cdd47a245e5f.tar.gz tor-511ca9b91cec03f4ef6f23adccd5cdd47a245e5f.zip |
Remove DynamicDHGroups as obsoleted by PluggableTransports or P256.
Closes ticket 13736.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug13736 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug13736 b/changes/bug13736 new file mode 100644 index 0000000000..686d2f1fa2 --- /dev/null +++ b/changes/bug13736 @@ -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. |