gnutls_x509_crq_set_key_purpose_oid (3) Linux Manual Page
NAME gnutls_x509_crq_set_key_purpose_oid – API function SYNOPSIS #include <gnutls/x509.h> int gnutls_x509_crq_set_key_purpose_oid(gnutls_x509_crq_t crq, const void * oid, unsigned int critical); ARGUMENTS gnutls_x509_crq_t crq a certificate of type gnutls_x509_crq_t const void * oid a pointer to a (0)-terminated string that holds the OID unsigned int critical Whether this extension will be critical or not DESCRIPTION This function will…
