/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | sslapitest.c | 345 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_keylog() 423 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_keylog_no_master_key() 469 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_keylog_no_master_key() 558 || !TEST_false(create_ssl_connection(serverssl, clientssl, in test_client_hello_cb() 566 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_client_hello_cb() 609 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_ccs_change_cipher() 624 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_ccs_change_cipher() 643 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_ccs_change_cipher() 747 || !TEST_true(create_ssl_connection(serverssl, clientssl, in execute_test_large_message() 920 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_large_app_data() [all …]
|
H A D | dtlstest.c | 169 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_dtls_drop_records() 226 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_dtls_drop_records() 282 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_cookie() 318 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_dtls_duplicate_records()
|
H A D | gosttest.c | 59 if (!TEST_false(create_ssl_connection(serverssl, clientssl, in test_tls13() 63 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_tls13()
|
H A D | dtls_mtu_test.c | 71 || !TEST_true(create_ssl_connection(clnt_ssl, srvr_ssl, in mtu_test() 219 if (!TEST_true(create_ssl_connection(srvr_ssl, clnt_ssl, in test_server_mtu_larger_than_max_fragment_length()
|
H A D | ssltestlib.h | 23 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want);
|
H A D | fatalerrtest.c | 57 if (!TEST_false(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_fatalerr()
|
H A D | tls13ccstest.c | 304 || !TEST_true(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_tls13ccs() 360 if (!TEST_true(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_tls13ccs()
|
H A D | sslbuffertest.c | 61 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) { in test_func()
|
H A D | recordlentest.c | 149 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_record_overflow()
|
H A D | servername_test.c | 198 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in server_setup_sni()
|
H A D | sslcorrupttest.c | 223 if (!TEST_true(create_ssl_connection(server, client, SSL_ERROR_NONE))) in test_ssl_corrupt()
|
H A D | asynciotest.c | 326 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_asyncio()
|
H A D | ssltestlib.c | 944 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want) in create_ssl_connection() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | dtlstest.c | 227 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_dtls_drop_records() 286 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_dtls_drop_records() 335 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_cookie() 379 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_dtls_duplicate_records()
|
H A D | dtls_mtu_test.c | 71 || !TEST_true(create_ssl_connection(clnt_ssl, srvr_ssl, in mtu_test() 219 if (!TEST_true(create_ssl_connection(srvr_ssl, clnt_ssl, in test_server_mtu_larger_than_max_fragment_length()
|
H A D | sslbuffertest.c | 70 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) { in test_func() 204 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_free_buffers()
|
H A D | fatalerrtest.c | 57 if (!TEST_false(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_fatalerr()
|
H A D | tls13ccstest.c | 304 || !TEST_true(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_tls13ccs() 367 if (!TEST_true(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_tls13ccs()
|
H A D | recordlentest.c | 149 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_record_overflow()
|
H A D | sslcorrupttest.c | 226 if (!TEST_true(create_ssl_connection(server, client, SSL_ERROR_NONE))) in test_ssl_corrupt()
|
H A D | servername_test.c | 219 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in server_setup_sni()
|
H A D | asynciotest.c | 327 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_asyncio()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/helpers/ |
H A D | ssltestlib.h | 26 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want);
|
H A D | ssltestlib.c | 1160 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want) in create_ssl_connection() function
|