Get the last validation result stored on an SCT.
Synopsis
Declared in <openssl/ct.h>
sct_validation_status_t
SCT_get_validation_status(SCT const* sct);
Return Value
Last status, or SCT_VALIDATION_STATUS_NOT_SET if not validated yet.
Parameters
Name |
Description |
sct |
SCT to query. |
Created with MrDocs