Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2016-09-22 23:24:04 +0300
committerAdam Langley <agl@google.com>2016-09-23 00:35:07 +0300
commit736471965538844b1edadddb6804cc4c6f514fd8 (patch)
treed38a613427ac3dcc57c5114bbe319cfcff6cffe8
parentc07afb79f6f2509d037cb2ce4d10b2d4b4919123 (diff)
Rename NPN-Server test.
That is an extremely confusing name. It should be NPN-Declined-TLS13. Change-Id: I0e5fa50a3ddb0b80e88a8bc10d0ef87d0fff0a54 Reviewed-on: https://boringssl-review.googlesource.com/11227 Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: Adam Langley <agl@google.com>
-rw-r--r--ssl/test/runner/runner.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/test/runner/runner.go b/ssl/test/runner/runner.go
index 8943865d..0d2e6eff 100644
--- a/ssl/test/runner/runner.go
+++ b/ssl/test/runner/runner.go
@@ -5000,7 +5000,7 @@ func addExtensionTests() {
})
testCases = append(testCases, testCase{
testType: serverTest,
- name: "NPN-Server",
+ name: "NPN-Declined-TLS13",
config: Config{
MaxVersion: VersionTLS13,
NextProtos: []string{"bar"},