summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/PKCS7_sign.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/PKCS7_sign.pod')
-rw-r--r--src/lib/libcrypto/doc/PKCS7_sign.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/PKCS7_sign.pod b/src/lib/libcrypto/doc/PKCS7_sign.pod
index 9a4f5b173e..64a3036c0a 100644
--- a/src/lib/libcrypto/doc/PKCS7_sign.pod
+++ b/src/lib/libcrypto/doc/PKCS7_sign.pod
@@ -13,7 +13,7 @@ PKCS7_sign - create a PKCS#7 signedData structure
13=head1 DESCRIPTION 13=head1 DESCRIPTION
14 14
15PKCS7_sign() creates and returns a PKCS#7 signedData structure. B<signcert> is 15PKCS7_sign() creates and returns a PKCS#7 signedData structure. B<signcert> is
16the certificate to sign with, B<pkey> is the corresponsding private key. 16the certificate to sign with, B<pkey> is the corresponding private key.
17B<certs> is an optional additional set of certificates to include in the PKCS#7 17B<certs> is an optional additional set of certificates to include in the PKCS#7
18structure (for example any intermediate CAs in the chain). 18structure (for example any intermediate CAs in the chain).
19 19
@@ -46,7 +46,7 @@ required by the S/MIME specifications) if B<PKCS7_BINARY> is set no translation
46occurs. This option should be used if the supplied data is in binary format 46occurs. This option should be used if the supplied data is in binary format
47otherwise the translation will corrupt it. 47otherwise the translation will corrupt it.
48 48
49The signedData structure includes several PKCS#7 autenticatedAttributes 49The signedData structure includes several PKCS#7 authenticatedAttributes
50including the signing time, the PKCS#7 content type and the supported list of 50including the signing time, the PKCS#7 content type and the supported list of
51ciphers in an SMIMECapabilities attribute. If B<PKCS7_NOATTR> is set then no 51ciphers in an SMIMECapabilities attribute. If B<PKCS7_NOATTR> is set then no
52authenticatedAttributes will be used. If B<PKCS7_NOSMIMECAP> is set then just 52authenticatedAttributes will be used. If B<PKCS7_NOSMIMECAP> is set then just