1gnutls_x509_ext_ct_export_scts(3)   gnutls   gnutls_x509_ext_ct_export_scts(3)
2
3
4

NAME

6       gnutls_x509_ext_ct_export_scts - API function
7

SYNOPSIS

9       #include <gnutls/x509-ext.h>
10
11       int  gnutls_x509_ext_ct_export_scts(const  gnutls_x509_ct_scts_t  scts,
12       gnutls_datum_t * ext);
13

ARGUMENTS

15       const gnutls_x509_ct_scts_t scts
16                   An initialized SCT list
17
18       gnutls_datum_t * ext
19                   The  DER-encoded  extension  data;  must  be   freed   with
20                   gnutls_free()
21

DESCRIPTION

23       This  function  will convert the provided list of SCTs to a DER-encoded
24       SignedCertificateTimestampList   extension   (1.3.6.1.4.1.11129.2.4.2).
25       The output data in  ext will be allocated using gnutls_malloc().
26

RETURNS

28       GNUTLS_E_SUCCESS (0) on success or a negative error value.
29

REPORTING BUGS

31       Report bugs to <bugs@gnutls.org>.
32       Home page: https://www.gnutls.org
33
34
36       Copyright © 2001- Free Software Foundation, Inc., and others.
37       Copying  and  distribution  of this file, with or without modification,
38       are permitted in any medium without royalty provided the copyright  no‐
39       tice and this notice are preserved.
40

SEE ALSO

42       The  full  documentation  for gnutls is maintained as a Texinfo manual.
43       If the /usr/share/doc/gnutls/ directory does not contain the HTML  form
44       visit
45
46       https://www.gnutls.org/manual/
47
48gnutls                               3.7.6   gnutls_x509_ext_ct_export_scts(3)
Impressum