X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FCMS_verify_receipt.pod;h=193241c620d21de9a7ec26dedc69a50f73fe7afc;hb=c7d13c138c0aaaa6bff867b5137cf1e74950f53a;hp=15ec54c2d2a756751ddc448ca4111bede6775bf2;hpb=a528d4f0a9a71405f3ca06e20cbd27aa1b8c0df9;p=openssl.git diff --git a/doc/crypto/CMS_verify_receipt.pod b/doc/crypto/CMS_verify_receipt.pod index 15ec54c2d2..193241c620 100644 --- a/doc/crypto/CMS_verify_receipt.pod +++ b/doc/crypto/CMS_verify_receipt.pod @@ -2,7 +2,7 @@ =head1 NAME - CMS_verify_receipt - verify a CMS signed receipt +CMS_verify_receipt - verify a CMS signed receipt =head1 SYNOPSIS @@ -16,7 +16,7 @@ CMS_verify_receipt() verifies a CMS signed receipt. B is the signed receipt to verify. B is the original SignedData structure containing the receipt request. B is a set of certificates in which to search for the signing certificate. B is a trusted certificate store (used for chain -verification). +verification). B is an optional set of flags, which can be used to modify the verify operation. @@ -40,4 +40,13 @@ L, L, L, +=head1 COPYRIGHT + +Copyright 2008-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. + =cut