]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 18 Nov 2015 08:24:18 +0000 (09:24 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 18 Nov 2015 08:24:18 +0000 (09:24 +0100)
lib/pubkey.c
lib/x509/x509_write.c

index ef95d1d6cf1659291cd9bfda3236534048917409..a2924300e4dfce085f10ac50a71abd8768770413 100644 (file)
@@ -1688,7 +1688,7 @@ gnutls_pubkey_verify_hash2(gnutls_pubkey_t key,
  * @ciphertext: contains the encrypted data
  *
  * This function will encrypt the given data, using the public
- * key.
+ * key. On success the @ciphertext will be allocated using gnutls_malloc().
  *
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
index 7f6b2df4f609235048dc138f1389446f39fe98e4..eeeb128d9bb06d6335f60a522b4b2d6d68cf53ba 100644 (file)
@@ -206,8 +206,7 @@ gnutls_x509_crt_set_version(gnutls_x509_crt_t crt, unsigned int version)
  * @key: holds a private key
  *
  * This function will set the public parameters from the given
- * private key to the certificate. Only RSA keys are currently
- * supported.
+ * private key to the certificate.
  *
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.