HomeSort by: relevance | last modified time | path
    Searched defs:server2_ctx (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
ssl_test.c 397 SSL_CTX *server_ctx = NULL, *server2_ctx = NULL, *client_ctx = NULL, local
424 if (!TEST_ptr(server2_ctx = SSL_CTX_new_ex(libctx, NULL, DTLS_server_method()))
425 || !TEST_true(SSL_CTX_set_options(server2_ctx,
466 if (!TEST_ptr(server2_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()))
467 || !TEST_true(SSL_CTX_set_options(server2_ctx,
470 if (!TEST_true(SSL_CTX_set_max_proto_version(server2_ctx,
513 if (server2_ctx != NULL
514 && (!SSL_CTX_config(server2_ctx, "server2")
515 || !SSL_CTX_set_dh_auto(server2_ctx, 1)))
525 result = do_handshake(server_ctx, server2_ctx, client_ctx
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
ssl_test.c 397 SSL_CTX *server_ctx = NULL, *server2_ctx = NULL, *client_ctx = NULL, local
418 if (!TEST_ptr(server2_ctx =
420 || !TEST_true(SSL_CTX_set_options(server2_ctx,
462 if (!TEST_ptr(server2_ctx =
464 || !TEST_true(SSL_CTX_set_options(server2_ctx,
467 if (!TEST_true(SSL_CTX_set_max_proto_version(server2_ctx,
509 if (server2_ctx != NULL && !SSL_CTX_config(server2_ctx, "server2"))
518 result = do_handshake(server_ctx, server2_ctx, client_ctx,
527 SSL_CTX_free(server2_ctx);
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
ssl_test.c 394 SSL_CTX *server_ctx = NULL, *server2_ctx = NULL, *client_ctx = NULL, local
414 if (!TEST_ptr(server2_ctx = SSL_CTX_new(DTLS_server_method())))
444 if (!TEST_ptr(server2_ctx = SSL_CTX_new(TLS_server_method())))
446 if (!TEST_true(SSL_CTX_set_max_proto_version(server2_ctx,
485 if (server2_ctx != NULL && !SSL_CTX_config(server2_ctx, "server2"))
494 result = do_handshake(server_ctx, server2_ctx, client_ctx,
503 SSL_CTX_free(server2_ctx);

Completed in 22 milliseconds