RT3065: automatically generate a missing EC public key
authorMatt Caswell <matt@openssl.org>
Fri, 22 Aug 2014 16:04:19 +0000 (18:04 +0200)
committerEmilia Kasper <emilia@openssl.org>
Wed, 27 Aug 2014 17:50:36 +0000 (19:50 +0200)
commit4e5f9f8a9a10d0a6a23552ce1a640beab0c0f547
tree69e3438cc3d8335a684afe086f2bd1cbd3024e87
parent9446ecfb3a59b744185c4265909c5a99705b3134
RT3065: automatically generate a missing EC public key

When d2i_ECPrivateKey reads a private key with a missing (optional) public key,
generate one automatically from the group and private key.

Reviewed-by: Dr Stephen Henson <steve@openssl.org>
(cherry picked from commit ed383f847156940e93f256fed78599873a4a9b28)

Conflicts:
doc/crypto/EC_KEY_new.pod
crypto/ec/ec_asn1.c