Home
last modified time | relevance | path

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

/third_party/openssl/test/recipes/
D70-test_sslrecords.t239 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(1) == 10;
267 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(1) == 10;
473 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(0) == 10;
507 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(0) == 70;
524 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(0) == 10;
547 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(0) == 10;
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);
D70-test_sslcbcpadding.t129 $fatal_alert = 1 if $last_record->is_fatal_alert(0) == 20;
/third_party/openssl/util/perl/TLSProxy/
DRecord.pm389 sub is_fatal_alert subroutine