commit | 0eb17906ab03bd3f8d2e83bc08abf94caf0ff489 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Sun Jul 20 12:01:32 2014 -0400 |
committer | Adam Langley <agl@google.com> | Thu Jul 24 21:10:18 2014 +0000 |
tree | 6ac0b2b4b120b1ff12021b0d066f9b95d641267e | |
parent | d23f412a8afd20e1d5e3459d775d4eab0e3158c8 [diff] |
Remove support for sending V2ClientHello. Accepting them as a server is still necessary, but this code is unreachable. Without SSLv2 support, none of the cipher suites are SSLv2, so ssl23_no_ssl2_ciphers always returns true and we send a V3ClientHello. Change-Id: I09030f2c6e375660453c74e4f094d95e9908c3e1 Reviewed-on: https://boringssl-review.googlesource.com/1258 Reviewed-by: Adam Langley <agl@google.com>