Home
last modified time | relevance | path

Searched refs:client2ssl (Results 1 - 1 of 1) sorted by relevance

/third_party/openssl/test/
H A Dsslapitest.c9420 SSL *clientssl = NULL, *serverssl = NULL, *client2ssl = NULL; in test_ssl_dup() local
9439 client2ssl = SSL_dup(clientssl); in test_ssl_dup()
9444 SSL_set0_rbio(client2ssl, rbio); in test_ssl_dup()
9450 SSL_set0_wbio(client2ssl, wbio); in test_ssl_dup()
9453 if (!TEST_ptr(client2ssl) in test_ssl_dup()
9455 || !TEST_ptr_ne(clientssl, client2ssl)) in test_ssl_dup()
9458 if (!TEST_int_eq(SSL_get_min_proto_version(client2ssl), TLS1_2_VERSION) in test_ssl_dup()
9459 || !TEST_int_eq(SSL_get_max_proto_version(client2ssl), TLS1_2_VERSION)) in test_ssl_dup()
9462 if (!TEST_true(create_ssl_connection(serverssl, client2ssl, SSL_ERROR_NONE))) in test_ssl_dup()
9466 clientssl = SSL_dup(client2ssl); in test_ssl_dup()
[all...]

Completed in 15 milliseconds