tool: update selection of draft22 TLS 1.3 variant

Change-Id: I7085a07dd2f3d802ada049a2f771ff0c74f4f902
Reviewed-on: https://boringssl-review.googlesource.com/24764
Reviewed-by: Steven Valdez <svaldez@google.com>
Commit-Queue: Steven Valdez <svaldez@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
This commit is contained in:
Alessandro Ghedini 2018-01-10 09:49:19 +00:00 committed by CQ bot account: commit-bot@chromium.org
parent 512a289a8a
commit 11a5726ee3

View File

@ -333,7 +333,7 @@ static bool DoConnection(SSL_CTX *ctx,
static bool GetTLS13Variant(tls13_variant_t *out, const std::string &in) {
if (in == "draft22") {
*out = tls13_default;
*out = tls13_draft22;
return true;
}
if (in == "experiment2") {