Expose alloc functions for EC{PK,}PARAMETERS
authorKazuki Yamaguchi <k@rhe.jp>
Tue, 16 Aug 2016 04:55:34 +0000 (13:55 +0900)
committerMatt Caswell <matt@openssl.org>
Mon, 22 Aug 2016 14:10:02 +0000 (15:10 +0100)
commit9ba6f347fedbe103a06c8fd303912b358eacb11c
treed0ca4ec450510ea1084af913716ce96d0b576c90
parentfb2141c773ab0c5dfc78cc97d2445362b8048389
Expose alloc functions for EC{PK,}PARAMETERS

Declare EC{PK,}PARAMETERS_{new,free} functions in public headers. The
free functions are necessary because EC_GROUP_get_ec{pk,}parameters()
was made public by commit 60b350a3ef96 ("RT3676: Expose ECgroup i2d
functions").

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
doc/crypto/X509_dup.pod
include/openssl/ec.h
util/libcrypto.num