Home
last modified time | relevance | path

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

/openssl/test/recipes/
H A D70-test_sslrecords.t78 $fatal_alert = 0;
109 $fatal_alert = 0;
121 $fatal_alert = 0;
198 $fatal_alert = 0;
221 $fatal_alert = 0;
240 $fatal_alert = 0;
259 $fatal_alert = 0;
267 $fatal_alert = 0;
283 $fatal_alert = 0;
292 $fatal_alert = 0;
[all …]
H A D70-test_sslextension.t42 my $fatal_alert = 0; # set by filter on fatal alert
111 $fatal_alert = 1 if $last_record->is_fatal_alert(1);
127 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
194 ok($fatal_alert, "Duplicate ClientHello extension");
199 $fatal_alert = 0;
204 ok($fatal_alert, "Duplicate ServerHello extension");
216 $fatal_alert = 0;
222 ok($fatal_alert, "Unsolicited server name extension");
250 $fatal_alert = 0;
256 ok($fatal_alert, "Unsolicited sct extension");
[all …]
H A D70-test_tls13hrr.t73 my $fatal_alert = 0;
82 ok($fatal_alert, "Server duplicated HRR");
104 $fatal_alert = 0;
113 ok($fatal_alert, "supported_versions missing from HRR");
138 $fatal_alert = 1
158 $fatal_alert = 1
H A D70-test_sslcbcpadding.t52 my $fatal_alert; # set by add_maximal_padding_filter on client's fatal alert
56 $fatal_alert = 0;
60 ok($fatal_alert, "Invalid padding byte $bad_padding_offset");
130 … $fatal_alert = 1 if $last_record->is_fatal_alert(0) == TLSProxy::Message::AL_DESC_BAD_RECORD_MAC;
/openssl/ssl/record/
H A Drec_layer_d1.c441 sc->s3.fatal_alert = alert_descr; in dtls1_read_bytes()
H A Drec_layer_s3.c909 s->s3.fatal_alert = alert_descr; in ssl3_read_bytes()
/openssl/ssl/
H A Dssl_local.h1291 int fatal_alert; member

Completed in 29 milliseconds