GH975 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>
Wed, 27 Apr 2016 12:23:53 +0000 (08:23 -0400)
commit3aec886ed4af1ca945f5d10da2ce40e4538fe5fc
tree21b32c666a433cec33e3573bc62945b598bdb0bf
parent5c001c326d7731042a602a171f1363191e9b0336
GH975 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: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/x509/x509_lu.c
include/openssl/x509_vfy.h