Home
last modified time | relevance | path

Searched refs:server_ctx (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dssl_test.c397 SSL_CTX *server_ctx = NULL, *server2_ctx = NULL, *client_ctx = NULL, in test_handshake() local
411 server_ctx = SSL_CTX_new_ex(libctx, NULL, DTLS_server_method()); in test_handshake()
412 if (!TEST_true(SSL_CTX_set_options(server_ctx, in test_handshake()
414 || !TEST_true(SSL_CTX_set_max_proto_version(server_ctx, 0))) in test_handshake()
454 server_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_handshake()
455 if (!TEST_true(SSL_CTX_set_max_proto_version(server_ctx, maxversion)) in test_handshake()
456 || !TEST_true(SSL_CTX_set_options(server_ctx, in test_handshake()
499 if (!TEST_ptr(server_ctx) in test_handshake()
504 if (!SSL_CTX_config(server_ctx, "server") in test_handshake()
518 result = do_handshake(server_ctx, server2_ctx, client_ctx, in test_handshake()
[all …]
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c496 if (!TEST_int_eq(SSL_CTX_set_max_send_fragment(server_ctx, in configure_handshake_ctx()
543 SSL_CTX_set_tlsext_servername_arg(server_ctx, server2_ctx); in configure_handshake_ctx()
547 SSL_CTX_set_tlsext_servername_arg(server_ctx, server2_ctx); in configure_handshake_ctx()
565 SSL_CTX_set_tlsext_status_cb(server_ctx, server_ocsp_cb); in configure_handshake_ctx()
566 SSL_CTX_set_tlsext_status_arg(server_ctx, in configure_handshake_ctx()
581 SSL_CTX_set_tlsext_ticket_key_evp_cb(server_ctx, in configure_handshake_ctx()
590 SSL_CTX_set_npn_advertised_cb(server_ctx, server_npn_cb, in configure_handshake_ctx()
662 || !TEST_int_eq(SSL_CTX_set_tlsext_ticket_keys(server_ctx, in configure_handshake_ctx()
1394 SSL_CTX *server_ctx, SSL_CTX *server2_ctx, SSL_CTX *client_ctx, in do_handshake_internal() argument
1447 if (!create_peer(&server, server_ctx)) { in do_handshake_internal()
[all …]
H A Dhandshake_srp.c41 int configure_handshake_ctx_for_srp(SSL_CTX *server_ctx, SSL_CTX *server2_ctx, in configure_handshake_ctx_for_srp() argument
49 SSL_CTX_set_srp_username_callback(server_ctx, server_srp_cb); in configure_handshake_ctx_for_srp()
59 SSL_CTX_set_srp_cb_arg(server_ctx, server_ctx_data); in configure_handshake_ctx_for_srp()
H A Dhandshake.h86 HANDSHAKE_RESULT *do_handshake(SSL_CTX *server_ctx, SSL_CTX *server2_ctx,
91 int configure_handshake_ctx_for_srp(SSL_CTX *server_ctx, SSL_CTX *server2_ctx,
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_lru.c323 br_ssl_server_context *server_ctx, in lru_save() argument
345 br_hmac_drbg_generate(&server_ctx->eng.rng, in lru_save()
347 cc->hash = br_hmac_drbg_get_hash(&server_ctx->eng.rng); in lru_save()
429 br_ssl_server_context *server_ctx, in lru_load() argument
436 (void)server_ctx; in lru_load()
/freebsd/contrib/bearssl/inc/
H A Dbearssl_ssl.h3318 br_ssl_server_context *server_ctx,
3336 br_ssl_server_context *server_ctx,