Searched defs:client (Results 1 – 15 of 15) sorted by relevance
/openssl-master/fuzz/ |
A D | client.c | 58 SSL *client; in FuzzerTestOneInput() local
|
/openssl-master/test/ |
A D | cipherlist_test.c | 27 SSL_CTX *client; member
|
A D | sslcorrupttest.c | 186 SSL *server = NULL, *client = NULL; in test_ssl_corrupt() local
|
A D | ssl_old_test.c | 142 static int verify_npn(SSL *client, SSL *server) in verify_npn() 226 static int verify_servername(SSL *client, SSL *server) in verify_servername() 320 static int verify_alpn(SSL *client, SSL *server) in verify_alpn() 1881 BIO *acpt = NULL, *server = NULL, *client = NULL; in doit_localhost() local 2161 BIO *server = NULL, *server_io = NULL, *client = NULL, *client_io = NULL; in doit_biopair() local
|
A D | sslapitest.c | 5583 static int client = 0; in test_custom_exts() local
|
/openssl-master/ssl/ |
A D | bio_ssl.c | 459 BIO *BIO_new_ssl(SSL_CTX *ctx, int client) in BIO_new_ssl()
|
A D | d1_lib.c | 440 int DTLSv1_listen(SSL *s, BIO_ADDR *client) in DTLSv1_listen()
|
A D | t1_lib.c | 2474 int tls1_set_sigalgs_list(CERT *c, const char *str, int client) in tls1_set_sigalgs_list() 2486 int client) in tls1_set_raw_sigalgs() 2509 int tls1_set_sigalgs(CERT *c, const int *psig_nids, size_t salglen, int client) in tls1_set_sigalgs()
|
A D | ssl_lib.c | 2903 const unsigned char *client, unsigned int client_len) in SSL_select_next_proto()
|
/openssl-master/test/helpers/ |
A D | handshake.c | 692 static void configure_handshake_ssl(SSL *server, SSL *client, in configure_handshake_ssl() 1391 PEER server, client; in do_handshake_internal() local
|
A D | ssl_test_ctx.h | 137 SSL_TEST_CLIENT_CONF client; member
|
A D | ssl_test_ctx.c | 777 static int parse_client_options(SSL_TEST_CLIENT_CONF *client, const CONF *conf, in parse_client_options()
|
/openssl-master/apps/lib/ |
A D | s_cb.c | 259 int i, nsig, client; in do_print_sigalgs() local
|
/openssl-master/include/openssl/ |
A D | bio.h.in | 502 # define BIO_set_ssl_mode(b,client) BIO_ctrl(b,BIO_C_SSL_MODE,client,NULL) argument
|
/openssl-master/apps/ |
A D | s_server.c | 2799 BIO_ADDR *client = NULL; in init_ssl_connection() local
|
Completed in 67 milliseconds