From: Kazuki Yamaguchi Date: Tue, 19 Apr 2016 01:22:15 +0000 (+0900) Subject: Add ex_data functions for X509_STORE X-Git-Tag: OpenSSL_1_1_0-pre6~1054 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8b12d59bf7f6aa28a6f567fd2adac64ca01581ed;p=oweals%2Fopenssl.git 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 Reviewed-by: Matt Caswell --- diff --git a/util/libcrypto.num b/util/libcrypto.num index b9a9a84d39..fbdd1d7f54 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4206,3 +4206,5 @@ X509_STORE_CTX_get_verify_cb 4080 1_1_0 EXIST::FUNCTION: X509_STORE_CTX_set0_verified_chain 4081 1_1_0 EXIST::FUNCTION: X509_STORE_CTX_set0_untrusted 4082 1_1_0 EXIST::FUNCTION: OPENSSL_hexchar2int 4083 1_1_0 EXIST::FUNCTION: +X509_STORE_set_ex_data 4084 1_1_0 EXIST::FUNCTION: +X509_STORE_get_ex_data 4085 1_1_0 EXIST::FUNCTION: