Home
last modified time | relevance | path

Searched refs:cssl (Results 1 – 5 of 5) sorted by relevance

/openssl-master/test/
A Dtls13ccstest.c246 SSL *sssl = NULL, *cssl = NULL; in test_tls13ccs() local
306 sess = SSL_get1_session(cssl); in test_tls13ccs()
309 SSL_shutdown(cssl); in test_tls13ccs()
312 SSL_free(cssl); in test_tls13ccs()
313 sssl = cssl = NULL; in test_tls13ccs()
345 if (!TEST_true(SSL_set_session(cssl, sess)) in test_tls13ccs()
346 || !TEST_true(SSL_write_early_data(cssl, msg, strlen(msg), in test_tls13ccs()
354 if (!TEST_int_gt(SSL_connect(cssl), 0)) in test_tls13ccs()
357 if (!TEST_int_le(SSL_connect(cssl), 0)) in test_tls13ccs()
367 if (!TEST_true(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_tls13ccs()
[all …]
A Dfatalerrtest.c22 SSL *sssl = NULL, *cssl = NULL; in test_fatalerr() local
46 || !TEST_true(create_ssl_objects(sctx, cctx, &sssl, &cssl, NULL, in test_fatalerr()
50 wbio = SSL_get_wbio(cssl); in test_fatalerr()
57 if (!TEST_false(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_fatalerr()
78 SSL_free(cssl); in test_fatalerr()
A Dsslapitest.c2207 static int post_handshake_verify(SSL *sssl, SSL *cssl) in post_handshake_verify() argument
2215 || !TEST_int_le(SSL_read(cssl, NULL, 0), 0) in post_handshake_verify()
2217 || !TEST_true(create_ssl_connection(sssl, cssl, in post_handshake_verify()
/openssl-master/test/helpers/
A Dssltestlib.h20 SSL **cssl, BIO *s_to_c_fbio, BIO *c_to_s_fbio);
24 SSL **cssl, int sfd, int cfd);
A Dssltestlib.c839 SSL **cssl, int sfd, int cfd) in create_ssl_objects2() argument
848 if (*cssl != NULL) in create_ssl_objects2()
849 clientssl = *cssl; in create_ssl_objects2()
860 *cssl = clientssl; in create_ssl_objects2()
876 SSL **cssl, BIO *s_to_c_fbio, BIO *c_to_s_fbio) in create_ssl_objects() argument
885 if (*cssl != NULL) in create_ssl_objects()
886 clientssl = *cssl; in create_ssl_objects()
917 *cssl = clientssl; in create_ssl_objects()

Completed in 22 milliseconds