Home
last modified time | relevance | path

Searched refs:SSL_CTX_set0_tmp_dh_pkey (Results 1 – 11 of 11) sorted by relevance

/openssl/doc/man3/
H A DSSL_CTX_set_tmp_dh_callback.pod5 SSL_CTX_set_dh_auto, SSL_set_dh_auto, SSL_CTX_set0_tmp_dh_pkey,
16 int SSL_CTX_set0_tmp_dh_pkey(SSL_CTX *ctx, EVP_PKEY *dhpkey);
73 their own DH parameters should call SSL_CTX_set0_tmp_dh_pkey() or
81 thing as SSL_CTX_set0_tmp_dh_pkey() and SSL_set0_tmp_dh_pkey() except that the
84 should use "auto" parameters instead, or call SSL_CTX_set0_tmp_dh_pkey() or
91 specify the parameters via SSL_CTX_set0_tmp_dh_pkey() or SSL_set0_tmp_dh_pkey()
/openssl/ssl/
H A Dssl_conf.c641 if ((rv = SSL_CTX_set0_tmp_dh_pkey(cctx->ctx, dhpkey)) > 0) in cmd_DHParameters()
H A Ds3_lib.c3892 if (!SSL_CTX_set0_tmp_dh_pkey(ctx, pkdh)) { in ssl3_ctx_ctrl()
H A Dssl_lib.c7475 int SSL_CTX_set0_tmp_dh_pkey(SSL_CTX *ctx, EVP_PKEY *dhpkey) in SSL_CTX_set0_tmp_dh_pkey() function
/openssl/test/
H A Dssl_old_test.c1541 if (!SSL_CTX_set0_tmp_dh_pkey(s_ctx, dhpkey)) in main()
1543 if (!SSL_CTX_set0_tmp_dh_pkey(s_ctx2, dhpkey)) in main()
H A Dsslapitest.c10445 if (!TEST_true(SSL_CTX_set0_tmp_dh_pkey(sctx, dhpkey))) in test_set_tmp_dh()
/openssl/util/
H A Dlibssl.num521 SSL_CTX_set0_tmp_dh_pkey 522 3_0_0 EXIST::FUNCTION:
/openssl/apps/
H A Ds_server.c2139 if (!SSL_CTX_set0_tmp_dh_pkey(ctx, dhpkey)) { in s_server_main()
2166 } else if (!SSL_CTX_set0_tmp_dh_pkey(ctx2, dhpkey)) { in s_server_main()
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md570 | `SSL_CTX_set0_tmp_dh_pkey` | HL | ��U | ��A | ��NC\* | ��Done …
/openssl/doc/man7/
H A Dossl-guide-migration.pod2241 use the alternative functions L<SSL_CTX_set0_tmp_dh_pkey(3)> and
/openssl/include/openssl/
H A Dssl.h.in1517 int SSL_CTX_set0_tmp_dh_pkey(SSL_CTX *ctx, EVP_PKEY *dhpkey);

Completed in 152 milliseconds