/openssl-master/test/ |
A D | README.ssltest.md | 143 ### Configuring callbacks and additional options 195 ### Default server and client configurations
|
A D | cipherlist_test.c | 26 SSL_CTX *server; 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 | 5463 int *server = (int *)add_arg; in old_add_cb() local 5490 int *server = (int *)parse_arg; in old_parse_cb() local 5509 int *server = (int *)add_arg; in new_add_cb() local 5537 int *server = (int *)parse_arg; in new_parse_cb() local 5582 static int server = 1; in test_custom_exts() local
|
/openssl-master/util/perl/TLSProxy/ |
A D | Alert.pm | 31 sub server subroutine
|
A D | Message.pm | 561 sub server subroutine
|
/openssl-master/crypto/http/ |
A D | http_lib.c | 242 static int use_proxy(const char *no_proxy, const char *server) in use_proxy() 271 const char *server, int use_ssl) in OSSL_HTTP_adapt_proxy()
|
A D | http_client.c | 54 char *server; /* Optional server host name */ member 170 const char *server, const char *port, in OSSL_HTTP_REQ_CTX_set_request_line() 341 const char *server, const char *port, in http_req_ctx_new() 790 static BIO *http_new_bio(const char *server /* optionally includes ":port" */, in http_new_bio() 862 OSSL_HTTP_REQ_CTX *OSSL_HTTP_open(const char *server, const char *port, in OSSL_HTTP_open() 1132 const char *server, const char *port, in OSSL_HTTP_transfer() 1209 int OSSL_HTTP_proxy_connect(BIO *bio, const char *server, const char *port, in OSSL_HTTP_proxy_connect()
|
/openssl-master/fuzz/ |
A D | server.c | 511 SSL *server; in FuzzerTestOneInput() local
|
/openssl-master/ssl/ |
A D | t1_trce.c | 706 static int ssl_print_extension(BIO *bio, int indent, int server, in ssl_print_extension() 895 static int ssl_print_extensions(BIO *bio, int indent, int server, in ssl_print_extensions() 1254 static int ssl_print_certificates(BIO *bio, const SSL *ssl, int server, in ssl_print_certificates() 1422 static int ssl_print_handshake(BIO *bio, const SSL *ssl, int server, in ssl_print_handshake()
|
A D | s3_lib.c | 4539 int ssl_fill_hello_random(SSL *s, int server, unsigned char *result, size_t len, in ssl_fill_hello_random()
|
A D | ssl_lib.c | 2813 int server = s->handshake_func == NULL ? 0 : s->server; in SSL_get_servername() local 2901 const unsigned char *server, in SSL_select_next_proto()
|
A D | ssl_local.h | 1239 int server; member
|
/openssl-master/test/helpers/ |
A D | ssl_test_ctx.c | 237 const char *ssl_servername_name(ssl_servername_t server) in ssl_servername_name() 293 const char *ssl_session_ticket_name(ssl_session_ticket_t server) in ssl_session_ticket_name() 323 const char *ssl_session_id_name(ssl_session_id_t server) in ssl_session_id_name() 810 static int parse_server_options(SSL_TEST_SERVER_CONF *server, const CONF *conf, in parse_server_options()
|
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 | 138 SSL_TEST_SERVER_CONF server; member
|
/openssl-master/apps/include/ |
A D | apps.h | 273 const char *server; member
|
/openssl-master/ssl/statem/ |
A D | statem.c | 313 static int state_machine(SSL *s, int server) in state_machine()
|
/openssl-master/crypto/cmp/ |
A D | cmp_local.h | 45 char *server; member
|
/openssl-master/apps/lib/ |
A D | apps.c | 2495 char *server; in app_http_get_asn1() local
|