gnutls_x509_crq_sign (3) Linux Manual Page
gnutls_x509_crq_sign – API function Synopsis#include <gnutls/compat.h> int gnutls_x509_crq_sign(gnutls_x509_crq_t crq, gnutls_x509_privkey_t key); Argumentsgnutls_x509_crq_t crq should contain a gnutls_x509_crq_t structure gnutls_x509_privkey_t key holds a private keyDescriptionThis function is the same a gnutls_x509_crq_sign2() with no flags, and SHA1 as the hash algorithm. ReturnsOn success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value. DeprecatedUse gnutls_x509_crq_privkey_sign() instead. Reporting BugsReport…
