SCT_set_signature_nid

Set the signature algorithm NID used by an SCT.

Synopsis

Declared in <openssl/ct.h>

int
SCT_set_signature_nid(
    SCT* sct,
    int nid);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
sctSigned Certificate Timestamp to update.
nidFor CT v1, NID_sha256WithRSAEncryption or NID_ecdsa_with_SHA256.