db1f2ad2c3b6f98551245843002fddc919bc8963
[openssl.git] / doc / crypto / SCT_verify.pod
1 =pod
2
3 =head1 NAME
4
5 SCT_verify, SCT_verify_v1 -
6 verifies a Signed Certificate Timestamp's signature
7
8 =head1 SYNOPSIS
9
10  #include <openssl/ct.h>
11
12  int SCT_verify(const SCT_CTX *sctx, const SCT *sct);
13  int SCT_verify_v1(SCT *sct, X509 *cert, X509 *preissuer, X509_PUBKEY *log_pubkey, X509 *issuer_cert);
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
31 =head1 COPYRIGHT
32
33 Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
34
35 Licensed under the OpenSSL license (the "License").  You may not use
36 this file except in compliance with the License.  You can obtain a copy
37 in the file LICENSE in the source distribution or at
38 L<https://www.openssl.org/source/license.html>.
39
40 =cut