Deprecate EC_GROUP_clear_free()
authorNicola Tuveri <nic.tuv@gmail.com>
Fri, 18 Oct 2019 12:54:20 +0000 (15:54 +0300)
committerNicola Tuveri <nic.tuv@gmail.com>
Tue, 22 Oct 2019 21:49:46 +0000 (00:49 +0300)
commit4a7a4972296274463c739c658f3361ca17fb8027
treeb6f855f97d74ebcc0ff5bcab9f5f28e77ab44421
parentcdf8d0db79250258c28c2b4249aedca779bab766
Deprecate EC_GROUP_clear_free()

There is nothing confidential in `EC_GROUP` so really having a
`EC_GROUP_clear_free` function at all does not make much sense anymore.

See https://github.com/openssl/openssl/issues/9822

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9874)
crypto/ec/ec_lib.c
doc/man3/EC_GROUP_new.pod
include/openssl/ec.h
util/libcrypto.num