Update fuzzer mode suppressions.
0-RTT rejects don't work in fuzzer mode. Change-Id: Ib819bff25b7a619268f0d667262ff07ab3e441b9 Reviewed-on: https://boringssl-review.googlesource.com/17207 Commit-Queue: Steven Valdez <svaldez@google.com> Reviewed-by: Steven Valdez <svaldez@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
This commit is contained in:
parent
ca7435822f
commit
a75fc71055
@ -40,7 +40,12 @@
|
||||
"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-Client": "Trial decryption does not work with the NULL cipher.",
|
||||
"TLS13-EarlyData-ALPNOmitted2-Client": "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."
|
||||
"TLS13-EarlyData-ALPNOmitted2-Server": "Trial decryption does not work with the NULL cipher.",
|
||||
"TLS13-EarlyData-RejectUnfinishedWrite-Client-*": "Trial decryption does not work with the NULL cipher.",
|
||||
"TLS13-EarlyData-Reject-Client": "Trial decryption does not work with the NULL cipher.",
|
||||
"TLS13-EarlyData-RejectTicket-Client": "Trial decryption does not work with the NULL cipher."
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user