diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-26 07:18:54 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-26 07:18:54 +0000 |
commit | 5db55c25df447352f6f017a3cd33336bd5c99ded (patch) | |
tree | 91fd58d0a8b09e013ba3a808d7b3b6c82bfe6b23 /lib/libcrypto/man | |
parent | a00adb4d80b177e06c5272391e412b15d9e962ab (diff) |
spelling fixes; from paul tagliamonte
i removed the arithmetics -> arithmetic changes, as i felt they
were not clearly correct
ok tb
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r-- | lib/libcrypto/man/PKCS7_dataFinal.3 | 6 | ||||
-rw-r--r-- | lib/libcrypto/man/PKCS7_final.3 | 6 | ||||
-rw-r--r-- | lib/libcrypto/man/X509_check_trust.3 | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/lib/libcrypto/man/PKCS7_dataFinal.3 b/lib/libcrypto/man/PKCS7_dataFinal.3 index e2e088d9d9b..1a01b2ff610 100644 --- a/lib/libcrypto/man/PKCS7_dataFinal.3 +++ b/lib/libcrypto/man/PKCS7_dataFinal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: PKCS7_dataFinal.3,v 1.2 2020/06/03 13:41:27 schwarze Exp $ +.\" $OpenBSD: PKCS7_dataFinal.3,v 1.3 2022/12/26 07:18:52 jmc Exp $ .\" .\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 3 2020 $ +.Dd $Mdocdate: December 26 2022 $ .Dt PKCS7_DATAFINAL 3 .Os .Sh NAME @@ -122,7 +122,7 @@ Signing or digesting is requested and is not configured to store a detached signature, but does not contain the required field to store the content either. .It -At least one signer lacks a useable digest algorithm. +At least one signer lacks a usable digest algorithm. .It Signing or digesting fails. .It diff --git a/lib/libcrypto/man/PKCS7_final.3 b/lib/libcrypto/man/PKCS7_final.3 index 7c9e51521a9..775b84d9844 100644 --- a/lib/libcrypto/man/PKCS7_final.3 +++ b/lib/libcrypto/man/PKCS7_final.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: PKCS7_final.3,v 1.2 2020/06/04 10:24:27 schwarze Exp $ +.\" $OpenBSD: PKCS7_final.3,v 1.3 2022/12/26 07:18:52 jmc Exp $ .\" .\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 4 2020 $ +.Dd $Mdocdate: December 26 2022 $ .Dt PKCS7_FINAL 3 .Os .Sh NAME @@ -172,7 +172,7 @@ Signing or digesting is requested and is not configured to store a detached signature, but does not contain the required field to store the content either. .It -At least one signer lacks a useable digest algorithm. +At least one signer lacks a usable digest algorithm. .It A cipher is required but none is configured. .It diff --git a/lib/libcrypto/man/X509_check_trust.3 b/lib/libcrypto/man/X509_check_trust.3 index 286dcdd5b9e..be4489e9465 100644 --- a/lib/libcrypto/man/X509_check_trust.3 +++ b/lib/libcrypto/man/X509_check_trust.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_check_trust.3,v 1.6 2022/09/10 10:22:46 jsg Exp $ +.\" $OpenBSD: X509_check_trust.3,v 1.7 2022/12/26 07:18:52 jmc Exp $ .\" .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 10 2022 $ +.Dd $Mdocdate: December 26 2022 $ .Dt X509_CHECK_TRUST 3 .Os .Sh NAME @@ -140,7 +140,7 @@ identifiers, the standard algorithm is modified: and .Xr X509_add1_trust_object 3 settings are completely ignored -and all steps before the compatibility step are skippped. +and all steps before the compatibility step are skipped. The .Fa certificate is trusted if and only if it is self-signed. |