Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
EVP_PKEY_get_default_digest_nid — get default signature digestDESCRIPTION
The EVP_PKEY_get_default_digest_nid() function sets *pnid to the default message digest NID for the public key signature operations associated with pkey.EVP_PKEY_base_id(3) | *pnid | return value |
EVP_PKEY_DSA | NID_sha1 | mandatory |
EVP_PKEY_EC | NID_sha1 | mandatory |
EVP_PKEY_ED25519 | NID_undef | mandatory |
EVP_PKEY_HMAC | NID_sha1 | advisory |
EVP_PKEY_RSA | NID_sha256 | advisory |