diff options
author | tb <> | 2025-06-11 23:41:19 +0000 |
---|---|---|
committer | tb <> | 2025-06-11 23:41:19 +0000 |
commit | db595b260f3f3a5526a970bb9dd98392840d6550 (patch) | |
tree | 76a099844e5919607e8a736b6a6987dbca49d0d0 /src | |
parent | 9c74e415bf3ccd03075674c03d2c9386f6316387 (diff) | |
download | openbsd-db595b260f3f3a5526a970bb9dd98392840d6550.tar.gz openbsd-db595b260f3f3a5526a970bb9dd98392840d6550.tar.bz2 openbsd-db595b260f3f3a5526a970bb9dd98392840d6550.zip |
EC_GROUP_check: rephrase a sentence so it's a bit less awkward
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/EC_GROUP_check.3 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/EC_GROUP_check.3 b/src/lib/libcrypto/man/EC_GROUP_check.3 index fda060b2e0..05ff1fcf9f 100644 --- a/src/lib/libcrypto/man/EC_GROUP_check.3 +++ b/src/lib/libcrypto/man/EC_GROUP_check.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EC_GROUP_check.3,v 1.3 2025/06/08 22:40:29 schwarze Exp $ | 1 | .\" $OpenBSD: EC_GROUP_check.3,v 1.4 2025/06/11 23:41:19 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2025 Theo Buehler <tb@openbsd.org> | 3 | .\" Copyright (c) 2025 Theo Buehler <tb@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: June 8 2025 $ | 17 | .Dd $Mdocdate: June 11 2025 $ |
18 | .Dt EC_GROUP_CHECK 3 | 18 | .Dt EC_GROUP_CHECK 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -80,17 +80,19 @@ and then verifies that that | |||
80 | is non-zero and that the product | 80 | is non-zero and that the product |
81 | .Fa generator No * Fa order | 81 | .Fa generator No * Fa order |
82 | is the point at infinity. | 82 | is the point at infinity. |
83 | This implies that | 83 | This implies that the |
84 | .Fa order | 84 | .Fa order |
85 | set on | ||
86 | .Fa group | ||
85 | is an integer multiple of the | 87 | is an integer multiple of the |
86 | .Fa generator Ns 's | 88 | .Fa generator Ns 's |
87 | .Fa order . | 89 | order. |
88 | The verification that | 90 | The verification that |
89 | .Fa p | 91 | .Fa p |
90 | is a prime | 92 | is a prime |
91 | and that | 93 | and that |
92 | .Fa order | 94 | .Fa order |
93 | is the | 95 | is equal to the |
94 | .Fa generator Ns 's | 96 | .Fa generator Ns 's |
95 | order are skipped because they are too expensive. | 97 | order are skipped because they are too expensive. |
96 | .Sh RETURN VALUES | 98 | .Sh RETURN VALUES |