Blame doc/functions/gnutls_x509_crl_set_crt

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {int} {gnutls_x509_crl_set_crt} (gnutls_x509_crl_t @var{crl}, gnutls_x509_crt_t @var{crt}, time_t @var{revocation_time})
Packit Service 4684c1
@var{crl}: should contain a gnutls_x509_crl_t type
Packit Service 4684c1
Packit Service 4684c1
@var{crt}: a certificate of type @code{gnutls_x509_crt_t}  with the revoked certificate
Packit Service 4684c1
Packit Service 4684c1
@var{revocation_time}: The time this certificate was revoked
Packit Service 4684c1
Packit Service 4684c1
This function will set a revoked certificate's serial number to the CRL.
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned, otherwise a
Packit Service 4684c1
negative error value.
Packit Service 4684c1
@end deftypefun