Searched defs:client (Results 1 – 17 of 17) sorted by relevance
/openssl/fuzz/ |
H A D | client.c | 58 SSL *client = NULL; in FuzzerTestOneInput() local
|
H A D | dtlsclient.c | 58 SSL *client = NULL; in FuzzerTestOneInput() local
|
H A D | quic-client.c | 55 SSL *client = NULL, *stream = NULL; in FuzzerTestOneInput() local
|
/openssl/test/ |
H A D | cipherlist_test.c | 27 SSL_CTX *client; member
|
H A D | sslcorrupttest.c | 186 SSL *server = NULL, *client = NULL; in test_ssl_corrupt() local
|
H A D | ssl_old_test.c | 143 static int verify_npn(SSL *client, SSL *server) in verify_npn() 227 static int verify_servername(SSL *client, SSL *server) in verify_servername() 326 static int verify_alpn(SSL *client, SSL *server) in verify_alpn() 1938 BIO *acpt = NULL, *server = NULL, *client = NULL; in doit_localhost() local 2235 BIO *server = NULL, *server_io = NULL, *client = NULL, *client_io = NULL; in doit_biopair() local
|
H A D | sslapitest.c | 6105 static int client = 0; in test_custom_exts() local 12047 unsigned char client[40]; member 12142 unsigned char *out, *client, *server; in test_select_next_proto() local
|
/openssl/ssl/ |
H A D | bio_ssl.c | 487 BIO *BIO_new_ssl(SSL_CTX *ctx, int client) in BIO_new_ssl()
|
H A D | d1_lib.c | 418 int DTLSv1_listen(SSL *ssl, BIO_ADDR *client) in DTLSv1_listen()
|
H A D | t1_lib.c | 3119 int tls1_set_sigalgs_list(SSL_CTX *ctx, CERT *c, const char *str, int client) in tls1_set_sigalgs_list() 3140 int client) in tls1_set_raw_sigalgs() 3161 int tls1_set_sigalgs(CERT *c, const int *psig_nids, size_t salglen, int client) in tls1_set_sigalgs()
|
H A D | ssl_lib.c | 3544 const unsigned char *client, unsigned int client_len) in SSL_select_next_proto()
|
/openssl/test/helpers/ |
H A D | handshake.c | 718 static void configure_handshake_ssl(SSL *server, SSL *client, in configure_handshake_ssl() 1423 PEER server, client; in do_handshake_internal() local
|
H A D | ssl_test_ctx.h | 138 SSL_TEST_CLIENT_CONF client; member
|
H A D | ssl_test_ctx.c | 792 static int parse_client_options(SSL_TEST_CLIENT_CONF *client, const CONF *conf, in parse_client_options()
|
/openssl/apps/lib/ |
H A D | s_cb.c | 268 int i, nsig, client; in do_print_sigalgs() local
|
/openssl/include/openssl/ |
H A D | bio.h.in | 577 # define BIO_set_ssl_mode(b,client) BIO_ctrl(b,BIO_C_SSL_MODE,client,NULL) argument
|
/openssl/apps/ |
H A D | s_server.c | 2952 BIO_ADDR *client = NULL; in init_ssl_connection() local
|
Completed in 97 milliseconds