]> git.ipfire.org Git - thirdparty/openssl.git/commit
EC_KEY: add EC_KEY_decoded_from_explicit_params()
authorTomas Mraz <tmraz@fedoraproject.org>
Fri, 21 Aug 2020 12:50:52 +0000 (14:50 +0200)
committerTomas Mraz <tmraz@fedoraproject.org>
Mon, 21 Sep 2020 08:32:42 +0000 (10:32 +0200)
commit398c8da5c8c3cf3369ac7e8883823e0c94735ca7
treed7f9a71b41d5871262243201783c7e7092ee077e
parentee617d0e020d6dd28c079fa7819d009790f2d2b9
EC_KEY: add EC_KEY_decoded_from_explicit_params()

The function returns 1 when the encoding of a decoded EC key used
explicit encoding of the curve parameters.

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/12909)
crypto/ec/ec_asn1.c
crypto/ec/ec_key.c
crypto/ec/ec_lib.c
crypto/ec/ec_local.h
doc/man3/EC_KEY_new.pod
include/openssl/ec.h
test/ec_internal_test.c
util/libcrypto.num