SCT_verify.pod 784 字节
Newer Older
R
Rob Percival 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
=pod

=head1 NAME

SCT_verify, SCT_verify_v1 -
verifies a Signed Certificate Timestamp's signature

=head1 SYNOPSIS

 #include <openssl/ct.h>

 int SCT_verify(const SCT_CTX *sctx, const SCT *sct);
 int SCT_verify_v1(SCT *sct, X509 *cert, X509 *preissuer, X509_PUBKEY *log_pubkey, X509 *issuer_cert);

=head1 DESCRIPTION



=head1 NOTES



=head1 RETURN VALUES



=head1 SEE ALSO

L<ct(3)>

R
Rob Percival 已提交
31 32 33 34
=head1 HISTORY

These functions were added in OpenSSL 1.1.0.

R
Rob Percival 已提交
35 36 37 38 39 40 41 42 43
=head1 COPYRIGHT

Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.

Licensed under the OpenSSL license (the "License").  You may not use
this file except in compliance with the License.  You can obtain a copy
in the file LICENSE in the source distribution or at
L<https://www.openssl.org/source/license.html>.

R
Rob Percival 已提交
44
=cut