Callback that processes a requested extension while building TSTInfo.
Declared in <openssl/ts.h>
typedef int(* TS_extension_cb)(TS_resp_ctx*, X509_EXTENSION*, void*);
Nonzero if processed, or 0 on error (must set status/failure info).
| Name | Description |
|---|---|
| ctx | Response context whose TSTInfo may be modified. |
| ext | Extension from the request to handle. |
| data | Application pointer supplied to TS_RESP_CTX_set_extension_cb(). |