Return the stack of reject OIDs from a certificate's auxiliary data.

Synopsis

Declared in <openssl/x509_vfy.h>

stack_st_ASN1_OBJECT*
X509_get0_reject_objects(X509* x);

Return Value

Internal STACK_OF(ASN1_OBJECT) (do not free), or NULL if none.

Parameters

Name

Description

x

Certificate to query.

Created with MrDocs