Return the optional statusString texts from a status‐info structure.

Synopsis

Declared in <openssl/ts.h>

stack_st_ASN1_UTF8STRING const*
TS_STATUS_INFO_get0_text(TS_STATUS_INFO const* a);

Return Value

Internal stack of UTF8String messages, or NULL if absent.

Parameters

Name

Description

a

Status info to query.

Created with MrDocs