OpenCoverage

methods.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/openssl/src/ssl/methods.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5-
6const SSL_METHOD *TLS_method(void) { static const SSL_METHOD TLS_method_data= { 0x10000, 0, 0, tls1_new, tls1_clear, tls1_free, ossl_statem_accept, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
executed 4320 times by 2 tests: return &TLS_method_data;
Executed by:
  • libssl.so.1.1
  • tls13encryptiontest
&TLS_method_data;
executed 4320 times by 2 tests: return &TLS_method_data;
Executed by:
  • libssl.so.1.1
  • tls13encryptiontest
}
4320
7-
8-
9-
10const SSL_METHOD *tlsv1_3_method(void) { static const SSL_METHOD tlsv1_3_method_data= { 0x0304, 0, 0x20000000U, tls1_new, tls1_clear, tls1_free, ossl_statem_accept, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_3_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
never executed: return &tlsv1_3_method_data;
&tlsv1_3_method_data;
never executed: return &tlsv1_3_method_data;
}
0
11-
12-
13-
14-
15const SSL_METHOD *tlsv1_2_method(void) { static const SSL_METHOD tlsv1_2_method_data= { 0x0303, 0, 0x08000000U, tls1_new, tls1_clear, tls1_free, ossl_statem_accept, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
never executed: return &tlsv1_2_method_data;
&tlsv1_2_method_data;
never executed: return &tlsv1_2_method_data;
}
0
16-
17-
18-
19-
20-
21const SSL_METHOD *tlsv1_1_method(void) { static const SSL_METHOD tlsv1_1_method_data= { 0x0302, (1U<<1), 0x10000000U, tls1_new, tls1_clear, tls1_free, ossl_statem_accept, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_1_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
never executed: return &tlsv1_1_method_data;
&tlsv1_1_method_data;
never executed: return &tlsv1_1_method_data;
}
0
22-
23-
24-
25-
26-
27const SSL_METHOD *tlsv1_method(void) { static const SSL_METHOD tlsv1_method_data= { 0x0301, (1U<<1), 0x04000000U, tls1_new, tls1_clear, tls1_free, ossl_statem_accept, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
never executed: return &tlsv1_method_data;
&tlsv1_method_data;
never executed: return &tlsv1_method_data;
}
0
28const SSL_METHOD *TLS_server_method(void) { static const SSL_METHOD TLS_server_method_data= { 0x10000, 0, 0, tls1_new, tls1_clear, tls1_free, ossl_statem_accept, ssl_undefined_function, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
executed 1615 times by 1 test: return &TLS_server_method_data;
Executed by:
  • libssl.so.1.1
&TLS_server_method_data;
executed 1615 times by 1 test: return &TLS_server_method_data;
Executed by:
  • libssl.so.1.1
}
1615
29-
30-
31-
32const SSL_METHOD *tlsv1_3_server_method(void) { static const SSL_METHOD tlsv1_3_server_method_data= { 0x0304, 0, 0x20000000U, tls1_new, tls1_clear, tls1_free, ossl_statem_accept, ssl_undefined_function, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_3_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
executed 57 times by 1 test: return &tlsv1_3_server_method_data;
Executed by:
  • libssl.so.1.1
&tlsv1_3_server_method_data;
executed 57 times by 1 test: return &tlsv1_3_server_method_data;
Executed by:
  • libssl.so.1.1
}
57
33-
34-
35-
36-
37const SSL_METHOD *tlsv1_2_server_method(void) { static const SSL_METHOD tlsv1_2_server_method_data= { 0x0303, 0, 0x08000000U, tls1_new, tls1_clear, tls1_free, ossl_statem_accept, ssl_undefined_function, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
executed 1155 times by 1 test: return &tlsv1_2_server_method_data;
Executed by:
  • libssl.so.1.1
&tlsv1_2_server_method_data;
executed 1155 times by 1 test: return &tlsv1_2_server_method_data;
Executed by:
  • libssl.so.1.1
}
1155
38-
39-
40-
41-
42-
43const SSL_METHOD *tlsv1_1_server_method(void) { static const SSL_METHOD tlsv1_1_server_method_data= { 0x0302, (1U<<1), 0x10000000U, tls1_new, tls1_clear, tls1_free, ossl_statem_accept, ssl_undefined_function, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_1_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
executed 301 times by 1 test: return &tlsv1_1_server_method_data;
Executed by:
  • libssl.so.1.1
&tlsv1_1_server_method_data;
executed 301 times by 1 test: return &tlsv1_1_server_method_data;
Executed by:
  • libssl.so.1.1
}
301
44-
45-
46-
47-
48-
49const SSL_METHOD *tlsv1_server_method(void) { static const SSL_METHOD tlsv1_server_method_data= { 0x0301, (1U<<1), 0x04000000U, tls1_new, tls1_clear, tls1_free, ossl_statem_accept, ssl_undefined_function, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
executed 314 times by 1 test: return &tlsv1_server_method_data;
Executed by:
  • libssl.so.1.1
&tlsv1_server_method_data;
executed 314 times by 1 test: return &tlsv1_server_method_data;
Executed by:
  • libssl.so.1.1
}
314
50const SSL_METHOD *TLS_client_method(void) { static const SSL_METHOD TLS_client_method_data= { 0x10000, 0, 0, tls1_new, tls1_clear, tls1_free, ssl_undefined_function, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
executed 1590 times by 1 test: return &TLS_client_method_data;
Executed by:
  • libssl.so.1.1
&TLS_client_method_data;
executed 1590 times by 1 test: return &TLS_client_method_data;
Executed by:
  • libssl.so.1.1
}
1590
51-
52-
53-
54const SSL_METHOD *tlsv1_3_client_method(void) { static const SSL_METHOD tlsv1_3_client_method_data= { 0x0304, 0, 0x20000000U, tls1_new, tls1_clear, tls1_free, ssl_undefined_function, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_3_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
executed 31201 times by 1 test: return &tlsv1_3_client_method_data;
Executed by:
  • libssl.so.1.1
&tlsv1_3_client_method_data;
executed 31201 times by 1 test: return &tlsv1_3_client_method_data;
Executed by:
  • libssl.so.1.1
}
31201
55-
56-
57-
58-
59const SSL_METHOD *tlsv1_2_client_method(void) { static const SSL_METHOD tlsv1_2_client_method_data= { 0x0303, 0, 0x08000000U, tls1_new, tls1_clear, tls1_free, ssl_undefined_function, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
executed 29599 times by 1 test: return &tlsv1_2_client_method_data;
Executed by:
  • libssl.so.1.1
&tlsv1_2_client_method_data;
executed 29599 times by 1 test: return &tlsv1_2_client_method_data;
Executed by:
  • libssl.so.1.1
}
29599
60-
61-
62-
63-
64-
65const SSL_METHOD *tlsv1_1_client_method(void) { static const SSL_METHOD tlsv1_1_client_method_data= { 0x0302, (1U<<1), 0x10000000U, tls1_new, tls1_clear, tls1_free, ssl_undefined_function, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_1_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
executed 26653 times by 1 test: return &tlsv1_1_client_method_data;
Executed by:
  • libssl.so.1.1
&tlsv1_1_client_method_data;
executed 26653 times by 1 test: return &tlsv1_1_client_method_data;
Executed by:
  • libssl.so.1.1
}
26653
66-
67-
68-
69-
70-
71const SSL_METHOD *tlsv1_client_method(void) { static const SSL_METHOD tlsv1_client_method_data= { 0x0301, (1U<<1), 0x04000000U, tls1_new, tls1_clear, tls1_free, ssl_undefined_function, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, ssl3_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, ssl3_read_bytes, ssl3_write_bytes, ssl3_dispatch_alert, ssl3_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, tls1_default_timeout, &TLSv1_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
executed 26584 times by 1 test: return &tlsv1_client_method_data;
Executed by:
  • libssl.so.1.1
&tlsv1_client_method_data;
executed 26584 times by 1 test: return &tlsv1_client_method_data;
Executed by:
  • libssl.so.1.1
}
26584
72const SSL_METHOD *dtlsv1_method(void) { static const SSL_METHOD dtlsv1_method_data= { 0xFEFF, (1U<<1), 0x04000000U, dtls1_new, dtls1_clear, dtls1_free, ossl_statem_accept, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, dtls1_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, dtls1_read_bytes, dtls1_write_app_data_bytes, dtls1_dispatch_alert, dtls1_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, dtls1_default_timeout, &DTLSv1_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
never executed: return &dtlsv1_method_data;
&dtlsv1_method_data;
never executed: return &dtlsv1_method_data;
}
0
73-
74-
75-
76-
77-
78const SSL_METHOD *dtlsv1_2_method(void) { static const SSL_METHOD dtlsv1_2_method_data= { 0xFEFD, 0, 0x08000000U, dtls1_new, dtls1_clear, dtls1_free, ossl_statem_accept, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, dtls1_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, dtls1_read_bytes, dtls1_write_app_data_bytes, dtls1_dispatch_alert, dtls1_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, dtls1_default_timeout, &DTLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
never executed: return &dtlsv1_2_method_data;
&dtlsv1_2_method_data;
never executed: return &dtlsv1_2_method_data;
}
0
79-
80-
81-
82-
83const SSL_METHOD *DTLS_method(void) { static const SSL_METHOD DTLS_method_data= { 0x1FFFF, 0, 0, dtls1_new, dtls1_clear, dtls1_free, ossl_statem_accept, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, dtls1_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, dtls1_read_bytes, dtls1_write_app_data_bytes, dtls1_dispatch_alert, dtls1_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, dtls1_default_timeout, &DTLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
executed 1 time by 1 test: return &DTLS_method_data;
Executed by:
  • libssl.so.1.1
&DTLS_method_data;
executed 1 time by 1 test: return &DTLS_method_data;
Executed by:
  • libssl.so.1.1
}
1
84const SSL_METHOD *dtlsv1_server_method(void) { static const SSL_METHOD dtlsv1_server_method_data= { 0xFEFF, (1U<<1), 0x04000000U, dtls1_new, dtls1_clear, dtls1_free, ossl_statem_accept, ssl_undefined_function, ssl3_read, ssl3_peek, ssl3_write, dtls1_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, dtls1_read_bytes, dtls1_write_app_data_bytes, dtls1_dispatch_alert, dtls1_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, dtls1_default_timeout, &DTLSv1_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
executed 50 times by 1 test: return &dtlsv1_server_method_data;
Executed by:
  • libssl.so.1.1
&dtlsv1_server_method_data;
executed 50 times by 1 test: return &dtlsv1_server_method_data;
Executed by:
  • libssl.so.1.1
}
50
85-
86-
87-
88-
89-
90const SSL_METHOD *dtlsv1_2_server_method(void) { static const SSL_METHOD dtlsv1_2_server_method_data= { 0xFEFD, 0, 0x08000000U, dtls1_new, dtls1_clear, dtls1_free, ossl_statem_accept, ssl_undefined_function, ssl3_read, ssl3_peek, ssl3_write, dtls1_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, dtls1_read_bytes, dtls1_write_app_data_bytes, dtls1_dispatch_alert, dtls1_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, dtls1_default_timeout, &DTLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
executed 151 times by 1 test: return &dtlsv1_2_server_method_data;
Executed by:
  • libssl.so.1.1
&dtlsv1_2_server_method_data;
executed 151 times by 1 test: return &dtlsv1_2_server_method_data;
Executed by:
  • libssl.so.1.1
}
151
91-
92-
93-
94-
95const SSL_METHOD *DTLS_server_method(void) { static const SSL_METHOD DTLS_server_method_data= { 0x1FFFF, 0, 0, dtls1_new, dtls1_clear, dtls1_free, ossl_statem_accept, ssl_undefined_function, ssl3_read, ssl3_peek, ssl3_write, dtls1_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, dtls1_read_bytes, dtls1_write_app_data_bytes, dtls1_dispatch_alert, dtls1_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, dtls1_default_timeout, &DTLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
executed 156 times by 1 test: return &DTLS_server_method_data;
Executed by:
  • libssl.so.1.1
&DTLS_server_method_data;
executed 156 times by 1 test: return &DTLS_server_method_data;
Executed by:
  • libssl.so.1.1
}
156
96const SSL_METHOD *dtlsv1_client_method(void) { static const SSL_METHOD dtlsv1_client_method_data= { 0xFEFF, (1U<<1), 0x04000000U, dtls1_new, dtls1_clear, dtls1_free, ssl_undefined_function, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, dtls1_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, dtls1_read_bytes, dtls1_write_app_data_bytes, dtls1_dispatch_alert, dtls1_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, dtls1_default_timeout, &DTLSv1_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
executed 958 times by 1 test: return &dtlsv1_client_method_data;
Executed by:
  • libssl.so.1.1
&dtlsv1_client_method_data;
executed 958 times by 1 test: return &dtlsv1_client_method_data;
Executed by:
  • libssl.so.1.1
}
958
97-
98-
99-
100const SSL_METHOD *dtls_bad_ver_client_method(void) { static const SSL_METHOD dtls_bad_ver_client_method_data= { 0x0100, (1U<<1), 0x04000000U, dtls1_new, dtls1_clear, dtls1_free, ssl_undefined_function, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, dtls1_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, dtls1_read_bytes, dtls1_write_app_data_bytes, dtls1_dispatch_alert, dtls1_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, dtls1_default_timeout, &DTLSv1_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
executed 911 times by 1 test: return &dtls_bad_ver_client_method_data;
Executed by:
  • libssl.so.1.1
&dtls_bad_ver_client_method_data;
executed 911 times by 1 test: return &dtls_bad_ver_client_method_data;
Executed by:
  • libssl.so.1.1
}
911
101-
102-
103-
104-
105-
106const SSL_METHOD *dtlsv1_2_client_method(void) { static const SSL_METHOD dtlsv1_2_client_method_data= { 0xFEFD, 0, 0x08000000U, dtls1_new, dtls1_clear, dtls1_free, ssl_undefined_function, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, dtls1_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, dtls1_read_bytes, dtls1_write_app_data_bytes, dtls1_dispatch_alert, dtls1_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, dtls1_default_timeout, &DTLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
executed 1054 times by 1 test: return &dtlsv1_2_client_method_data;
Executed by:
  • libssl.so.1.1
&dtlsv1_2_client_method_data;
executed 1054 times by 1 test: return &dtlsv1_2_client_method_data;
Executed by:
  • libssl.so.1.1
}
1054
107-
108-
109-
110-
111const SSL_METHOD *DTLS_client_method(void) { static const SSL_METHOD DTLS_client_method_data= { 0x1FFFF, 0, 0, dtls1_new, dtls1_clear, dtls1_free, ssl_undefined_function, ossl_statem_connect, ssl3_read, ssl3_peek, ssl3_write, dtls1_shutdown, ssl3_renegotiate, ssl3_renegotiate_check, dtls1_read_bytes, dtls1_write_app_data_bytes, dtls1_dispatch_alert, dtls1_ctrl, ssl3_ctx_ctrl, ssl3_get_cipher_by_char, ssl3_put_cipher_by_char, ssl3_pending, ssl3_num_ciphers, ssl3_get_cipher, dtls1_default_timeout, &DTLSv1_2_enc_data, ssl_undefined_void_function, ssl3_callback_ctrl, ssl3_ctx_callback_ctrl, }; return
executed 148 times by 1 test: return &DTLS_client_method_data;
Executed by:
  • libssl.so.1.1
&DTLS_client_method_data;
executed 148 times by 1 test: return &DTLS_client_method_data;
Executed by:
  • libssl.so.1.1
}
148
112-
113-
114-
115-
116-
117const SSL_METHOD *TLSv1_2_method(void)-
118{-
119 return
never executed: return tlsv1_2_method();
tlsv1_2_method();
never executed: return tlsv1_2_method();
0
120}-
121-
122const SSL_METHOD *TLSv1_2_server_method(void)-
123{-
124 return
never executed: return tlsv1_2_server_method();
tlsv1_2_server_method();
never executed: return tlsv1_2_server_method();
0
125}-
126-
127const SSL_METHOD *TLSv1_2_client_method(void)-
128{-
129 return
never executed: return tlsv1_2_client_method();
tlsv1_2_client_method();
never executed: return tlsv1_2_client_method();
0
130}-
131-
132-
133-
134const SSL_METHOD *TLSv1_1_method(void)-
135{-
136 return
never executed: return tlsv1_1_method();
tlsv1_1_method();
never executed: return tlsv1_1_method();
0
137}-
138-
139const SSL_METHOD *TLSv1_1_server_method(void)-
140{-
141 return
never executed: return tlsv1_1_server_method();
tlsv1_1_server_method();
never executed: return tlsv1_1_server_method();
0
142}-
143-
144const SSL_METHOD *TLSv1_1_client_method(void)-
145{-
146 return
never executed: return tlsv1_1_client_method();
tlsv1_1_client_method();
never executed: return tlsv1_1_client_method();
0
147}-
148-
149-
150-
151const SSL_METHOD *TLSv1_method(void)-
152{-
153 return
never executed: return tlsv1_method();
tlsv1_method();
never executed: return tlsv1_method();
0
154}-
155-
156const SSL_METHOD *TLSv1_server_method(void)-
157{-
158 return
never executed: return tlsv1_server_method();
tlsv1_server_method();
never executed: return tlsv1_server_method();
0
159}-
160-
161const SSL_METHOD *TLSv1_client_method(void)-
162{-
163 return
never executed: return tlsv1_client_method();
tlsv1_client_method();
never executed: return tlsv1_client_method();
0
164}-
165const SSL_METHOD *DTLSv1_2_method(void)-
166{-
167 return
never executed: return dtlsv1_2_method();
dtlsv1_2_method();
never executed: return dtlsv1_2_method();
0
168}-
169-
170const SSL_METHOD *DTLSv1_2_server_method(void)-
171{-
172 return
never executed: return dtlsv1_2_server_method();
dtlsv1_2_server_method();
never executed: return dtlsv1_2_server_method();
0
173}-
174-
175const SSL_METHOD *DTLSv1_2_client_method(void)-
176{-
177 return
never executed: return dtlsv1_2_client_method();
dtlsv1_2_client_method();
never executed: return dtlsv1_2_client_method();
0
178}-
179-
180-
181-
182const SSL_METHOD *DTLSv1_method(void)-
183{-
184 return
never executed: return dtlsv1_method();
dtlsv1_method();
never executed: return dtlsv1_method();
0
185}-
186-
187const SSL_METHOD *DTLSv1_server_method(void)-
188{-
189 return
never executed: return dtlsv1_server_method();
dtlsv1_server_method();
never executed: return dtlsv1_server_method();
0
190}-
191-
192const SSL_METHOD *DTLSv1_client_method(void)-
193{-
194 return
never executed: return dtlsv1_client_method();
dtlsv1_client_method();
never executed: return dtlsv1_client_method();
0
195}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2