SSL_CIPHER_get_handshake_digest

Return the handshake digest used by a cipher suite.

Synopsis

Declared in <openssl/ssl.h>

EVP_MD const*
SSL_CIPHER_get_handshake_digest(SSL_CIPHER const* c);

Return Value

EVP_MD for the handshake PRF/transcript digest (may differ from the record MAC digest).

Parameters

NameDescription
cCipher suite to query.