summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-02 12:55:24 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-02 12:55:24 +0200
commite9e84ef5b8dc7e02da4d441686a38fc4013921d2 (patch)
treeb8de711247520d1a304fc6bc84b32f7524620a13
parentd02d10484c31fc4dd438c4de63f79ca7c184cabe (diff)
downloadgnutls-e9e84ef5b8dc7e02da4d441686a38fc4013921d2.tar.gz
tlsfuzzer: fixed comment fields
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--tests/suite/tls-fuzzer/gnutls-nocert.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/suite/tls-fuzzer/gnutls-nocert.json b/tests/suite/tls-fuzzer/gnutls-nocert.json
index 483615222a..f792dd07c5 100644
--- a/tests/suite/tls-fuzzer/gnutls-nocert.json
+++ b/tests/suite/tls-fuzzer/gnutls-nocert.json
@@ -12,7 +12,7 @@
{"name" : "test-ocsp-stapling.py",
"arguments" : ["--no-status"] },
{"name" : "test-encrypt-then-mac-renegotiation.py",
- "comments" : "we are not strict in EtM required behavior in renegotiation",
+ "comment" : "we are not strict in EtM required behavior in renegotiation",
"arguments" : ["-e", "Encrypt-then-MAC renegotiation crash"]},
{"name" : "test-cve-2016-7054.py",
"arguments" : ["-e", "sanity"]},
@@ -42,8 +42,8 @@
"arguments" : ["-e", "max client hello"]},
{"name" : "test-atypical-padding.py" },
{"name" : "test-ffdhe-negotiation.py" ,
- "comment" :"Check if DHE preferred: we don't prefer DHE over RSA if RSA is preferred by peer",
- "comment" :"ffdhe6144: we don't support that group",
+ "comment" : ["Check if DHE preferred: we don't prefer DHE over RSA if RSA is preferred by peer",
+ "ffdhe6144: we don't support that group"],
"arguments" : ["-e", "ffdhe6144 negotiation",
"-e", "tolerate ECC curve in groups without ECC cipher, negotiate ffdhe6144 ",
"-e", "Check if DHE preferred",