diff options
Diffstat (limited to 'src/lib/libcrypto/man/EC_POINT_add.3')
-rw-r--r-- | src/lib/libcrypto/man/EC_POINT_add.3 | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/EC_POINT_add.3 b/src/lib/libcrypto/man/EC_POINT_add.3 index cc35499c0e..28f3143a8d 100644 --- a/src/lib/libcrypto/man/EC_POINT_add.3 +++ b/src/lib/libcrypto/man/EC_POINT_add.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EC_POINT_add.3,v 1.15 2025/03/08 16:48:22 tb Exp $ | 1 | .\" $OpenBSD: EC_POINT_add.3,v 1.17 2025/06/08 22:40:29 schwarze Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Matt Caswell <matt@openssl.org>. | 4 | .\" This file was written by Matt Caswell <matt@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: March 8 2025 $ | 51 | .Dd $Mdocdate: June 8 2025 $ |
52 | .Dt EC_POINT_ADD 3 | 52 | .Dt EC_POINT_ADD 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -62,6 +62,7 @@ | |||
62 | .Nm EC_POINT_mul | 62 | .Nm EC_POINT_mul |
63 | .Nd perform mathematical operations and tests on EC_POINT objects | 63 | .Nd perform mathematical operations and tests on EC_POINT objects |
64 | .Sh SYNOPSIS | 64 | .Sh SYNOPSIS |
65 | .Lb libcrypto | ||
65 | .In openssl/ec.h | 66 | .In openssl/ec.h |
66 | .In openssl/bn.h | 67 | .In openssl/bn.h |
67 | .Ft int | 68 | .Ft int |
@@ -177,7 +178,7 @@ in which case the result is just | |||
177 | .Dl q * m. | 178 | .Dl q * m. |
178 | .Pp | 179 | .Pp |
179 | See | 180 | See |
180 | .Xr EC_GROUP_copy 3 | 181 | .Xr EC_GROUP_new_curve_GFp 3 |
181 | for information about the generator. | 182 | for information about the generator. |
182 | .Sh RETURN VALUES | 183 | .Sh RETURN VALUES |
183 | The following functions return 1 on success or 0 on error: | 184 | The following functions return 1 on success or 0 on error: |
@@ -197,11 +198,17 @@ returns 1 if the point is on the curve, 0 if not, or -1 on error. | |||
197 | .Fn EC_POINT_cmp | 198 | .Fn EC_POINT_cmp |
198 | returns 1 if the points are not equal, 0 if they are, or -1 on error. | 199 | returns 1 if the points are not equal, 0 if they are, or -1 on error. |
199 | .Sh SEE ALSO | 200 | .Sh SEE ALSO |
201 | .Xr crypto 3 , | ||
200 | .Xr d2i_ECPKParameters 3 , | 202 | .Xr d2i_ECPKParameters 3 , |
201 | .Xr EC_GROUP_copy 3 , | 203 | .Xr EC_GROUP_check 3 , |
202 | .Xr EC_GROUP_new 3 , | 204 | .Xr EC_GROUP_get_curve_name 3 , |
205 | .Xr EC_GROUP_new_by_curve_name 3 , | ||
206 | .Xr EC_GROUP_new_curve_GFp 3 , | ||
207 | .Xr EC_KEY_METHOD_new 3 , | ||
203 | .Xr EC_KEY_new 3 , | 208 | .Xr EC_KEY_new 3 , |
204 | .Xr EC_POINT_new 3 | 209 | .Xr EC_POINT_get_affine_coordinates 3 , |
210 | .Xr EC_POINT_new 3 , | ||
211 | .Xr EC_POINT_point2oct 3 | ||
205 | .Sh HISTORY | 212 | .Sh HISTORY |
206 | .Fn EC_POINT_add , | 213 | .Fn EC_POINT_add , |
207 | .Fn EC_POINT_dbl , | 214 | .Fn EC_POINT_dbl , |