Searched refs:SSL_SECOP_TMP_DH (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/ssl/ |
D | ssl_cert.c | 913 if (op == SSL_SECOP_TMP_DH && bits < 80) in ssl_security_default_callback()
|
D | s3_lib.c | 3424 if (!ssl_security(s, SSL_SECOP_TMP_DH, in ssl3_ctrl() 3780 if (!ssl_ctx_security(ctx, SSL_SECOP_TMP_DH, in ssl3_ctx_ctrl()
|
/third_party/openssl/apps/ |
D | s_cb.c | 1331 {"Temp DH key bits", SSL_SECOP_TMP_DH},
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 2301 # define SSL_SECOP_TMP_DH (7 | SSL_SECOP_OTHER_PKEY) macro
|
/third_party/openssl/ssl/statem/ |
D | statem_clnt.c | 2155 if (!ssl_security(s, SSL_SECOP_TMP_DH, EVP_PKEY_security_bits(peer_tmp), in tls_process_ske_dhe()
|
D | statem_srvr.c | 2565 if (!ssl_security(s, SSL_SECOP_TMP_DH, in tls_construct_server_key_exchange()
|
/third_party/openssl/ |
D | CHANGES | 354 the security operation SSL_SECOP_TMP_DH. This is defined to take an EVP_PKEY 358 according to the definition of SSL_SECOP_TMP_DH, and is inconsistent with all
|