Callback that allocates a unique TSTInfo serial number for a response.

Synopsis

Declared in <openssl/ts.h>

typedef ASN1_INTEGER*(* TS_serial_cb)(TS_resp_ctx*, void*);

Return Value

New ASN1_INTEGER serial (less than 160 bits), or NULL on failure.

Parameters

Name

Description

ctx

Response context requesting a serial.

data

Application pointer supplied to TS_RESP_CTX_set_serial_cb().

Created with MrDocs