Home
last modified time | relevance | path

Searched refs:XN_FLAG_RFC2253 (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DX509_NAME_print_ex.pod42 B<XN_FLAG_ONELINE>, B<XN_FLAG_MULTILINE> or B<XN_FLAG_RFC2253> will suffice.
84 B<XN_FLAG_RFC2253> sets options which produce an output compatible with RFC2253 it
/onnv-gate/usr/src/common/openssl/crypto/x509/
H A Dx509.h396 #define XN_FLAG_RFC2253 (ASN1_STRFLGS_RFC2253 | \ macro
/onnv-gate/usr/src/common/openssl/apps/
H A Dapps.c1175 { "RFC2253", XN_FLAG_RFC2253, 0xffffffffL}, in set_name_ex()