1gnutls_x509_crt_set_spki(3)         gnutls         gnutls_x509_crt_set_spki(3)
2
3
4

NAME

6       gnutls_x509_crt_set_spki - API function
7

SYNOPSIS

9       #include <gnutls/x509.h>
10
11       int      gnutls_x509_crt_set_spki(gnutls_x509_crt_t      crt,     const
12       gnutls_x509_spki_t spki, unsigned int flags);
13

ARGUMENTS

15       gnutls_x509_crt_t crt
16                   a certificate of type gnutls_x509_crt_t
17
18       const gnutls_x509_spki_t spki
19                   a SubjectPublicKeyInfo structure of type gnutls_x509_spki_t
20
21       unsigned int flags
22                   must be zero
23

DESCRIPTION

25       This function will set the certificate's subject public key information
26       explicitly.  This  is  intended  to be used in the cases where a single
27       public key (e.g., RSA) can be used for  multiple  signature  algorithms
28       (RSA PKCS1-1.5, and RSA-PSS).
29
30       To  export  the public key (i.e., the SubjectPublicKeyInfo part), check
31       gnutls_pubkey_import_x509().
32

RETURNS

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

SINCE

38       3.6.0
39

REPORTING BUGS

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

SEE ALSO

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