Return the stack of explicit trust object identifiers attached to a certificate.

Synopsis

Declared in <openssl/x509_vfy.h>

stack_st_ASN1_OBJECT*
X509_get0_trust_objects(X509* x);

Return Value

Internal stack of ASN1_OBJECT values, or NULL if none; do not free the result.

Parameters

Name

Description

x

Certificate whose auxiliary trust OIDs are queried.

Created with MrDocs