Chromium Code Reviews
DescriptionRemove no-op SSL_CTX_set_cipher_list_tls11 call.
By configuring the same list twice, this function call doesn't do
anything. This mechanism is also no longer useful and is slowly being
wound down.
(That API is remnant of when we had RC4. Both RC4 and CBC mode ciphers
are horribly broken. For a time, whether you preferred RC4 or CBC varied
depending on what version you had since the CBC mode ciphers are
increasibly broken the further back you go. Now RC4 is completely gone
anyway, so it's not useful. Regardless, the way Dart uses it never did
anything.)
BUG=none
R=whesse@google.com
Committed: https://github.com/dart-lang/sdk/commit/62f55ee76f76e925f0ee174659a65aa2e8f7ca0a
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|
|||||||||||||||||||