Home
last modified time | relevance | path

Searched refs:fatal_alert (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/test/recipes/
H A D70-test_sslrecords.t40 my $fatal_alert = 0; # set by filters at expected fatal alerts
49 ok($fatal_alert, "Out of context empty records test");
60 $fatal_alert = 0;
67 ok($fatal_alert, "Too many in context empty records test");
72 $fatal_alert = 0;
78 ok($fatal_alert, "Fragmented alert records test");
149 $fatal_alert = 0;
155 ok($fatal_alert, "Unrecognised record type in TLS1.2");
161 $fatal_alert = 0;
166 ok($fatal_alert, "Unrecognised record type in TLS1.1");
[all …]
H A D70-test_sslextension.t42 my $fatal_alert = 0; # set by filter on fatal alert
112 $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);
195 ok($fatal_alert, "Duplicate ClientHello extension");
200 $fatal_alert = 0;
205 ok($fatal_alert, "Duplicate ServerHello extension");
216 $fatal_alert = 0;
222 ok($fatal_alert, "Unsolicited server name extension");
250 $fatal_alert = 0;
[all …]
H A D70-test_sslcbcpadding.t53 my $fatal_alert; # set by add_maximal_padding_filter on client's fatal alert
57 $fatal_alert = 0;
61 ok($fatal_alert, "Invalid padding byte $bad_padding_offset");
131 $fatal_alert = 1 if $last_record->is_fatal_alert(0) == 20;
H A D70-test_tls13hrr.t73 my $fatal_alert = 0;
82 ok($fatal_alert, "Server duplicated HRR");
126 $fatal_alert = 1
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_d1.c612 s->s3.fatal_alert = alert_descr; in dtls1_read_bytes()
H A Drec_layer_s3.c1604 s->s3.fatal_alert = alert_descr; in ssl3_read_bytes()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1291 int fatal_alert; member