Add ex_data functions for X509_STORE
authorKazuki Yamaguchi <k@rhe.jp>
Tue, 19 Apr 2016 01:22:15 +0000 (10:22 +0900)
committerRich Salz <rsalz@openssl.org>
Tue, 26 Apr 2016 18:16:12 +0000 (14:16 -0400)
commit8b12d59bf7f6aa28a6f567fd2adac64ca01581ed
treea81538142382966a22e42d3b7096acd9958ac7ef
parent446ba8de9af9aa4fa3debc7c76a38f4efed47a62
Add ex_data functions for X509_STORE

Add X509_STORE_{set,get}_ex_data() function and
X509_STORE_get_ex_new_index() macro.

X509_STORE has ex_data and the documentation also mentions them but they
are not actually implemented.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
util/libcrypto.num