summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2018-03-29 20:56:49 +0000
committerschwarze <>2018-03-29 20:56:49 +0000
commitde4f320b4353f8e1327ecfef548b8ac4f229ba5f (patch)
tree39fafdd816f3b4e5102c097bed121a36141c6f16 /src
parent53a7875d2427bb2fcc63d4d1270de1a416ceb835 (diff)
downloadopenbsd-de4f320b4353f8e1327ecfef548b8ac4f229ba5f.tar.gz
openbsd-de4f320b4353f8e1327ecfef548b8ac4f229ba5f.tar.bz2
openbsd-de4f320b4353f8e1327ecfef548b8ac4f229ba5f.zip
describe EC_POINT_get_affine_coordinates_GFp(3) and
EC_POINT_get_affine_coordinates_GF2m(3); from David Benjamin <davidben at google dot com> via OpenSSL commit ddc1caac Mar 6 14:00:24 2018 -0500
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/EC_POINT_new.318
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
303defined over the curve given in 303defined over the curve given in
304.Fa group . 304.Fa group .
305The functions
306.Fn EC_POINT_get_affine_coordinates_GFp
307and
308.Fn EC_POINT_get_affine_coordinates_GF2m
309set
310.Fa x
311and
312.Fa y ,
313either of which may be
314.Dv NULL ,
315to the corresponding coordinates of
316.Fa p .
305.Pp 317.Pp
306As well as the affine coordinates, a point can alternatively be 318As well as the affine coordinates, a point can alternatively be
307described in terms of its Jacobian projective coordinates (for Fp 319described in terms of its Jacobian projective coordinates (for Fp