Skip to content

Commit

Permalink
Un-suppress Bogo tests now that BoringSSL is draft-18. r=mt.
Browse files Browse the repository at this point in the history
Reviewers: mt

Differential Revision: https://nss-review.dev.mozaws.net/D69
  • Loading branch information
ekr committed Nov 15, 2016
1 parent 1a6eb76 commit 8075bff
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
21 changes: 14 additions & 7 deletions gtests/nss_bogo_shim/config.json
@@ -1,12 +1,19 @@
{
"DisabledTests": {
"*TLS13*":"(NSS=18, BoGo=16)",
"*HelloRetryRequest*":"(NSS=18, BoGo=16)",
"*KeyShare*":"(NSS=18, BoGo=16)",
"*EncryptedExtensions*":"(NSS=18, BoGo=16)",
"*ServerHelloSignatureAlgorithms*":"(NSS=18, BoGo=16)",
"*SecondClientHello*":"(NSS=18, BoGo=16)",
"*IgnoreClientVersionOrder*":"(NSS=18, BoGo=16)",
"### These tests break whenever we rev versions, so just leave them here for easy uncommenting":"",
"#*TLS13*":"(NSS=18, BoGo=16)",
"#*HelloRetryRequest*":"(NSS=18, BoGo=16)",
"#*KeyShare*":"(NSS=18, BoGo=16)",
"#*EncryptedExtensions*":"(NSS=18, BoGo=16)",
"#*ServerHelloSignatureAlgorithms*":"(NSS=18, BoGo=16)",
"#*SecondClientHello*":"(NSS=18, BoGo=16)",
"#*IgnoreClientVersionOrder*":"(NSS=18, BoGo=16)",
"Resume-Server-BinderWrongLength":"Alert disagreement (Bug 1317633)",
"Resume-Server-NoPSKBinder":"Alert disagreement (Bug 1317633)",
"CheckRecordVersion-TLS*":"Bug 1317634",
"GREASE-Server-TLS13":"BoringSSL GREASEs without a flag, but we ignore it",
"TLS13-ExpectNoSessionTicketOnBadKEMode-Server":"Bug in NSS. Don't send ticket when not permitted by KE modes (Bug 1317635)",
"Resume-Server-InvalidPSKBinder":"(Bogo incorrectly expects 'illegal_parameter')",
"FallbackSCSV-VersionMatch":"Draft version mismatch (NSS=15, BoGo=14)",
"*KeyUpdate*":"KeyUpdate Unimplemented",
"ClientAuth-NoFallback-TLS13":"Disagreement about alerts. Bug 1294975",
Expand Down
2 changes: 1 addition & 1 deletion tests/bogo/bogo.sh
Expand Up @@ -25,7 +25,7 @@ bogo_init()
BORING=${BORING:=boringssl}
if [ ! -d "$BORING" ]; then
git clone -q https://boringssl.googlesource.com/boringssl "$BORING"
git -C "$BORING" checkout -q 3ef7697ed30f28367395a5aafb57a12a19906d96
git -C "$BORING" checkout -q f2f76d2417b1e1829a6fb10426e422ea7634065d
fi

SCRIPTNAME="bogo.sh"
Expand Down

0 comments on commit 8075bff

Please sign in to comment.