Opaque Diffie-Hellman key/parameters object (deprecated low-level DH_* API).
Declared in <openssl/types.h>
struct dh_st;
| Name | Description |
|---|---|
EVP_PKEY_get0_DH | Return the DH key referenced by pkey without incrementing its reference count (deprecated). |
EVP_PKEY_get1_DH | Return a new reference to the DH key held by pkey (deprecated). |