summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-06-11 23:41:19 +0000
committertb <>2025-06-11 23:41:19 +0000
commitdb595b260f3f3a5526a970bb9dd98392840d6550 (patch)
tree76a099844e5919607e8a736b6a6987dbca49d0d0 /src
parent9c74e415bf3ccd03075674c03d2c9386f6316387 (diff)
downloadopenbsd-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.312
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
80is non-zero and that the product 80is non-zero and that the product
81.Fa generator No * Fa order 81.Fa generator No * Fa order
82is the point at infinity. 82is the point at infinity.
83This implies that 83This implies that the
84.Fa order 84.Fa order
85set on
86.Fa group
85is an integer multiple of the 87is an integer multiple of the
86.Fa generator Ns 's 88.Fa generator Ns 's
87.Fa order . 89order.
88The verification that 90The verification that
89.Fa p 91.Fa p
90is a prime 92is a prime
91and that 93and that
92.Fa order 94.Fa order
93is the 95is equal to the
94.Fa generator Ns 's 96.Fa generator Ns 's
95order are skipped because they are too expensive. 97order are skipped because they are too expensive.
96.Sh RETURN VALUES 98.Sh RETURN VALUES