OPENSSL_DH_COMPUTE_KEY(3) 1 OPENSSL_DH_COMPUTE_KEY(3) openssl_dh_compute_key - Computes shared secret for public value of remote DH key and local DH keySYNOPSISstring openssl_dh_compute_key (string $pub_key, resource $dh_key)DESCRIPTIONWarning This function is currently not documented; only its argument list is available.PARAMETERSo $pub_key - Public key o $dh_key - DH keyRETURN VALUESReturns computed key on success or FALSE on failure. PHP Documentation Group OPENSSL_DH_COMPUTE_KEY(3)
| Related Man Pages |
|---|
| dh_generate_key(3) - redhat |
| dh_compute_key(3ssl) - debian |
| dh_compute_key(3ssl) - opendarwin |
| dh_generate_key(3ssl) - minix |
| dh_compute_key(3ssl) - netbsd |