Renames CT_POLICY_EVAL_CTX.pod to CT_POLICY_EVAL_CTX_new.pod
[openssl.git] / doc / crypto / d2i_SCT_LIST.pod
1 =pod
2
3 =head1 NAME
4
5 d2i_SCT_LIST, i2d_SCT_LIST -
6 decode and encode Signed Certificate Timestamp lists in DER format
7
8 =head1 SYNOPSIS
9
10  #include <openssl/ct.h>
11
12  STACK_OF(SCT) *d2i_SCT_LIST(STACK_OF(SCT) **a, const unsigned char **pp, long len);
13  int i2d_SCT_LIST(const STACK_OF(SCT) *a, unsigned char **pp);
14
15 =head1 DESCRIPTION
16
17
18
19 =head1 NOTES
20
21
22
23 =head1 RETURN VALUES
24
25
26
27 =head1 SEE ALSO
28
29 L<ct(3)>,
30 L(o2i_SCT_LIST(3)>
31
32 =head1 COPYRIGHT
33
34 Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
35
36 Licensed under the OpenSSL license (the "License").  You may not use
37 this file except in compliance with the License.  You can obtain a copy
38 in the file LICENSE in the source distribution or at
39 L<https://www.openssl.org/source/license.html>.
40
41 =cut