summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-25 15:20:38 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-25 15:20:38 +0200
commit2ec96fecc191d4b21430ef8f63f254f92c5e538e (patch)
tree5ff9e453f51891ce4ba1fa9aab9c29e07008ac23
parent12e1a91a6b1e743bee721c887c620d9e8421cb27 (diff)
downloadgnutls-2ec96fecc191d4b21430ef8f63f254f92c5e538e.tar.gz
doc update
-rw-r--r--lib/gnutls_privkey.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gnutls_privkey.c b/lib/gnutls_privkey.c
index ae41fafa86..abb7649a8d 100644
--- a/lib/gnutls_privkey.c
+++ b/lib/gnutls_privkey.c
@@ -844,6 +844,9 @@ gnutls_privkey_decrypt_data (gnutls_privkey_t key,
* This function will import the given private key to the abstract
* #gnutls_privkey_t structure.
*
+ * The supported formats are typical X.509, PKCS #8 and the openssl
+ * format.
+ *
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
* negative error value.
*