1gnutls_x509_crl_get_extension_info(3)gnutlsgnutls_x509_crl_get_extension_info(3)
2
3
4

NAME

6       gnutls_x509_crl_get_extension_info - API function
7

SYNOPSIS

9       #include <gnutls/x509.h>
10
11       int  gnutls_x509_crl_get_extension_info(gnutls_x509_crl_t crl, unsigned
12       indx, void * oid, size_t * sizeof_oid, unsigned int * critical);
13

ARGUMENTS

15       gnutls_x509_crl_t crl
16                   should contain a gnutls_x509_crl_t type
17
18       unsigned indx
19                   Specifies which extension OID to send, use (0) to  get  the
20                   first one.
21
22       void * oid  a pointer to store the OID
23
24       size_t * sizeof_oid
25                   initially  holds the maximum size of  oid , on return holds
26                   actual size of  oid .
27
28       unsigned int * critical
29                   output variable with critical flag, may be NULL.
30

DESCRIPTION

32       This function will return the requested extension OID in the  CRL,  and
33       the critical flag for it.  The extension OID will be stored as a string
34       in the provided buffer.   Use  gnutls_x509_crl_get_extension_data()  to
35       extract the data.
36
37       If  the  buffer  provided is not long enough to hold the output, then *
38       sizeof_oid is updated  and  GNUTLS_E_SHORT_MEMORY_BUFFER  will  be  re‐
39       turned.
40

RETURNS

42       On  success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative er‐
43       ror code in case of an error.  If your have reached the last  extension
44       available GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE will be returned.
45

SINCE

47       2.8.0
48

REPORTING BUGS

50       Report bugs to <bugs@gnutls.org>.
51       Home page: https://www.gnutls.org
52
53
55       Copyright © 2001- Free Software Foundation, Inc., and others.
56       Copying  and  distribution  of this file, with or without modification,
57       are permitted in any medium without royalty provided the copyright  no‐
58       tice and this notice are preserved.
59

SEE ALSO

61       The  full  documentation  for gnutls is maintained as a Texinfo manual.
62       If the /usr/share/doc/gnutls/ directory does not contain the HTML  form
63       visit
64
65       https://www.gnutls.org/manual/
66
67gnutls                               3.7.2gnutls_x509_crl_get_extension_info(3)
Impressum