[#SSL_CIPHER_get_handshake_digest] = SSL_CIPHER_get_handshake_digest :mrdocs: Return the handshake digest used by a cipher suite. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_MD.adoc[EVP_MD] const* SSL_CIPHER_get_handshake_digest(xref:SSL_CIPHER.adoc[SSL_CIPHER] const* c); ---- == Return Value EVP_MD for the handshake PRF/transcript digest (may differ from the record MAC digest). == Parameters [cols="1,4"] |=== | Name| Description | *c* | Cipher suite to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#