Searched refs:fatal_alert (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/test/recipes/ |
H A D | 70-test_sslrecords.t | 40 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 D | 70-test_sslextension.t | 42 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 D | 70-test_sslcbcpadding.t | 53 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 D | 70-test_tls13hrr.t | 73 my $fatal_alert = 0; 82 ok($fatal_alert, "Server duplicated HRR"); 126 $fatal_alert = 1
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | rec_layer_d1.c | 612 s->s3.fatal_alert = alert_descr; in dtls1_read_bytes()
|
H A D | rec_layer_s3.c | 1604 s->s3.fatal_alert = alert_descr; in ssl3_read_bytes()
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_local.h | 1291 int fatal_alert; member
|