Return the handshake digest used by a cipher suite.
Declared in <openssl/ssl.h>
EVP_MD const*
SSL_CIPHER_get_handshake_digest(SSL_CIPHER const* c);
EVP_MD for the handshake PRF/transcript digest (may differ from the record MAC digest).
| Name | Description |
|---|---|
| c | Cipher suite to query. |