summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-01-05 10:44:20 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-01-05 10:44:20 +0100
commite31ecbf9e8045f8b2f8e06e0c65899d8aaa0d774 (patch)
tree2f66507fa3285c1672f637326278949a9a42df38
parent7e6f54fabc8d6d01bdf62c15a6a01367d92907ea (diff)
downloadgnutls-e31ecbf9e8045f8b2f8e06e0c65899d8aaa0d774.tar.gz
Added correct since
-rw-r--r--lib/ext/status_request.c8
-rw-r--r--lib/gnutls_dh_primes.c2
-rw-r--r--lib/gnutls_ui.c2
-rw-r--r--lib/openpgp/pgp.c2
-rw-r--r--lib/openpgp/privkey.c2
-rw-r--r--lib/pkcs11.c2
-rw-r--r--lib/x509/dn.c2
-rw-r--r--lib/x509/ocsp.c2
-rw-r--r--lib/x509/pkcs12.c2
-rw-r--r--lib/x509/pkcs7.c4
-rw-r--r--lib/x509/x509.c2
11 files changed, 25 insertions, 5 deletions
diff --git a/lib/ext/status_request.c b/lib/ext/status_request.c
index e5bf67be38..a70c29f9e1 100644
--- a/lib/ext/status_request.c
+++ b/lib/ext/status_request.c
@@ -291,6 +291,8 @@ _gnutls_status_request_recv_params (gnutls_session_t session,
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned,
* otherwise a negative error code is returned.
+ *
+ * Since: 3.1.3
**/
int
gnutls_ocsp_status_request_enable_client (gnutls_session_t session,
@@ -335,6 +337,8 @@ gnutls_ocsp_status_request_enable_client (gnutls_session_t session,
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned,
* otherwise a negative error code is returned.
+ *
+ * Since: 3.1.3
**/
int
gnutls_ocsp_status_request_get (gnutls_session_t session,
@@ -388,6 +392,8 @@ gnutls_ocsp_status_request_get (gnutls_session_t session,
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned,
* otherwise a negative error code is returned.
+ *
+ * Since: 3.1.3
**/
void
gnutls_certificate_set_ocsp_status_request_function (
@@ -427,6 +433,8 @@ gnutls_certificate_credentials_t sc = ptr;
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned,
* otherwise a negative error code is returned.
+ *
+ * Since: 3.1.3
**/
int
gnutls_certificate_set_ocsp_status_request_file (
diff --git a/lib/gnutls_dh_primes.c b/lib/gnutls_dh_primes.c
index 4eb16388ef..70263e280e 100644
--- a/lib/gnutls_dh_primes.c
+++ b/lib/gnutls_dh_primes.c
@@ -384,6 +384,8 @@ int ret;
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned,
* otherwise a negative error code is returned.
+ *
+ * Since: 3.1.3
**/
int
gnutls_dh_params_export2_pkcs3 (gnutls_dh_params_t params,
diff --git a/lib/gnutls_ui.c b/lib/gnutls_ui.c
index d00513043c..0bb4772063 100644
--- a/lib/gnutls_ui.c
+++ b/lib/gnutls_ui.c
@@ -562,6 +562,8 @@ gnutls_certificate_get_peers (gnutls_session_t
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise
* an error code is returned.
+ *
+ * Since: 3.1.3
**/
int gnutls_certificate_get_peers_subkey_id(gnutls_session_t session,
gnutls_datum_t *id)
diff --git a/lib/openpgp/pgp.c b/lib/openpgp/pgp.c
index e100155f3e..bca65d61e2 100644
--- a/lib/openpgp/pgp.c
+++ b/lib/openpgp/pgp.c
@@ -244,6 +244,8 @@ gnutls_openpgp_crt_export (gnutls_openpgp_crt_t key,
* The output buffer is allocated using gnutls_malloc().
*
* Returns: %GNUTLS_E_SUCCESS on success, or an error code.
+ *
+ * Since: 3.1.3
**/
int
gnutls_openpgp_crt_export2 (gnutls_openpgp_crt_t key,
diff --git a/lib/openpgp/privkey.c b/lib/openpgp/privkey.c
index 93fd683981..432f0b19c5 100644
--- a/lib/openpgp/privkey.c
+++ b/lib/openpgp/privkey.c
@@ -243,7 +243,7 @@ gnutls_openpgp_privkey_export (gnutls_openpgp_privkey_t key,
*
* Returns: %GNUTLS_E_SUCCESS on success, or an error code.
*
- * Since: 3.1
+ * Since: 3.1.3
**/
int
gnutls_openpgp_privkey_export2 (gnutls_openpgp_privkey_t key,
diff --git a/lib/pkcs11.c b/lib/pkcs11.c
index a4b7728b16..8e0f606d6f 100644
--- a/lib/pkcs11.c
+++ b/lib/pkcs11.c
@@ -849,7 +849,7 @@ gnutls_pkcs11_obj_export (gnutls_pkcs11_obj_t obj,
* Returns: In case of failure a negative error code will be
* returned, and %GNUTLS_E_SUCCESS (0) on success.
*
- * Since: 3.1
+ * Since: 3.1.3
**/
int
gnutls_pkcs11_obj_export2 (gnutls_pkcs11_obj_t obj,
diff --git a/lib/x509/dn.c b/lib/x509/dn.c
index 1bee85523b..bc592e0efe 100644
--- a/lib/x509/dn.c
+++ b/lib/x509/dn.c
@@ -1110,6 +1110,8 @@ gnutls_x509_dn_export (gnutls_x509_dn_t dn,
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
* negative error value.
+ *
+ * Since: 3.1.3
**/
int
gnutls_x509_dn_export2 (gnutls_x509_dn_t dn,
diff --git a/lib/x509/ocsp.c b/lib/x509/ocsp.c
index 8d6c5e4c88..37aafe3486 100644
--- a/lib/x509/ocsp.c
+++ b/lib/x509/ocsp.c
@@ -1267,6 +1267,8 @@ gnutls_ocsp_resp_get_produced (gnutls_ocsp_resp_t resp)
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
* negative error code is returned.
+ *
+ * Since: 3.1.3
**/
int
gnutls_ocsp_resp_check_crt (gnutls_ocsp_resp_t resp,
diff --git a/lib/x509/pkcs12.c b/lib/x509/pkcs12.c
index 29cf27d3fb..49c66bd76a 100644
--- a/lib/x509/pkcs12.c
+++ b/lib/x509/pkcs12.c
@@ -293,7 +293,7 @@ gnutls_pkcs12_export (gnutls_pkcs12_t pkcs12,
* Returns: In case of failure a negative error code will be
* returned, and 0 on success.
*
- * Since: 3.1
+ * Since: 3.1.3
**/
int
gnutls_pkcs12_export2 (gnutls_pkcs12_t pkcs12,
diff --git a/lib/x509/pkcs7.c b/lib/x509/pkcs7.c
index 5149f5c3fe..826b88eb1b 100644
--- a/lib/x509/pkcs7.c
+++ b/lib/x509/pkcs7.c
@@ -447,7 +447,9 @@ gnutls_pkcs7_export (gnutls_pkcs7_t pkcs7,
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
* negative error value.
- **/
+ *
+ * Since: 3.1.3
+ **/
int
gnutls_pkcs7_export2 (gnutls_pkcs7_t pkcs7,
gnutls_x509_crt_fmt_t format, gnutls_datum_t *out)
diff --git a/lib/x509/x509.c b/lib/x509/x509.c
index 4ece362327..90bfd362db 100644
--- a/lib/x509/x509.c
+++ b/lib/x509/x509.c
@@ -2652,7 +2652,7 @@ gnutls_x509_crt_export (gnutls_x509_crt_t cert,
* Returns: In case of failure a negative error code will be
* returned, and 0 on success.
*
- * Since: 3.1
+ * Since: 3.1.3
**/
int
gnutls_x509_crt_export2 (gnutls_x509_crt_t cert,