gnutls_x509_crt_set_name_constraints (3) Linux Manual Page
NAME gnutls_x509_crt_set_name_constraints – API function SYNOPSIS #include <gnutls/x509.h> int gnutls_x509_crt_set_name_constraints(gnutls_x509_crt_t crt, gnutls_x509_name_constraints_t nc, unsigned int critical); ARGUMENTS gnutls_x509_crt_t crt The certificate structure gnutls_x509_name_constraints_t nc The nameconstraints structure unsigned int critical whether this extension will be critical DESCRIPTION This function will set the provided name constraints to the certificate extension list. This extension is always marked…
