summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/PKCS7_sign_add_signer.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/PKCS7_sign_add_signer.pod')
-rw-r--r--src/lib/libcrypto/doc/PKCS7_sign_add_signer.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/PKCS7_sign_add_signer.pod b/src/lib/libcrypto/doc/PKCS7_sign_add_signer.pod
index ebec4d57de..afe8ad97cd 100644
--- a/src/lib/libcrypto/doc/PKCS7_sign_add_signer.pod
+++ b/src/lib/libcrypto/doc/PKCS7_sign_add_signer.pod
@@ -44,7 +44,7 @@ digest value from the PKCS7 struture: to add a signer to an existing structure.
44An error occurs if a matching digest value cannot be found to copy. The 44An error occurs if a matching digest value cannot be found to copy. The
45returned PKCS7 structure will be valid and finalized when this flag is set. 45returned PKCS7 structure will be valid and finalized when this flag is set.
46 46
47If B<PKCS7_PARTIAL> is set in addition to B<PKCS7_REUSE_DIGEST> then the 47If B<PKCS7_PARTIAL> is set in addition to B<PKCS7_REUSE_DIGEST> then the
48B<PKCS7_SIGNER_INO> structure will not be finalized so additional attributes 48B<PKCS7_SIGNER_INO> structure will not be finalized so additional attributes
49can be added. In this case an explicit call to PKCS7_SIGNER_INFO_sign() is 49can be added. In this case an explicit call to PKCS7_SIGNER_INFO_sign() is
50needed to finalize it. 50needed to finalize it.
@@ -67,7 +67,7 @@ these algorithms is disabled then it will not be included.
67 67
68 68
69PKCS7_sign_add_signers() returns an internal pointer to the PKCS7_SIGNER_INFO 69PKCS7_sign_add_signers() returns an internal pointer to the PKCS7_SIGNER_INFO
70structure just added, this can be used to set additional attributes 70structure just added, this can be used to set additional attributes
71before it is finalized. 71before it is finalized.
72 72
73=head1 RETURN VALUES 73=head1 RETURN VALUES