1gnutls_x509_ext_import_subject_alt_ngagnmnueutstl(ls3s_)x509_ext_import_subject_alt_names(3)
2
3
4

NAME

6       gnutls_x509_ext_import_subject_alt_names - API function
7

SYNOPSIS

9       #include <gnutls/x509-ext.h>
10
11       int   gnutls_x509_ext_import_subject_alt_names(const  gnutls_datum_t  *
12       ext, gnutls_subject_alt_names_t sans, unsigned int flags);
13

ARGUMENTS

15       const gnutls_datum_t * ext
16                   The DER-encoded extension data
17
18       gnutls_subject_alt_names_t sans
19                   The alternative names structure
20
21       unsigned int flags
22                   should be zero
23

DESCRIPTION

25       This function  will  export  the  alternative  names  in  the  provided
26       DER-encoded   SubjectAltName   PKIX   extension,   to   a   gnutls_sub‐
27       ject_alt_names_t structure. The structure must have been initialized.
28
29       This function will succeed even if there no subject  alternative  names
30       in the structure.
31

RETURNS

33       On  success,  GNUTLS_E_SUCCESS  (0)  is  returned, otherwise a negative
34       error value.
35

SINCE

37       3.3.0
38

REPORTING BUGS

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

SEE ALSO

51       The full documentation for gnutls is maintained as  a  Texinfo  manual.
52       If  the /usr/share/doc/gnutls/ directory does not contain the HTML form
53       visit
54
55       http://www.gnutls.org/manual/
56
57gnutls                             g3n.u3t.l2s9_x509_ext_import_subject_alt_names(3)
Impressum