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
Name |
Description |
c |
Cipher suite to query. |
Created with MrDocs