Fix fuzzer excludes.
Change-Id: I013cf58528463ccca9e087c1c5d544beec3db24a Reviewed-on: https://boringssl-review.googlesource.com/14466 Reviewed-by: David Benjamin <davidben@google.com>
This commit is contained in:
parent
fef78b0356
commit
f368c73826
@ -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."
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user