Set the untrusted certificate stack used when verifying a time-stamp token.
Declared in <openssl/ts.h>
stack_st_X509*
TS_VERIFY_CTX_set_certs(
TS_VERIFY_CTX* ctx,
stack_st_X509* certs);
The certificate stack now stored in ctx.
| Name | Description |
|---|---|
| ctx | Verification context to update. |
| certs | Certificate stack taken over by the context (freed on cleanup), or NULL. |