diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/EC_GROUP_copy.3 | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/src/lib/libcrypto/man/EC_GROUP_copy.3 b/src/lib/libcrypto/man/EC_GROUP_copy.3 index c3333ad343..2e5e798236 100644 --- a/src/lib/libcrypto/man/EC_GROUP_copy.3 +++ b/src/lib/libcrypto/man/EC_GROUP_copy.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EC_GROUP_copy.3,v 1.15 2025/03/08 16:38:13 tb Exp $ | 1 | .\" $OpenBSD: EC_GROUP_copy.3,v 1.16 2025/03/08 16:40:59 tb Exp $ |
2 | .\" full merge up to: OpenSSL d900a015 Oct 8 14:40:42 2015 +0200 | 2 | .\" full merge up to: OpenSSL d900a015 Oct 8 14:40:42 2015 +0200 |
3 | .\" selective merge up to: OpenSSL 24c23e1f Aug 22 10:51:25 2019 +0530 | 3 | .\" selective merge up to: OpenSSL 24c23e1f Aug 22 10:51:25 2019 +0530 |
4 | .\" | 4 | .\" |
@@ -57,7 +57,6 @@ | |||
57 | .Sh NAME | 57 | .Sh NAME |
58 | .Nm EC_GROUP_copy , | 58 | .Nm EC_GROUP_copy , |
59 | .Nm EC_GROUP_dup , | 59 | .Nm EC_GROUP_dup , |
60 | .Nm EC_GROUP_method_of , | ||
61 | .Nm EC_GROUP_set_generator , | 60 | .Nm EC_GROUP_set_generator , |
62 | .Nm EC_GROUP_get0_generator , | 61 | .Nm EC_GROUP_get0_generator , |
63 | .Nm EC_GROUP_get_order , | 62 | .Nm EC_GROUP_get_order , |
@@ -90,10 +89,6 @@ | |||
90 | .Fo EC_GROUP_dup | 89 | .Fo EC_GROUP_dup |
91 | .Fa "const EC_GROUP *src" | 90 | .Fa "const EC_GROUP *src" |
92 | .Fc | 91 | .Fc |
93 | .Ft const EC_METHOD * | ||
94 | .Fo EC_GROUP_method_of | ||
95 | .Fa "const EC_GROUP *group" | ||
96 | .Fc | ||
97 | .Ft int | 92 | .Ft int |
98 | .Fo EC_GROUP_set_generator | 93 | .Fo EC_GROUP_set_generator |
99 | .Fa "EC_GROUP *group" | 94 | .Fa "EC_GROUP *group" |
@@ -213,12 +208,6 @@ to the newly created | |||
213 | .Vt EC_GROUP | 208 | .Vt EC_GROUP |
214 | object. | 209 | object. |
215 | .Pp | 210 | .Pp |
216 | .Fn EC_GROUP_method_of | ||
217 | obtains the | ||
218 | .Vt EC_METHOD | ||
219 | of | ||
220 | .Fa group . | ||
221 | .Pp | ||
222 | .Fn EC_GROUP_set_generator | 211 | .Fn EC_GROUP_set_generator |
223 | sets curve parameters that must be agreed by all participants using | 212 | sets curve parameters that must be agreed by all participants using |
224 | the curve. | 213 | the curve. |
@@ -399,13 +388,6 @@ returns a pointer to the duplicated curve or | |||
399 | .Dv NULL | 388 | .Dv NULL |
400 | on error. | 389 | on error. |
401 | .Pp | 390 | .Pp |
402 | .Fn EC_GROUP_method_of | ||
403 | returns the | ||
404 | .Vt EC_METHOD | ||
405 | implementation in use for the given curve or | ||
406 | .Dv NULL | ||
407 | on error. | ||
408 | .Pp | ||
409 | .Fn EC_GROUP_get0_generator | 391 | .Fn EC_GROUP_get0_generator |
410 | returns the generator for the given curve or | 392 | returns the generator for the given curve or |
411 | .Dv NULL | 393 | .Dv NULL |
@@ -478,7 +460,6 @@ always returns 0. | |||
478 | .Xr EC_POINT_new 3 | 460 | .Xr EC_POINT_new 3 |
479 | .Sh HISTORY | 461 | .Sh HISTORY |
480 | .Fn EC_GROUP_copy , | 462 | .Fn EC_GROUP_copy , |
481 | .Fn EC_GROUP_method_of , | ||
482 | .Fn EC_GROUP_set_generator , | 463 | .Fn EC_GROUP_set_generator , |
483 | .Fn EC_GROUP_get0_generator , | 464 | .Fn EC_GROUP_get0_generator , |
484 | .Fn EC_GROUP_get_order , | 465 | .Fn EC_GROUP_get_order , |