[#NAME_CONSTRAINTS_check_CN] = NAME_CONSTRAINTS_check_CN :mrdocs: Check whether the certificate Common Name satisfies Name Constraints. == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int NAME_CONSTRAINTS_check_CN( xref:X509.adoc[X509]* x, xref:NAME_CONSTRAINTS.adoc[NAME_CONSTRAINTS]* nc); ---- == Return Value X509_V_OK (0) if compliant, or an X509_V_ERR_* code on violation or error. == Parameters [cols="1,4"] |=== | Name| Description | *x* | Certificate whose subject CN is checked when not already covered by a DNS SAN. | *nc* | Name Constraints extension value to apply. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#