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
Name |
Description |
sct |
Signed Certificate Timestamp to update. |
nid |
For CT v1, NID_sha256WithRSAEncryption or NID_ecdsa_with_SHA256. |
Created with MrDocs