X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fopenssl%2Fdoc%2Fcrypto%2FCMS_verify.pod;h=c2ff57bcf20a9b48109bcba79184d6a6018da169;hb=02ed66432c92de70694700164f986190aad3cbc5;hp=8f26fdab093be1a2f3139ba7efb374cc260fdb35;hpb=9ff1530871deeb0f7eaa35ca0db6630724045e4a;p=cassiopeia.git diff --git a/lib/openssl/doc/crypto/CMS_verify.pod b/lib/openssl/doc/crypto/CMS_verify.pod index 8f26fda..c2ff57b 100644 --- a/lib/openssl/doc/crypto/CMS_verify.pod +++ b/lib/openssl/doc/crypto/CMS_verify.pod @@ -2,7 +2,7 @@ =head1 NAME - CMS_verify - verify a CMS SignedData structure +CMS_verify, CMS_get0_signers - verify a CMS SignedData structure =head1 SYNOPSIS @@ -67,7 +67,7 @@ returned. If B is set the signing certificates are not verified. -If B is set the signed attributes signature is not +If B is set the signed attributes signature is not verified. If B is set then the content digest is not checked. @@ -81,13 +81,13 @@ certificates supplied in B then the verify will fail because the signer cannot be found. In some cases the standard techniques for looking up and validating -certificates are not appropriate: for example an application may wish to +certificates are not appropriate: for example an application may wish to lookup certificates in a database or perform customised verification. This -can be achieved by setting and verifying the signers certificates manually +can be achieved by setting and verifying the signers certificates manually using the signed data utility functions. Care should be taken when modifying the default verify behaviour, for example -setting B will totally disable all content verification +setting B will totally disable all content verification and any modified content will be considered valid. This combination is however useful if one merely wishes to write the content to B and its validity is not considered important. @@ -104,7 +104,7 @@ occurred. CMS_get0_signers() returns all signers or NULL if an error occurred. -The error can be obtained from L +The error can be obtained from L =head1 BUGS @@ -117,10 +117,15 @@ be held in memory if it is not detached. =head1 SEE ALSO -L, L +L, L -=head1 HISTORY +=head1 COPYRIGHT -CMS_verify() was added to OpenSSL 0.9.8 +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