]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/ec/build.info
Deprecate EC_POINT_bn2point and EC_POINT_point2bn.
authorShane Lontis <shane.lontis@oracle.com>
Mon, 2 Nov 2020 02:46:38 +0000 (12:46 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Mon, 7 Dec 2020 07:15:39 +0000 (17:15 +1000)
commitc1131e6a0e4a9a9734559f7a58b278c027d76711
treec92144dd2d3011967640830a8c9e643ec87a0afe
parentabdd3fa04f3401c4a542257fdd803ff4c4daf8ef
Deprecate EC_POINT_bn2point and EC_POINT_point2bn.

Fixes #10366

The one place that actually used was in the legacy printing of ecparams.
This has been replaced by the pointtobuf variant.

The ecparam app was using one of these functions - this line has just been
removed as another PR will remove all the code generated lines..

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13294)
apps/ecparam.c
crypto/ec/build.info
crypto/ec/ec_deprecated.c [new file with mode: 0644]
crypto/ec/ec_print.c
crypto/ec/eck_prn.c
doc/man3/EC_POINT_new.pod
doc/man3/OPENSSL_hexchar2int.pod
include/openssl/ec.h
providers/implementations/encode_decode/encode_key2text.c
util/libcrypto.num