ソースを参照

Fix fuzzer excludes.

Change-Id: I013cf58528463ccca9e087c1c5d544beec3db24a
Reviewed-on: https://boringssl-review.googlesource.com/14466
Reviewed-by: David Benjamin <davidben@google.com>
kris/onging/CECPQ3_patch15
Steven Valdez 7年前
committed by David Benjamin
コミット
f368c73826
1個のファイルの変更8行の追加1行の削除
  1. +8
    -1
      ssl/test/runner/fuzzer_mode.json

+ 8
- 1
ssl/test/runner/fuzzer_mode.json ファイルの表示

@@ -21,6 +21,7 @@
"*-InvalidSignature-*": "Fuzzer mode always accepts a signature.",
"*Auth-Verify-RSA-PKCS1-*-TLS13": "Fuzzer mode always accepts a signature.",
"*Auth-Verify-ECDSA-SHA1-TLS13": "Fuzzer mode always accepts a signature.",
"*Auth-Verify-ECDSA-P224-*-TLS13": "Fuzzer mode always accepts a signature.",
"Verify-*Auth-SignatureType*": "Fuzzer mode always accepts a signature.",
"ECDSACurveMismatch-Verify-TLS13": "Fuzzer mode always accepts a signature.",
"InvalidChannelIDSignature-*": "Fuzzer mode always accepts a signature.",
@@ -34,6 +35,12 @@

"Resume-Server-*Binder*": "Fuzzer mode does not check binders.",

"SkipEarlyData*": "Trial decryption does not work with the NULL cipher."
"SkipEarlyData*": "Trial decryption does not work with the NULL cipher.",
"TLS13-EarlyData-ChannelID-Server": "Trial decryption does not work with the NULL cipher.",
"TLS13-EarlyData-NonZeroRTTSession-Server": "Trial decryption does not work with the NULL cipher.",
"TLS13-EarlyData-SkipEndOfEarlyData": "Trial decryption does not work with the NULL cipher.",
"TLS13-EarlyData-ALPNMismatch-Server": "Trial decryption does not work with the NULL cipher.",
"TLS13-EarlyData-ALPNOmitted1-Server": "Trial decryption does not work with the NULL cipher.",
"TLS13-EarlyData-ALPNOmitted2-Server": "Trial decryption does not work with the NULL cipher."
}
}

読み込み中…
キャンセル
保存