1gnutls_x509_ext_ct_import_scts(3) gnutls gnutls_x509_ext_ct_import_scts(3)
2
3
4
6 gnutls_x509_ext_ct_import_scts - API function
7
9 #include <gnutls/x509-ext.h>
10
11 int gnutls_x509_ext_ct_import_scts(const gnutls_datum_t * ext,
12 gnutls_x509_ct_scts_t scts, unsigned int flags);
13
15 const gnutls_datum_t * ext
16 a DER-encoded extension
17
18 gnutls_x509_ct_scts_t scts
19 The SCT list
20
21 unsigned int flags
22 should be zero
23
25 This function will read a SignedCertificateTimestampList structure from
26 the DER data of the X.509 Certificate Transparency SCT extension (OID
27 1.3.6.1.4.1.11129.2.4.2).
28
29 The list of SCTs (Signed Certificate Timestamps) is placed on scts ,
30 which must be previously initialized with
31 gnutls_x509_ext_ct_scts_init().
32
34 GNUTLS_E_SUCCESS (0) on success or a negative error value.
35
37 Report bugs to <bugs@gnutls.org>.
38 Home page: https://www.gnutls.org
39
40
42 Copyright © 2001-2023 Free Software Foundation, Inc., and others.
43 Copying and distribution of this file, with or without modification,
44 are permitted in any medium without royalty provided the copyright no‐
45 tice and this notice are preserved.
46
48 The full documentation for gnutls is maintained as a Texinfo manual.
49 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
50 visit
51
52 https://www.gnutls.org/manual/
53
54gnutls 3.8.2 gnutls_x509_ext_ct_import_scts(3)