Searched refs:SSL_SECOP_TMP_DH (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_cert.c | 1041 if (op == SSL_SECOP_TMP_DH && bits < 80) in ssl_security_default_callback()
|
H A D | ssl_lib.c | 6058 if (!ssl_security(s, SSL_SECOP_TMP_DH, in SSL_set0_tmp_dh_pkey() 6070 if (!ssl_ctx_security(ctx, SSL_SECOP_TMP_DH, in SSL_CTX_set0_tmp_dh_pkey()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | s_cb.c | 1381 {"Temp DH key bits", SSL_SECOP_TMP_DH},
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 2433 the security operation SSL_SECOP_TMP_DH. This is defined to take an EVP_PKEY 2437 according to the definition of SSL_SECOP_TMP_DH, and is inconsistent with all
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_clnt.c | 2089 if (!ssl_security(s, SSL_SECOP_TMP_DH, in tls_process_ske_dhe()
|
H A D | statem_srvr.c | 2481 if (!ssl_security(s, SSL_SECOP_TMP_DH, in tls_construct_server_key_exchange()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 2460 # define SSL_SECOP_TMP_DH (7 | SSL_SECOP_OTHER_PKEY) macro
|
H A D | ssl.h.in | 2388 # define SSL_SECOP_TMP_DH (7 | SSL_SECOP_OTHER_PKEY) macro
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 1453 the security operation SSL_SECOP_TMP_DH. One location of the "other" parameter
|