summaryrefslogtreecommitdiff
path: root/lib/gnutls_pubkey.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-04-15 11:53:39 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-04-15 11:53:39 +0300
commit39343d2ca0a2bd42cf22d5ac9e78866f779fdd38 (patch)
treed276d1aff2997f48fc1283d80a36f02d5710962a /lib/gnutls_pubkey.c
parent8845699a4b73117c0bf181d4b507c4fb28aeac83 (diff)
downloadgnutls-39343d2ca0a2bd42cf22d5ac9e78866f779fdd38.tar.gz
doc update
Diffstat (limited to 'lib/gnutls_pubkey.c')
-rw-r--r--lib/gnutls_pubkey.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/gnutls_pubkey.c b/lib/gnutls_pubkey.c
index ac2b22ea33..8f6530e3c0 100644
--- a/lib/gnutls_pubkey.c
+++ b/lib/gnutls_pubkey.c
@@ -815,6 +815,8 @@ gnutls_pubkey_get_key_id(gnutls_pubkey_t key, unsigned int flags,
* the given structure. The new parameters will be allocated using
* gnutls_malloc() and will be stored in the appropriate datum.
*
+ * This function allows for %NULL parameters since 3.4.1.
+ *
* Returns: %GNUTLS_E_SUCCESS on success, otherwise a negative error code.
*
* Since: 3.3.0
@@ -868,6 +870,8 @@ gnutls_pubkey_export_rsa_raw(gnutls_pubkey_t key,
* the given certificate. The new parameters will be allocated using
* gnutls_malloc() and will be stored in the appropriate datum.
*
+ * This function allows for %NULL parameters since 3.4.1.
+ *
* Returns: %GNUTLS_E_SUCCESS on success, otherwise a negative error code.
*
* Since: 3.3.0
@@ -945,6 +949,8 @@ gnutls_pubkey_export_dsa_raw(gnutls_pubkey_t key,
* the given key. The new parameters will be allocated using
* gnutls_malloc() and will be stored in the appropriate datum.
*
+ * This function allows for %NULL parameters since 3.4.1.
+ *
* Returns: %GNUTLS_E_SUCCESS on success, otherwise a negative error code.
*
* Since: 3.0