diff options
-rw-r--r-- | src/lib/libcrypto/man/EC_POINT_new.3 | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EC_POINT_new.3 b/src/lib/libcrypto/man/EC_POINT_new.3 index 77023403b9..aee642f52c 100644 --- a/src/lib/libcrypto/man/EC_POINT_new.3 +++ b/src/lib/libcrypto/man/EC_POINT_new.3 | |||
@@ -1,5 +1,5 @@ | |||
1 | .\" $OpenBSD: EC_POINT_new.3,v 1.8 2018/03/23 00:09:11 schwarze Exp $ | 1 | .\" $OpenBSD: EC_POINT_new.3,v 1.9 2018/03/29 20:56:49 schwarze Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" full merge up to: OpenSSL ddc1caac Mar 6 14:00:24 2018 -0500 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Matt Caswell <matt@openssl.org>. | 4 | .\" This file was written by Matt Caswell <matt@openssl.org>. |
5 | .\" Copyright (c) 2013, 2016 The OpenSSL Project. All rights reserved. | 5 | .\" Copyright (c) 2013, 2016 The OpenSSL Project. All rights reserved. |
@@ -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 23 2018 $ | 51 | .Dd $Mdocdate: March 29 2018 $ |
52 | .Dt EC_POINT_NEW 3 | 52 | .Dt EC_POINT_NEW 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -302,6 +302,18 @@ coordinates for the point | |||
302 | .Fa p | 302 | .Fa p |
303 | defined over the curve given in | 303 | defined over the curve given in |
304 | .Fa group . | 304 | .Fa group . |
305 | The functions | ||
306 | .Fn EC_POINT_get_affine_coordinates_GFp | ||
307 | and | ||
308 | .Fn EC_POINT_get_affine_coordinates_GF2m | ||
309 | set | ||
310 | .Fa x | ||
311 | and | ||
312 | .Fa y , | ||
313 | either of which may be | ||
314 | .Dv NULL , | ||
315 | to the corresponding coordinates of | ||
316 | .Fa p . | ||
305 | .Pp | 317 | .Pp |
306 | As well as the affine coordinates, a point can alternatively be | 318 | As well as the affine coordinates, a point can alternatively be |
307 | described in terms of its Jacobian projective coordinates (for Fp | 319 | described in terms of its Jacobian projective coordinates (for Fp |