diff options
| author | sobrado <> | 2015-09-22 08:08:07 +0000 |
|---|---|---|
| committer | sobrado <> | 2015-09-22 08:08:07 +0000 |
| commit | 7746c18fb3482ba8d6fd1f9508801722028094b1 (patch) | |
| tree | 44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/PKCS7_sign.pod | |
| parent | b15d8c593eec3a6437fc962608396fa0c9fe134b (diff) | |
| download | openbsd-libressl-v2.3.0.tar.gz openbsd-libressl-v2.3.0.tar.bz2 openbsd-libressl-v2.3.0.zip | |
typos in documentation; better wording, suggested by jmc@libressl-v2.3.0
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/PKCS7_sign.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/PKCS7_sign.pod | 4 |
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 | ||
| 15 | PKCS7_sign() creates and returns a PKCS#7 signedData structure. B<signcert> is | 15 | PKCS7_sign() creates and returns a PKCS#7 signedData structure. B<signcert> is |
| 16 | the certificate to sign with, B<pkey> is the corresponsding private key. | 16 | the certificate to sign with, B<pkey> is the corresponding private key. |
| 17 | B<certs> is an optional additional set of certificates to include in the PKCS#7 | 17 | B<certs> is an optional additional set of certificates to include in the PKCS#7 |
| 18 | structure (for example any intermediate CAs in the chain). | 18 | structure (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 | |||
| 46 | occurs. This option should be used if the supplied data is in binary format | 46 | occurs. This option should be used if the supplied data is in binary format |
| 47 | otherwise the translation will corrupt it. | 47 | otherwise the translation will corrupt it. |
| 48 | 48 | ||
| 49 | The signedData structure includes several PKCS#7 autenticatedAttributes | 49 | The signedData structure includes several PKCS#7 authenticatedAttributes |
| 50 | including the signing time, the PKCS#7 content type and the supported list of | 50 | including the signing time, the PKCS#7 content type and the supported list of |
| 51 | ciphers in an SMIMECapabilities attribute. If B<PKCS7_NOATTR> is set then no | 51 | ciphers in an SMIMECapabilities attribute. If B<PKCS7_NOATTR> is set then no |
| 52 | authenticatedAttributes will be used. If B<PKCS7_NOSMIMECAP> is set then just | 52 | authenticatedAttributes will be used. If B<PKCS7_NOSMIMECAP> is set then just |
