Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
X509_NAME_print_ex, X509_NAME_print_ex_fp, X509_NAME_oneline, X509_NAME_print — X509_NAME printing routinesSYNOPSIS
#include <openssl/x509.h>X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent, unsigned long flags);
X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent, unsigned long flags);
X509_NAME_oneline(const X509_NAME *a, char *buf, int size);
X509_NAME_print(BIO *bp, const X509_NAME *name, int obase);
DESCRIPTION
X509_NAME_print_ex() prints a human readable version of nm to BIO out. Each line (for multiline formats) is indented by indent spaces. The output format can be extensively customised by use of the flags parameter.&
~ASN1_STRFLGS_ESC_MSB would be used.=
’ character separating field names and values.