Changed paths:
M crypto/ec/ec_backend.c
M test/evp_extra_test.c
M test/evp_pkey_dhkem_test.c
Log Message:
-----------
Derive EC public key from private key if missing
Update ossl_ec_key_fromdata to compute the public key if it is not provided in
the input parameters but the private key is. This allows for the creation of a
complete EC_KEY object from only private key data.