summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2025-04-28 17:42:42 +0000
committertb <>2025-04-28 17:42:42 +0000
commit6795d644ed761394e6993b76365e2279c069a80f (patch)
treec77ea154249ed85e1ca487d645a3fa7ada9b047e
parentd26be5eb692131daa0d7c9a4416cbbc73d5ca7d9 (diff)
downloadopenbsd-master.tar.gz
openbsd-master.tar.bz2
openbsd-master.zip
EC_GROUP_check.3: rephrase a sentence to avoid a word repetitionHEADmaster
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/EC_GROUP_check.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/EC_GROUP_check.3 b/src/lib/libcrypto/man/EC_GROUP_check.3
index e000be212b..9f1c81b9ef 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.1 2025/04/25 19:57:12 tb Exp $ 1.\" $OpenBSD: EC_GROUP_check.3,v 1.2 2025/04/28 17:42:42 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: April 25 2025 $ 17.Dd $Mdocdate: April 28 2025 $
18.Dt EC_GROUP_CHECK 3 18.Dt EC_GROUP_CHECK 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -43,8 +43,8 @@ Deprecated:
43These functions are deprecated. 43These functions are deprecated.
44Only standardized curves built into the library should be used, see 44Only standardized curves built into the library should be used, see
45.Xr EC_GROUP_new_by_curve_name 3 . 45.Xr EC_GROUP_new_by_curve_name 3 .
46For builtin curves far more thorough checks than the minimal checks 46Builtin curves went through far more thorough checking than
47performed by these functions have been performed. 47the minimal, incomplete tests performed by these functions.
48.Pp 48.Pp
49These functions have an optional 49These functions have an optional
50.Fa ctx 50.Fa ctx