1gnutls_pubkey_export2(3)            gnutls            gnutls_pubkey_export2(3)
2
3
4

NAME

6       gnutls_pubkey_export2 - API function
7

SYNOPSIS

9       #include <gnutls/abstract.h>
10
11       int  gnutls_pubkey_export2(gnutls_pubkey_t  key,  gnutls_x509_crt_fmt_t
12       format, gnutls_datum_t * out);
13

ARGUMENTS

15       gnutls_pubkey_t key
16                   Holds the certificate
17
18       gnutls_x509_crt_fmt_t format
19                   the format of output params. One of PEM or DER.
20
21       gnutls_datum_t * out
22                   will contain a certificate PEM or DER encoded
23

DESCRIPTION

25       This function will export the public key to DER  or  PEM  format.   The
26       contents  of the exported data is the SubjectPublicKeyInfo X.509 struc‐
27       ture.
28
29       The output buffer will be allocated using gnutls_malloc().
30
31       If the structure is PEM encoded, it will have a header of  "BEGIN  CER‐
32       TIFICATE".
33

RETURNS

35       In  case  of  failure  a negative error code will be returned, and 0 on
36       success.
37

SINCE

39       3.1.3
40

REPORTING BUGS

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

SEE ALSO

53       The full documentation for gnutls is maintained as  a  Texinfo  manual.
54       If  the /usr/share/doc/gnutls/ directory does not contain the HTML form
55       visit
56
57       https://www.gnutls.org/manual/
58
59gnutls                              3.6.13            gnutls_pubkey_export2(3)
Impressum