Home
last modified time | relevance | path

Searched refs:is_fatal_alert (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/test/recipes/
H A D70-test_sslrecords.t261 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(1) == 10;
289 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(1) == 10;
495 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(0) == 10;
529 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(0) == 70;
546 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(0) == 10;
569 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(0) == 10;
H A D70-test_sslextension.t112 $fatal_alert = 1 if $last_record->is_fatal_alert(1);
128 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
146 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
H A D70-test_sslcbcpadding.t131 $fatal_alert = 1 if $last_record->is_fatal_alert(0) == 20;
H A D70-test_tls13hrr.t127 if @{$proxy->record_list}[-1]->is_fatal_alert(0) == 10;
/freebsd/crypto/openssl/util/perl/TLSProxy/
H A DRecord.pm389 sub is_fatal_alert subroutine