diff options
author | sobrado <> | 2015-09-22 08:08:07 +0000 |
---|---|---|
committer | sobrado <> | 2015-09-22 08:08:07 +0000 |
commit | f087ce5ef830235035b12597598b8a15ef4d469b (patch) | |
tree | 44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/PKCS7_sign_add_signer.pod | |
parent | 8cd2e8a8ed69b1bd5763b94d2864fc4854e7deb4 (diff) | |
download | openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.tar.gz openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.tar.bz2 openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.zip |
typos in documentation; better wording, suggested by jmc@libressl-v2.3.0
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/PKCS7_sign_add_signer.pod')
-rw-r--r-- | src/lib/libcrypto/doc/PKCS7_sign_add_signer.pod | 4 |
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 afe8ad97cd..280455d476 100644 --- a/src/lib/libcrypto/doc/PKCS7_sign_add_signer.pod +++ b/src/lib/libcrypto/doc/PKCS7_sign_add_signer.pod | |||
@@ -40,7 +40,7 @@ Any of the following flags (ored together) can be passed in the B<flags> | |||
40 | parameter. | 40 | parameter. |
41 | 41 | ||
42 | If B<PKCS7_REUSE_DIGEST> is set then an attempt is made to copy the content | 42 | If B<PKCS7_REUSE_DIGEST> is set then an attempt is made to copy the content |
43 | digest value from the PKCS7 struture: to add a signer to an existing structure. | 43 | digest value from the PKCS7 structure: to add a signer to an existing structure. |
44 | An error occurs if a matching digest value cannot be found to copy. The | 44 | An error occurs if a matching digest value cannot be found to copy. The |
45 | returned PKCS7 structure will be valid and finalized when this flag is set. | 45 | returned PKCS7 structure will be valid and finalized when this flag is set. |
46 | 46 | ||
@@ -55,7 +55,7 @@ B<signcert> parameter though. This can reduce the size of the signature if the | |||
55 | signers certificate can be obtained by other means: for example a previously | 55 | signers certificate can be obtained by other means: for example a previously |
56 | signed message. | 56 | signed message. |
57 | 57 | ||
58 | The signedData structure includes several PKCS#7 autenticatedAttributes | 58 | The signedData structure includes several PKCS#7 authenticatedAttributes |
59 | including the signing time, the PKCS#7 content type and the supported list of | 59 | including the signing time, the PKCS#7 content type and the supported list of |
60 | ciphers in an SMIMECapabilities attribute. If B<PKCS7_NOATTR> is set then no | 60 | ciphers in an SMIMECapabilities attribute. If B<PKCS7_NOATTR> is set then no |
61 | authenticatedAttributes will be used. If B<PKCS7_NOSMIMECAP> is set then just | 61 | authenticatedAttributes will be used. If B<PKCS7_NOSMIMECAP> is set then just |