1gnutls_x509_crt_set_subject_key_id(3)gnutlsgnutls_x509_crt_set_subject_key_id(3)
2
3
4
6 gnutls_x509_crt_set_subject_key_id - This function will set the cer‐
7 tificate's subject key id
8
10 #include <gnutls/x509.h>
11
12 int gnutls_x509_crt_set_subject_key_id(gnutls_x509_crt_t cert, const
13 void * id, size_t id_size);
14
16 gnutls_x509_crt_t cert
17 should contain a gnutls_x509_crt_t structure
18
19 const void * id
20 The key ID
21
22 size_t id_size
23 Holds the size of the serial field.
24
26 This function will set the X.509 certificate's subject key ID exten‐
27 sion.
28
29 Returns 0 on success, or a negative value in case of an error.
30
32 Report bugs to <bug-gnutls@gnu.org>.
33
35 Copyright © 2006 Free Software Foundation.
36 Permission is granted to make and distribute verbatim copies of this
37 manual provided the copyright notice and this permission notice are
38 preserved on all copies.
39
41 The full documentation for gnutls is maintained as a Texinfo manual.
42 If the info and gnutls programs are properly installed at your site,
43 the command
44
45 info gnutls
46
47 should give you access to the complete manual.
48
49
50
51gnutls 1.6.3gnutls_x509_crt_set_subject_key_id(3)