1gnutls_x509_crq_set_spki(3) gnutls gnutls_x509_crq_set_spki(3)
2
3
4
6 gnutls_x509_crq_set_spki - API function
7
9 #include <gnutls/x509.h>
10
11 int gnutls_x509_crq_set_spki(gnutls_x509_crq_t crq, const
12 gnutls_x509_spki_t spki, unsigned int flags);
13
15 gnutls_x509_crq_t crq
16 a certificate request of type gnutls_x509_crq_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
25 This function will set the certificate request's subject public key
26 information explicitly. This is intended to be used in the cases where
27 a single public key (e.g., RSA) can be used for multiple signature
28 algorithms (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
34 On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative
35 error value.
36
38 3.6.0
39
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
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_crq_set_spki(3)