[#ASN1_PCTX_set_cert_flags] = ASN1_PCTX_set_cert_flags :mrdocs: Set certificate‐field print flags on an ASN.1 print context. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ASN1_PCTX_set_cert_flags( xref:ASN1_PCTX.adoc[ASN1_PCTX]* p, unsigned long flags); ---- == Parameters [cols="1,4"] |=== | Name| Description | *p* | Print context to update. | *flags* | Mask controlling which certificate‐related fields are shown. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#