1gnutls_privkey_import_x509_raw(3) gnutls gnutls_privkey_import_x509_raw(3)
2
3
4
6 gnutls_privkey_import_x509_raw - API function
7
9 #include <gnutls/abstract.h>
10
11 int gnutls_privkey_import_x509_raw(gnutls_privkey_t pkey, const
12 gnutls_datum_t * data, gnutls_x509_crt_fmt_t format, const char * pass‐
13 word, unsigned int flags);
14
16 gnutls_privkey_t pkey
17 The private key
18
19 const gnutls_datum_t * data
20 The private key data to be imported
21
22 gnutls_x509_crt_fmt_t format
23 The format of the private key
24
25 const char * password
26 A password (optional)
27
28 unsigned int flags
29 an ORed sequence of gnutls_pkcs_encrypt_flags_t
30
32 This function will import the given private key to the abstract
33 gnutls_privkey_t type.
34
35 The supported formats are basic unencrypted key, PKCS8, PKCS12, TSS2,
36 and the openssl format.
37
39 On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative er‐
40 ror value.
41
43 3.1.0
44
46 Report bugs to <bugs@gnutls.org>.
47 Home page: https://www.gnutls.org
48
49
51 Copyright © 2001- Free Software Foundation, Inc., and others.
52 Copying and distribution of this file, with or without modification,
53 are permitted in any medium without royalty provided the copyright no‐
54 tice and this notice are preserved.
55
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 https://www.gnutls.org/manual/
62
63gnutls 3.7.6 gnutls_privkey_import_x509_raw(3)