Fix fuzzer mode suppressions.

Change-Id: I82f92019dccfaf927f7180a5af53c9ffae111861
Reviewed-on: https://boringssl-review.googlesource.com/23145
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
diff --git a/ssl/test/runner/fuzzer_mode.json b/ssl/test/runner/fuzzer_mode.json
index f2ecae0..fd029d3 100644
--- a/ssl/test/runner/fuzzer_mode.json
+++ b/ssl/test/runner/fuzzer_mode.json
@@ -35,17 +35,17 @@
     "Resume-Server-*Binder*": "Fuzzer mode does not check binders.",
 
     "SkipEarlyData*": "Trial decryption does not work with the NULL cipher.",
-    "*-EarlyDataChannelID-OfferBoth-Server": "Trial decryption does not work with the NULL cipher.",
-    "*-EarlyData-NonZeroRTTSession-Server": "Trial decryption does not work with the NULL cipher.",
-    "*-EarlyData-SkipEndOfEarlyData": "Trial decryption does not work with the NULL cipher.",
-    "*-EarlyData-ALPNMismatch-Server": "Trial decryption does not work with the NULL cipher.",
-    "*-EarlyData-ALPNOmitted1-Client": "Trial decryption does not work with the NULL cipher.",
-    "*-EarlyData-ALPNOmitted2-Client": "Trial decryption does not work with the NULL cipher.",
-    "*-EarlyData-ALPNOmitted1-Server": "Trial decryption does not work with the NULL cipher.",
-    "*-EarlyData-ALPNOmitted2-Server": "Trial decryption does not work with the NULL cipher.",
+    "EarlyDataChannelID-OfferBoth-Server-*": "Trial decryption does not work with the NULL cipher.",
+    "EarlyData-NonZeroRTTSession-Server-*": "Trial decryption does not work with the NULL cipher.",
+    "EarlyData-SkipEndOfEarlyData-*": "Trial decryption does not work with the NULL cipher.",
+    "EarlyData-ALPNMismatch-Server-*": "Trial decryption does not work with the NULL cipher.",
+    "EarlyData-ALPNOmitted1-Client-*": "Trial decryption does not work with the NULL cipher.",
+    "EarlyData-ALPNOmitted2-Client-*": "Trial decryption does not work with the NULL cipher.",
+    "EarlyData-ALPNOmitted1-Server-*": "Trial decryption does not work with the NULL cipher.",
+    "EarlyData-ALPNOmitted2-Server-*": "Trial decryption does not work with the NULL cipher.",
     "*-EarlyData-RejectUnfinishedWrite-Client-*": "Trial decryption does not work with the NULL cipher.",
     "EarlyData-Reject-Client-*": "Trial decryption does not work with the NULL cipher.",
-    "*-EarlyData-RejectTicket-Client": "Trial decryption does not work with the NULL cipher.",
+    "EarlyData-RejectTicket-Client-*": "Trial decryption does not work with the NULL cipher.",
 
     "Renegotiate-Client-BadExt*": "Fuzzer mode does not check renegotiation_info.",