Lines Matching refs:fatal_alert
32 my $fatal_alert = undef; # set by filters at expected fatal alerts
71 $fatal_alert = 0; # set by filters at expected fatal alerts
78 $fatal_alert = 0;
82 ok($fatal_alert, "Out of context empty records test");
109 $fatal_alert = 0;
116 ok($fatal_alert, "Too many in context empty records test");
121 $fatal_alert = 0;
127 ok($fatal_alert, "Fragmented alert records test");
198 $fatal_alert = 0;
213 ok($fatal_alert, "Unrecognised record type in TLS1.2");
221 $fatal_alert = 0;
233 ok($fatal_alert, "Unrecognised record type in TLSv1.1");
240 $fatal_alert = 0;
245 ok($fatal_alert, "Changed record version in TLS1.2");
259 $fatal_alert = 0;
263 ok($fatal_alert, "Unrecognised record type in TLS1.3");
267 $fatal_alert = 0;
271 ok($fatal_alert, "Wrong outer record type in TLS1.3");
283 $fatal_alert = 0;
288 ok($fatal_alert, "Record not on boundary in TLS1.3 (ServerHello)");
292 $fatal_alert = 0;
296 ok($fatal_alert, "Record not on boundary in TLS1.3 (Finished)");
300 $fatal_alert = 0;
304 ok($fatal_alert, "Record not on boundary in TLS1.3 (KeyUpdate)");
309 $fatal_alert = 0;
313 ok($fatal_alert, "Data between KeyUpdate");
350 …$fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(1) == TLSProxy::Message::AL_DESC_UNEXPECTED_ME…
395 …$fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(1) == TLSProxy::Message::AL_DESC_UNEXPECTED_ME…
602 …$fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(0) == TLSProxy::Message::AL_DESC_UNEXPECTED_ME…
654 …$fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(0) == TLSProxy::Message::AL_DESC_PROTOCOL_VERS…
691 …$fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(0) == TLSProxy::Message::AL_DESC_UNEXPECTED_ME…
714 …$fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(0) == TLSProxy::Message::AL_DESC_UNEXPECTED_ME…