aboutsummaryrefslogtreecommitdiff
path: root/changes/prop198
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-06-14 05:47:55 -0400
committerRoger Dingledine <arma@torproject.org>2012-06-14 05:47:55 -0400
commit8c044af30090e3e7dea3d765ccd60aec59290cdd (patch)
tree2121b771f4a39cd1e164a6d8ec3a2bf67bf091eb /changes/prop198
parente5beb82e043cd14f69aace05d4d06784b0413802 (diff)
downloadtor-8c044af30090e3e7dea3d765ccd60aec59290cdd.tar
tor-8c044af30090e3e7dea3d765ccd60aec59290cdd.tar.gz
fold in further changes files
Diffstat (limited to 'changes/prop198')
-rw-r--r--changes/prop19812
1 files changed, 0 insertions, 12 deletions
diff --git a/changes/prop198 b/changes/prop198
deleted file mode 100644
index fd666864c..000000000
--- a/changes/prop198
+++ /dev/null
@@ -1,12 +0,0 @@
- o Removed features:
-
- - Remove support for clients claiming to support any standard
- ciphersuites that we can actually provide. (As of modern
- OpenSSL versions, it's not necessary to fake any standard
- ciphersuite, and doing so prevents us from using better
- ciphersuites in the future, since servers can't know whether an
- advertised ciphersuite is really supported or not.) Some
- hosts--notably, ones with very old versions of OpenSSL or where
- OpenSSL has been built with ECC disabled-- will stand out
- because of this change; TBB users should not be affected.
- This implements the client side of proposal 198.