Return the certificate‐field print flags stored in a print context.
Synopsis
Declared in <openssl/asn1.h>
unsigned long
ASN1_PCTX_get_cert_flags(ASN1_PCTX const* p);
Return Value
Flag mask previously set with ASN1_PCTX_set_cert_flags().
Parameters
Name |
Description |
p |
Print context to query. |
Created with MrDocs