Searched refs:SSL_CTX_set0_tmp_dh_pkey (Results 1 – 11 of 11) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_CTX_set_tmp_dh_callback.pod | 5 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 D | ssl_conf.c | 641 if ((rv = SSL_CTX_set0_tmp_dh_pkey(cctx->ctx, dhpkey)) > 0) in cmd_DHParameters()
|
H A D | s3_lib.c | 3892 if (!SSL_CTX_set0_tmp_dh_pkey(ctx, pkdh)) { in ssl3_ctx_ctrl()
|
H A D | ssl_lib.c | 7475 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 D | ssl_old_test.c | 1541 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 D | sslapitest.c | 10445 if (!TEST_true(SSL_CTX_set0_tmp_dh_pkey(sctx, dhpkey))) in test_set_tmp_dh()
|
/openssl/util/ |
H A D | libssl.num | 521 SSL_CTX_set0_tmp_dh_pkey 522 3_0_0 EXIST::FUNCTION:
|
/openssl/apps/ |
H A D | s_server.c | 2139 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 D | quic-api-ssl-funcs.md | 570 | `SSL_CTX_set0_tmp_dh_pkey` | HL | U | A | NC\* | Done …
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 2241 use the alternative functions L<SSL_CTX_set0_tmp_dh_pkey(3)> and
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 1517 int SSL_CTX_set0_tmp_dh_pkey(SSL_CTX *ctx, EVP_PKEY *dhpkey);
|
Completed in 179 milliseconds