| commit | 3aec886ed4af1ca945f5d10da2ce40e4538fe5fc | [log] [tgz] |
|---|---|---|
| author | Kazuki Yamaguchi <k@rhe.jp> | Tue Apr 19 10:22:15 2016 +0900 |
| committer | Rich Salz <rsalz@openssl.org> | Wed Apr 27 08:23:53 2016 -0400 |
| tree | 21b32c666a433cec33e3573bc62945b598bdb0bf | |
| parent | 5c001c326d7731042a602a171f1363191e9b0336 [diff] |
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>