]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added correct since
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 5 Jan 2013 09:44:20 +0000 (10:44 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 5 Jan 2013 09:44:20 +0000 (10:44 +0100)
lib/ext/status_request.c
lib/gnutls_dh_primes.c
lib/gnutls_ui.c
lib/openpgp/pgp.c
lib/openpgp/privkey.c
lib/pkcs11.c
lib/x509/dn.c
lib/x509/ocsp.c
lib/x509/pkcs12.c
lib/x509/pkcs7.c
lib/x509/x509.c

index e5bf67be38a42fb0fd8d9651d4b8151766197767..a70c29f9e10ccfb8523c9b62b389b01a26cce842 100644 (file)
@@ -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 (
index 4eb16388ef4c23b2ce49db66fadf4d0bfb6b13e0..70263e280e9dc8453c821e6e1d39cc3640aaf623 100644 (file)
@@ -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,
index d00513043c7a4c96dcb11e045440edb8092deb2b..0bb4772063133775f3e609bf699e9cafa41349da 100644 (file)
@@ -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)
index e100155f3e25ff5a032da4e32a52cf832769cff3..bca65d61e2d86420acefd1707b5cd2be1782c453 100644 (file)
@@ -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,
index 93fd6839819116880db2865c769e2af658b267bd..432f0b19c52a1b230f079d7567d7082fceb2ad09 100644 (file)
@@ -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,
index a4b7728b1646cbaa740bcf2ce4f44ba85a8e7f7b..8e0f606d6fefe8cb5b2a1afdfaa2a3be3e048455 100644 (file)
@@ -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,
index 1bee85523b5c43ade6694b6ea47bf05e87be19ae..bc592e0efe764cd070d0f521a951c8b86968fdd8 100644 (file)
@@ -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,
index 8d6c5e4c881c3a9d8b96ce28b39806fdc4342435..37aafe3486a1d329d2895361f1fa7ee77e3395b0 100644 (file)
@@ -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,
index 29cf27d3fbdf9ee09cbcb782adbde0a8f3fa17b6..49c66bd76a3f047832461f7e5fe56682db28b146 100644 (file)
@@ -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,
index 5149f5c3fed2380890941a229a7a1b5054d8c45f..826b88eb1bb9f83dd2e4035c95ec2ab22043cb20 100644 (file)
@@ -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)
index 4ece36232787f9e23bb6f06a1563b150dd8dfad2..90bfd362db64f7cc3bb9a4b8d50c49437b665dd1 100644 (file)
@@ -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,