* encoded, depending on the certificate data.
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
- * negative error value. and a negative error code on error.
+ * negative error value.
*
* Since: 3.1.10
**/
* This function will extract the signature field of a CRL.
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
- * negative error value. and a negative error code on error.
+ * negative error value.
**/
int
gnutls_x509_crl_get_signature(gnutls_x509_crl_t crl,
* of revoked certificates. In that case use gnutls_x509_crl_iter_crt_serial().
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
- * negative error value. and a negative error code on error.
+ * negative error value.
**/
int
gnutls_x509_crl_get_crt_serial(gnutls_x509_crl_t crl, int indx,
* After use, the iterator must be deinitialized using gnutls_x509_crl_iter_deinit().
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
- * negative error value. and a negative error code on error.
+ * negative error value.
**/
int
gnutls_x509_crl_iter_crt_serial(gnutls_x509_crl_t crl,
* of "BEGIN X509 CRL".
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
- * negative error value. and a negative error code on failure.
+ * negative error value.
**/
int
gnutls_x509_crl_export(gnutls_x509_crl_t crl,
* of "BEGIN X509 CRL".
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
- * negative error value. and a negative error code on failure.
+ * negative error value.
*
* Since 3.1.3
**/