diff options
author | 2018-03-29 20:56:49 +0000 | |
---|---|---|
committer | 2018-03-29 20:56:49 +0000 | |
commit | c3ed24e8bb05febf5860f09e3847890c6088e83f (patch) | |
tree | e7169e1ed7ad1eb10c3a10bb1ba6534576526df5 /lib | |
parent | correct callback argument for BIO_puts(3); (diff) | |
download | wireguard-openbsd-c3ed24e8bb05febf5860f09e3847890c6088e83f.tar.xz wireguard-openbsd-c3ed24e8bb05febf5860f09e3847890c6088e83f.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 'lib')
-rw-r--r-- | lib/libcrypto/man/EC_POINT_new.3 | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/lib/libcrypto/man/EC_POINT_new.3 b/lib/libcrypto/man/EC_POINT_new.3 index 77023403b93..aee642f52cc 100644 --- a/lib/libcrypto/man/EC_POINT_new.3 +++ b/lib/libcrypto/man/EC_POINT_new.3 @@ -1,5 +1,5 @@ -.\" $OpenBSD: EC_POINT_new.3,v 1.8 2018/03/23 00:09:11 schwarze Exp $ -.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 +.\" $OpenBSD: EC_POINT_new.3,v 1.9 2018/03/29 20:56:49 schwarze Exp $ +.\" full merge up to: OpenSSL ddc1caac Mar 6 14:00:24 2018 -0500 .\" .\" This file was written by Matt Caswell <matt@openssl.org>. .\" Copyright (c) 2013, 2016 The OpenSSL Project. All rights reserved. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 23 2018 $ +.Dd $Mdocdate: March 29 2018 $ .Dt EC_POINT_NEW 3 .Os .Sh NAME @@ -302,6 +302,18 @@ coordinates for the point .Fa p defined over the curve given in .Fa group . +The functions +.Fn EC_POINT_get_affine_coordinates_GFp +and +.Fn EC_POINT_get_affine_coordinates_GF2m +set +.Fa x +and +.Fa y , +either of which may be +.Dv NULL , +to the corresponding coordinates of +.Fa p . .Pp As well as the affine coordinates, a point can alternatively be described in terms of its Jacobian projective coordinates (for Fp |