SCT_get_signature_nid

Return the NID of the signature algorithm used by an SCT.

Synopsis

Declared in <openssl/ct.h>

int
SCT_get_signature_nid(SCT const* sct);

Return Value

An NID such as NID_sha256WithRSAEncryption or NID_ecdsa_with_SHA256, or NID_undef.

Parameters

NameDescription
sctSCT to query.