1gnutls_x509_crl_get_crt_serial(3)   gnutls   gnutls_x509_crl_get_crt_serial(3)
2
3
4

NAME

6       gnutls_x509_crl_get_crt_serial  -  get  the  serial number of a revoked
7       certificate
8

SYNOPSIS

10       #include <gnutls/x509.h>
11
12       int  gnutls_x509_crl_get_crt_serial(gnutls_x509_crl_t  crl,  int  indx,
13       unsigned char * serial, size_t * serial_size, time_t * t);
14

ARGUMENTS

16       gnutls_x509_crl_t crl
17                   should contain a gnutls_x509_crl_t structure
18
19       int indx    the index of the certificate to extract (starting from 0)
20
21       unsigned char * serial
22                   where the serial number will be copied
23
24       size_t * serial_size
25                   initially holds the size of serial
26
27       time_t * t  if  non  null,  will  hold  the  time  this certificate was
28                   revoked
29

DESCRIPTION

31       This function will retrieve the serial number of the specified, by  the
32       index, revoked certificate.
33

RETURNS

35       On  success,  GNUTLS_E_SUCCESS  is returned, otherwise a negative error
36       value. and a negative value on error.
37

REPORTING BUGS

39       Report   bugs   to    <bug-gnutls@gnu.org>.     GnuTLS    home    page:
40       http://www.gnu.org/software/gnutls/  General  help  using GNU software:
41       http://www.gnu.org/gethelp/
42
44       Copyright © 2008 Free Software Foundation.
45       Copying and distribution of this file, with  or  without  modification,
46       are  permitted  in  any  medium  without royalty provided the copyright
47       notice and this notice are preserved.
48

SEE ALSO

50       The full documentation for gnutls is maintained as  a  Texinfo  manual.
51       If  the  info  and gnutls programs are properly installed at your site,
52       the command
53
54              info gnutls
55
56       should give you access to the complete manual.
57
58
59
60gnutls                               2.8.6   gnutls_x509_crl_get_crt_serial(3)
Impressum