]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than 3.0.0.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 18 Feb 2012 12:51:58 +0000 (13:51 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 18 Feb 2012 12:51:58 +0000 (13:51 +0100)
22 files changed:
lib/algorithms/ecc.c
lib/crypto-api.c
lib/gnutls_alert.c
lib/gnutls_cert.c
lib/gnutls_dtls.c
lib/gnutls_global.c
lib/gnutls_pcert.c
lib/gnutls_priority.c
lib/gnutls_privkey.c
lib/gnutls_pubkey.c
lib/gnutls_record.c
lib/gnutls_state.c
lib/gnutls_x509.c
lib/pkcs11.c
lib/pkcs11_privkey.c
lib/system_override.c
lib/verify-tofu.c
lib/x509/common.c
lib/x509/crl.c
lib/x509/privkey.c
lib/x509/verify-high.c
lib/x509/x509.c

index 0431450d02a1605dd8a12da4fc7a90b8b0ca5c0c..c64abc37f2ada20af2ed650de9ee529ed9b3015e 100644 (file)
@@ -247,7 +247,7 @@ _gnutls_ecc_bits_to_curve (int bits)
  * Returns: a string that contains the name of the specified
  *   curve or %NULL.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 const char *
 gnutls_ecc_curve_get_name (gnutls_ecc_curve_t curve)
@@ -322,7 +322,7 @@ _gnutls_ecc_curve_get_params (gnutls_ecc_curve_t curve)
  *
  * Returns: a the size or (0).
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int gnutls_ecc_curve_get_size (gnutls_ecc_curve_t curve)
 {
index 2073266b96fe0b85d8b7708d5ea935396499054b..2beb329e69d3fff71cc5d7d782240b1c466e9edf 100644 (file)
@@ -86,7 +86,7 @@ int ret;
  *
  * Returns: Zero or a negative error code on error.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_cipher_tag (gnutls_cipher_hd_t handle, void *tag, size_t tag_size)
@@ -114,7 +114,7 @@ api_cipher_hd_st * h = handle;
  *
  * Returns: Zero or a negative error code on error.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_cipher_add_auth (gnutls_cipher_hd_t handle, const void *text, size_t text_size)
@@ -138,7 +138,7 @@ api_cipher_hd_st * h = handle;
  * This function will set the IV to be used for the next
  * encryption block.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 void
 gnutls_cipher_set_iv (gnutls_cipher_hd_t handle, void *iv, size_t ivlen)
@@ -522,7 +522,7 @@ gnutls_hash_fast (gnutls_digest_algorithm_t algorithm,
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, or an
  * error code.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_key_generate (gnutls_datum_t * key, unsigned int key_size)
index 4842c3f1009532725a512aadba916c8ef8f5e2b7..793955f1d21a0a0f7a7d9c35ef6aab291b380d03 100644 (file)
@@ -104,7 +104,7 @@ gnutls_alert_get_name (gnutls_alert_description_t alert)
  *
  * Returns: string corresponding to #gnutls_alert_description_t value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 const char *
 gnutls_alert_get_strname (gnutls_alert_description_t alert)
index 0b68eb464201c72240be7b2c7cba193f0b23819d..4724d55d42eaa392f38056f86b490e757f4bcd7f 100644 (file)
@@ -108,7 +108,7 @@ gnutls_certificate_free_cas (gnutls_certificate_credentials_t sc)
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_certificate_get_issuer (gnutls_certificate_credentials_t sc,
@@ -413,7 +413,7 @@ void gnutls_certificate_server_set_retrieve_function
  * number of certificates should be set to zero. The value (-1)
  * indicates error and the handshake will be terminated.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 void gnutls_certificate_set_retrieve_function
   (gnutls_certificate_credentials_t cred,
@@ -460,7 +460,7 @@ void gnutls_certificate_set_retrieve_function
  * number of certificates should be set to zero. The value (-1)
  * indicates error and the handshake will be terminated.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 void gnutls_certificate_set_retrieve_function2
   (gnutls_certificate_credentials_t cred,
index 88862242a422bb2f261fa1018446d769b051ddf1..f61fea3f3b72564730c80bcfabd3c89f41c23319 100644 (file)
@@ -530,7 +530,7 @@ unsigned int i, offset = 0;
  * If the retransmission timeout is zero then the handshake will operate
  * in a non-blocking way, i.e., return %GNUTLS_E_AGAIN.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 void gnutls_dtls_set_timeouts (gnutls_session_t session, unsigned int retrans_timeout,
   unsigned int total_timeout)
@@ -547,7 +547,7 @@ void gnutls_dtls_set_timeouts (gnutls_session_t session, unsigned int retrans_ti
  * This function will set the maximum transfer unit of the interface
  * that DTLS packets are expected to leave from.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 void gnutls_dtls_set_mtu (gnutls_session_t session, unsigned int mtu)
 {
@@ -564,7 +564,7 @@ void gnutls_dtls_set_mtu (gnutls_session_t session, unsigned int mtu)
  *
  * Returns: the maximum allowed transfer unit.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 unsigned int gnutls_dtls_get_data_mtu (gnutls_session_t session)
 {
@@ -588,7 +588,7 @@ int ret;
  *
  * Returns: the set maximum transfer unit.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 unsigned int gnutls_dtls_get_mtu (gnutls_session_t session)
 {
@@ -607,7 +607,7 @@ unsigned int gnutls_dtls_get_mtu (gnutls_session_t session)
  *
  * Returns: the remaining time in milliseconds.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 unsigned int gnutls_dtls_get_timeout (gnutls_session_t session)
 {
@@ -653,7 +653,7 @@ unsigned int diff;
  *
  * Returns: the number of bytes sent, or a negative error code.  
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int gnutls_dtls_cookie_send(gnutls_datum_t* key, void* client_data, size_t client_data_size, 
   gnutls_dtls_prestate_st* prestate,
@@ -755,7 +755,7 @@ uint8_t digest[C_HASH_SIZE];
  *
  * Returns: %GNUTLS_E_SUCCESS (0) on success, or a negative error code.  
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int gnutls_dtls_cookie_verify(gnutls_datum_t* key, 
   void* client_data, size_t client_data_size, 
@@ -823,7 +823,7 @@ uint8_t digest[C_HASH_SIZE];
  * the cookie authentication with the client, with the newly 
  * established session.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 void gnutls_dtls_prestate_set(gnutls_session_t session, gnutls_dtls_prestate_st* prestate)
 {
@@ -855,7 +855,7 @@ void gnutls_dtls_prestate_set(gnutls_session_t session, gnutls_dtls_prestate_st*
  *
  * Returns: The number of discarded packets.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 unsigned int gnutls_record_get_discarded (gnutls_session_t session)
 {
index 606d5ba577ac30c856012902139e9c280cd32d01..3a71eaefa3fa55f1fce9502f737b7155fff7a9eb 100644 (file)
@@ -81,7 +81,7 @@ gnutls_global_set_log_function (gnutls_log_func log_func)
  * @gnutls_audit_log_func is of the form,
  * void (*gnutls_audit_log_func)( gnutls_session_t, int level, const char*);
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 void
 gnutls_global_set_audit_log_function (gnutls_audit_log_func log_func)
index 973402e77ffde78c31f2edebaacfea374f63c5ad..17e9c4f764dd57518484a8570d66735899809e31 100644 (file)
@@ -42,7 +42,7 @@
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int gnutls_pcert_import_x509 (gnutls_pcert_st* pcert,
        gnutls_x509_crt_t crt, unsigned int flags)
@@ -118,7 +118,7 @@ cleanup:
  *
  * Returns: the number of certificates read or a negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_pcert_list_import_x509_raw (gnutls_pcert_st * pcerts,
@@ -182,7 +182,7 @@ cleanup:
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int gnutls_pcert_import_x509_raw (gnutls_pcert_st *pcert,
        const gnutls_datum_t* cert, 
@@ -234,7 +234,7 @@ cleanup:
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int gnutls_pcert_import_openpgp (gnutls_pcert_st* pcert,
        gnutls_openpgp_crt_t crt, unsigned int flags)
@@ -308,7 +308,7 @@ cleanup:
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int gnutls_pcert_import_openpgp_raw (gnutls_pcert_st *pcert,
        const gnutls_datum_t* cert, 
@@ -366,7 +366,7 @@ cleanup:
  *
  * This function will deinitialize a pcert structure.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 void
 gnutls_pcert_deinit (gnutls_pcert_st *pcert)
index 406f08248ce9e47cbd29ff5a5457f10be4af6ee4..52e5209fec90ffa747f4ddb273f61db095f6ae75 100644 (file)
@@ -1138,7 +1138,7 @@ void _gnutls_priority_prefer_aes_gcm(void)
  * structure. 
  *
  * Returns: the number of curves, or an error code.
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_priority_ecc_curve_list (gnutls_priority_t pcache, const unsigned int** list)
@@ -1159,7 +1159,7 @@ gnutls_priority_ecc_curve_list (gnutls_priority_t pcache, const unsigned int** l
  * structure. 
  *
  * Returns: the number of methods, or an error code.
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_priority_compression_list (gnutls_priority_t pcache, const unsigned int** list)
@@ -1180,7 +1180,7 @@ gnutls_priority_compression_list (gnutls_priority_t pcache, const unsigned int**
  * structure. 
  *
  * Returns: the number of protocols, or an error code.
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_priority_protocol_list (gnutls_priority_t pcache, const unsigned int** list)
@@ -1201,7 +1201,7 @@ gnutls_priority_protocol_list (gnutls_priority_t pcache, const unsigned int** li
  * structure. 
  *
  * Returns: the number of algorithms, or an error code.
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_priority_sign_list (gnutls_priority_t pcache, const unsigned int** list)
@@ -1222,7 +1222,7 @@ gnutls_priority_sign_list (gnutls_priority_t pcache, const unsigned int** list)
  * structure. 
  *
  * Returns: the number of certificate types, or an error code.
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_priority_certificate_type_list (gnutls_priority_t pcache, const unsigned int** list)
index 13c09188e20708d31e0c7b7c4fde09d1f2ed5045..9cb820ed565cd3c4041781709a099008427f0882 100644 (file)
@@ -385,7 +385,7 @@ int ret;
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_privkey_import_ext (gnutls_privkey_t pkey,
index 7bebc3562a6cf0d57bf0ab4ebc36609d21be36c7..ba0c2c4e051a8b162a999fbd9e16755dfae43d42 100644 (file)
@@ -420,7 +420,7 @@ gnutls_pubkey_import_openpgp (gnutls_pubkey_t key,
  * Returns: In case of failure a negative error code will be
  *   returned, and 0 on success.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_pubkey_get_openpgp_key_id (gnutls_pubkey_t key, unsigned int flags,
@@ -719,7 +719,7 @@ gnutls_pubkey_get_pk_dsa_raw (gnutls_pubkey_t key,
  *
  * Returns: %GNUTLS_E_SUCCESS on success, otherwise a negative error code.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_pubkey_get_pk_ecc_raw (gnutls_pubkey_t key, gnutls_ecc_curve_t *curve,
@@ -773,7 +773,7 @@ gnutls_pubkey_get_pk_ecc_raw (gnutls_pubkey_t key, gnutls_ecc_curve_t *curve,
  *
  * Returns: %GNUTLS_E_SUCCESS on success, otherwise a negative error code.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int gnutls_pubkey_get_pk_ecc_x962 (gnutls_pubkey_t key, gnutls_datum_t* parameters,
                                    gnutls_datum_t * ecpoint)
@@ -1118,7 +1118,7 @@ gnutls_pubkey_import_rsa_raw (gnutls_pubkey_t key,
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_pubkey_import_ecc_raw (gnutls_pubkey_t key,
@@ -1176,7 +1176,7 @@ cleanup:
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_pubkey_import_ecc_x962 (gnutls_pubkey_t key,
@@ -1346,7 +1346,7 @@ gnutls_pubkey_verify_data (gnutls_pubkey_t pubkey, unsigned int flags,
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value (%GNUTLS_E_PK_SIG_VERIFY_FAILED in verification failure).
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_pubkey_verify_data2 (gnutls_pubkey_t pubkey, 
@@ -1422,7 +1422,7 @@ gnutls_pubkey_verify_hash (gnutls_pubkey_t key, unsigned int flags,
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_pubkey_encrypt_data (gnutls_pubkey_t key, unsigned int flags,
index a9a50c702262fdd63cfc472b49d0ba79f1e57273..84688a3fa6b45b162edd249e0820be1617f297c3 100644 (file)
@@ -1276,7 +1276,7 @@ gnutls_record_recv (gnutls_session_t session, void *data, size_t data_size)
  *   error code is returned in case of an error.  The number of bytes
  *   received might be less than @data_size.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 ssize_t
 gnutls_record_recv_seq (gnutls_session_t session, void *data, size_t data_size,
index 354db344d2c5767d65a36de1e2ee7f8e16507d4d..a8d8f0edcd66e9f93450d07d31a159f7531613bb 100644 (file)
@@ -1410,7 +1410,7 @@ int total = 0, ret, iv_size;
  * Returns: the currently used curve, a #gnutls_ecc_curve_t
  *   type.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 gnutls_ecc_curve_t gnutls_ecc_curve_get(gnutls_session_t session)
 {
index 56b3e739194d2193d0b3b72261a07de1ab4f978f..327539547841bf89e99b5b07fb22ce59a3cce57c 100644 (file)
@@ -1117,7 +1117,7 @@ cleanup:
  *
  * Returns: %GNUTLS_E_SUCCESS (0) on success, or a negative error code.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_certificate_set_key (gnutls_certificate_credentials_t res,
index a98847167f4bce162689dd6fccf0743460165c5b..f3d2fb2098456ea0b6f695b620a43a15cfe34d70 100644 (file)
@@ -575,7 +575,7 @@ gnutls_pkcs11_init (unsigned int flags, const char *deprecated_config_file)
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int gnutls_pkcs11_reinit (void)
 {
index b19548919d3e0d04bd645dff2fb7ce7590266237..afbd8e402a645fc8aeec6969547e4f3afba4712c 100644 (file)
@@ -411,7 +411,7 @@ gnutls_pkcs11_privkey_export_url (gnutls_pkcs11_privkey_t key,
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_pkcs11_privkey_generate (const char* url, 
index 120d4e976813402197f8abcb565f7c1482b6bdf5..df8c094197b8c6a8267858c60633f3ef958d10f3 100644 (file)
@@ -99,7 +99,7 @@ gnutls_transport_set_pull_function (gnutls_session_t session,
  * @gnutls_pull_timeout_func is of the form,
  * ssize_t (*gnutls_pull_timeout_func)(gnutls_transport_ptr_t, unsigned int ms);
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 void
 gnutls_transport_set_pull_timeout_function (gnutls_session_t session,
index a5a043a5ae657f731c503cc23103294f0c1f8ed0..7304cb76c8b083129badab910b8dca91b12e7a2f 100644 (file)
@@ -102,7 +102,7 @@ struct gnutls_tdb_int default_tdb = {
  * is returned. On success, %GNUTLS_E_SUCCESS (0) is returned, 
  * or a negative error value on other errors.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_verify_stored_pubkey(const char* db_name, 
@@ -596,7 +596,7 @@ char buffer[MAX_HASH_SIZE*2+1];
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_store_pubkey(const char* db_name, 
@@ -681,7 +681,7 @@ cleanup:
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_store_commitment(const char* db_name, 
index 7397a4e4756075762c6acb4552a60f6c2a9de945..bfb6aa66c277e12f522e07ed05f3c58213fc0c2b 100644 (file)
@@ -183,7 +183,7 @@ _gnutls_x509_oid_data_choice (const char *oid)
  *
  * Returns: A null terminated string or NULL otherwise.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 const char*
 gnutls_x509_dn_oid_name (const char *oid, unsigned int flags)
index 46712bc3ae362e77a3425f73fa81375612b6ab1a..3a514c98cd6f1eb7e13f7c376598f8e8c845c9e6 100644 (file)
@@ -771,7 +771,7 @@ _get_authority_key_id (gnutls_x509_crl_t cert, ASN1_TYPE *c2,
  *
  * Returns: Returns 0 on success, or an error code.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_x509_crl_get_authority_key_gn_serial (gnutls_x509_crl_t crl,
@@ -1124,7 +1124,7 @@ gnutls_x509_crl_get_extension_data (gnutls_x509_crl_t crl, int indx,
  *
  * Returns: the number of certificates read or a negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_x509_crl_list_import2 (gnutls_x509_crl_t ** crls,
@@ -1182,7 +1182,7 @@ int ret;
  *
  * Returns: the number of certificates read or a negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_x509_crl_list_import (gnutls_x509_crl_t * crls,
index 40501276b5a162568f89a82e2cccb4fbd13f6b91..4d622ccb6edec48debd9aec1b23df91e1257eae1 100644 (file)
@@ -834,7 +834,7 @@ cleanup:
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_x509_privkey_import_ecc_raw (gnutls_x509_privkey_t key,
@@ -1001,7 +1001,7 @@ gnutls_x509_privkey_sec_param (gnutls_x509_privkey_t key)
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int gnutls_x509_privkey_export_ecc_raw (gnutls_x509_privkey_t key, 
                                         gnutls_ecc_curve_t *curve,  
index 993e45134b24593811ede9b3ff3bacc0998990ff..b9572b2f028a402aff611e5a0b53e0cee9338724 100644 (file)
@@ -70,7 +70,7 @@ struct gnutls_x509_trust_list_st {
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_x509_trust_list_init(gnutls_x509_trust_list_t * list,
@@ -105,7 +105,7 @@ gnutls_x509_trust_list_init(gnutls_x509_trust_list_t * list,
  *
  * This function will deinitialize a trust list.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 void
 gnutls_x509_trust_list_deinit(gnutls_x509_trust_list_t list,
@@ -148,7 +148,7 @@ gnutls_x509_trust_list_deinit(gnutls_x509_trust_list_t list,
  *
  * Returns: The number of added elements is returned.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_x509_trust_list_add_cas(gnutls_x509_trust_list_t list,
@@ -211,7 +211,7 @@ gnutls_x509_trust_list_add_cas(gnutls_x509_trust_list_t list,
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_x509_trust_list_add_named_crt(gnutls_x509_trust_list_t list,
@@ -273,7 +273,7 @@ gnutls_x509_trust_list_add_named_crt(gnutls_x509_trust_list_t list,
  *
  * Returns: The number of added elements is returned.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_x509_trust_list_add_crls(gnutls_x509_trust_list_t list,
@@ -412,7 +412,7 @@ static int shorten_clist(gnutls_x509_trust_list_t list,
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int gnutls_x509_trust_list_get_issuer(gnutls_x509_trust_list_t list,
                                       gnutls_x509_crt_t cert,
@@ -463,7 +463,7 @@ int gnutls_x509_trust_list_get_issuer(gnutls_x509_trust_list_t list,
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_x509_trust_list_verify_crt(gnutls_x509_trust_list_t list,
@@ -563,7 +563,7 @@ gnutls_x509_trust_list_verify_crt(gnutls_x509_trust_list_t list,
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
  *   negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_x509_trust_list_verify_named_crt(gnutls_x509_trust_list_t list,
index 253a2416ea447e1455f0a15bc8145069ed8fd376..d98a2b6529fe192c263850d2a094c6069b5fc5a4 100644 (file)
@@ -817,7 +817,7 @@ _get_authority_key_id (gnutls_x509_crt_t cert, ASN1_TYPE *c2,
  *
  * Returns: Returns 0 on success, or an error code.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_x509_crt_get_authority_key_gn_serial (gnutls_x509_crt_t cert, unsigned int seq, void *alt,
@@ -3051,7 +3051,7 @@ cleanup:
  *
  * Returns: the number of certificates read or a negative error value.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_x509_crt_list_import2 (gnutls_x509_crt_t ** certs,
@@ -3546,7 +3546,7 @@ _gnutls_parse_aia (ASN1_TYPE src,
  * not match (e.g., when using %GNUTLS_IA_OCSP_URI), otherwise a
  * negative error code.
  *
- * Since: 3.0.0
+ * Since: 3.0
  **/
 int
 gnutls_x509_crt_get_authority_info_access (gnutls_x509_crt_t crt,