]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 4 Sep 2014 18:45:27 +0000 (20:45 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 4 Sep 2014 18:45:27 +0000 (20:45 +0200)
lib/x509/x509_write.c

index e450fad18683b88e4ba1d33f81c50a7090d804c0..ef51a328b1299c28f0dbbeb31355bb7d06cb5439 100644 (file)
@@ -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.
  **/