gnutls_free(crq);
}
-#define PEM_CRQ "CERTIFICATE REQUEST"
+#define PEM_CRQ "NEW CERTIFICATE REQUEST"
/**
* gnutls_x509_crq_import - This function will import a DER or PEM encoded Certificate request
* This function will convert the given DER or PEM encoded Certificate
* to the native gnutls_x509_crq format. The output will be stored in 'cert'.
*
- * If the Certificate is PEM encoded it should have a header of "CERTIFICATE REQUEST".
+ * If the Certificate is PEM encoded it should have a header of "NEW CERTIFICATE REQUEST".
*
* Returns 0 on success.
*
* GNUTLS_E_SHORT_MEMORY_BUFFER will be returned.
*
* If the structure is PEM encoded, it will have a header
- * of "BEGIN CERTIFICATE REQUEST".
+ * of "BEGIN NEW CERTIFICATE REQUEST".
*
* In case of failure a negative value will be returned, and
* 0 on success.