From d93ab9bc53445b47869c9cee54ea9322996a6fcf Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 11 Jun 2025 23:41:19 +0000 Subject: EC_GROUP_check: rephrase a sentence so it's a bit less awkward --- src/lib/libcrypto/man/EC_GROUP_check.3 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/lib/libcrypto') 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 @@ -.\" $OpenBSD: EC_GROUP_check.3,v 1.3 2025/06/08 22:40:29 schwarze Exp $ +.\" $OpenBSD: EC_GROUP_check.3,v 1.4 2025/06/11 23:41:19 tb Exp $ .\" .\" Copyright (c) 2025 Theo Buehler .\" @@ -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 8 2025 $ +.Dd $Mdocdate: June 11 2025 $ .Dt EC_GROUP_CHECK 3 .Os .Sh NAME @@ -80,17 +80,19 @@ and then verifies that that is non-zero and that the product .Fa generator No * Fa order is the point at infinity. -This implies that +This implies that the .Fa order +set on +.Fa group is an integer multiple of the .Fa generator Ns 's -.Fa order . +order. The verification that .Fa p is a prime and that .Fa order -is the +is equal to the .Fa generator Ns 's order are skipped because they are too expensive. .Sh RETURN VALUES -- cgit v1.2.3-55-g6feb