1gnutls_x509_crq_get_attribute_info(3)gnutlsgnutls_x509_crq_get_attribute_info(3)
2
3
4

NAME

6       gnutls_x509_crq_get_attribute_info - API function
7

SYNOPSIS

9       #include <gnutls/x509.h>
10
11       int gnutls_x509_crq_get_attribute_info(gnutls_x509_crq_t crq, int indx,
12       void * oid, size_t * sizeof_oid);
13

ARGUMENTS

15       gnutls_x509_crq_t crq
16                   should contain a gnutls_x509_crq_t structure
17
18       int indx    Specifies which attribute number to get. Use (0) to get the
19                   first one.
20
21       void * oid  a pointer to a structure to hold the OID
22
23       size_t * sizeof_oid
24                   initially  holds the maximum size of  oid , on return holds
25                   actual size of  oid .
26

DESCRIPTION

28       This function will return the requested attribute OID in  the  certifi‐
29       cate,  and  the critical flag for it.  The attribute OID will be stored
30       as     a     string     in     the      provided      buffer.       Use
31       gnutls_x509_crq_get_attribute_data() to extract the data.
32
33       If  the  buffer  provided is not long enough to hold the output, then *
34       sizeof_oid  is  updated  and   GNUTLS_E_SHORT_MEMORY_BUFFER   will   be
35       returned.
36

RETURNS

38       On  success,  GNUTLS_E_SUCCESS  (0)  is  returned, otherwise a negative
39       error code in case of an error.  If your have reached the  last  exten‐
40       sion available GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE will be returned.
41

SINCE

43       2.8.0
44

REPORTING BUGS

46       Report bugs to <bugs@gnutls.org>.
47       Home page: http://www.gnutls.org
48
49
51       Copyright © 2001-2014 Free Software Foundation, Inc..
52       Copying  and  distribution  of this file, with or without modification,
53       are permitted in any medium  without  royalty  provided  the  copyright
54       notice and this notice are preserved.
55

SEE ALSO

57       The  full  documentation  for gnutls is maintained as a Texinfo manual.
58       If the /usr/share/doc/gnutls/ directory does not contain the HTML  form
59       visit
60
61       http://www.gnutls.org/manual/
62
63gnutls                              3.3.29gnutls_x509_crq_get_attribute_info(3)
Impressum