Searched refs:fatal_alert (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 70-test_sslrecords.t | 32 my $fatal_alert = undef; # set by filters at expected fatal alerts 71 $fatal_alert = 0; # set by filters at expected fatal alerts 78 $fatal_alert = 0; 82 ok($fatal_alert, "Out of context empty records test"); 109 $fatal_alert = 0; 116 ok($fatal_alert, "Too many in context empty records test"); 121 $fatal_alert = 0; 127 ok($fatal_alert, "Fragmented alert records test"); 198 $fatal_alert = 0; 213 ok($fatal_alert, "Unrecognised record type in TLS1.2"); [all …]
|
| H A D | 70-test_sslextension.t | 42 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); 145 $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; [all …]
|
| H A D | 70-test_tls13hrr.t | 73 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 D | 70-test_sslcbcpadding.t | 52 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;
|
| /freebsd/crypto/openssl/ssl/record/ |
| H A D | rec_layer_d1.c | 447 sc->s3.fatal_alert = alert_descr; in dtls1_read_bytes()
|
| H A D | rec_layer_s3.c | 917 s->s3.fatal_alert = alert_descr; in ssl3_read_bytes()
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_local.h | 1332 int fatal_alert; member
|