X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2FPKCS7_sign_add_signer.pod;h=c2a06e7a776d884bd2227543c9f4826e73e2377c;hp=580a9a14e33de884821105bde7debb0b5e741807;hb=e1f02308aeb124168d8a6655e5c822c3b0126260;hpb=9b86974e0c705ea321ddbc9a9d8562c894809e5b diff --git a/doc/crypto/PKCS7_sign_add_signer.pod b/doc/crypto/PKCS7_sign_add_signer.pod index 580a9a14e3..c2a06e7a77 100644 --- a/doc/crypto/PKCS7_sign_add_signer.pod +++ b/doc/crypto/PKCS7_sign_add_signer.pod @@ -2,7 +2,7 @@ =head1 NAME -PKCS7_sign_add_signer - add a signer PKCS7 signed data structure. +PKCS7_sign_add_signer - add a signer PKCS7 signed data structure =head1 SYNOPSIS @@ -44,7 +44,7 @@ digest value from the PKCS7 structure: to add a signer to an existing structure. An error occurs if a matching digest value cannot be found to copy. The returned PKCS7 structure will be valid and finalized when this flag is set. -If B is set in addition to B then the +If B is set in addition to B then the B structure will not be finalized so additional attributes can be added. In this case an explicit call to PKCS7_SIGNER_INFO_sign() is needed to finalize it. @@ -67,7 +67,7 @@ these algorithms is disabled then it will not be included. PKCS7_sign_add_signers() returns an internal pointer to the PKCS7_SIGNER_INFO -structure just added, this can be used to set additional attributes +structure just added, this can be used to set additional attributes before it is finalized. =head1 RETURN VALUES @@ -84,4 +84,13 @@ L, PPKCS7_sign_add_signer() was added to OpenSSL 1.0.0 +=head1 COPYRIGHT + +Copyright 2007-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