From: Nikos Mavrogiannopoulos Date: Thu, 4 Sep 2014 18:45:27 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_4_0~985 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f62ac4baec1bb7d3abd982549843f8c05487fdf;p=thirdparty%2Fgnutls.git doc update --- diff --git a/lib/x509/x509_write.c b/lib/x509/x509_write.c index e450fad186..ef51a328b1 100644 --- a/lib/x509/x509_write.c +++ b/lib/x509/x509_write.c @@ -245,6 +245,9 @@ gnutls_x509_crt_set_key(gnutls_x509_crt_t crt, gnutls_x509_privkey_t key) * the extensions from the given certificate request to the certificate. * Only RSA keys are currently supported. * + * Note that this function will only set the @crq if it is self + * signed and the signature is correct. See gnutls_x509_crq_sign2(). + * * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a * negative error value. **/