gnutls_x509_crq_set_key_usage (3) Linux Manual Page
gnutls_x509_crq_set_key_usage – API function Synopsis#include <gnutls/x509.h> int gnutls_x509_crq_set_key_usage(gnutls_x509_crq_t crq, unsigned int usage); Argumentsgnutls_x509_crq_t crq a certificate request of type gnutls_x509_crq_t unsigned int usage an ORed sequence of the GNUTLS_KEY_* elements.DescriptionThis function will set the keyUsage certificate extension. ReturnsOn success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value. Since2.8.0 Reporting BugsReport bugs to <bugs [at]…
