prop198 666 B

123456789101112
  1. o Removed features:
  2. - Remove support for clients claiming to support any standard
  3. ciphersuites that we can actually provide. (As of modern
  4. OpenSSL versions, it's not necessary to fake any standard
  5. ciphersuite, and doing so prevents us from using better
  6. ciphersuites in the future, since servers can't know whether an
  7. advertised ciphersuite is really supported or not.) Some
  8. hosts--notably, ones with very old versions of OpenSSL or where
  9. OpenSSL has been built with ECC disabled-- will stand out
  10. because of this change; TBB users should not be affected.
  11. This implements the client side of proposal 198.