EVP_PKEY_get_default_digest_nid (3)
Leading comments
Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32) Standard preamble: ========================================================================
NAME
EVP_PKEY_get_default_digest_nid - get default signature digestSYNOPSIS
#include <openssl/evp.h> int EVP_PKEY_get_default_digest_nid(EVP_PKEY *pkey, int *pnid);
DESCRIPTION
The EVP_PKEY_get_default_digest_nid() function sets pnid to the default message digestNID
for the public key signature operations associated with key
pkey.
NOTES
For all current standard OpenSSL public key algorithmsSHA1
is returned.