[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Tue Apr 26 18:16:28 UTC 2016


The branch master has been updated
       via  8b12d59bf7f6aa28a6f567fd2adac64ca01581ed (commit)
      from  446ba8de9af9aa4fa3debc7c76a38f4efed47a62 (commit)


- Log -----------------------------------------------------------------
commit 8b12d59bf7f6aa28a6f567fd2adac64ca01581ed
Author: Kazuki Yamaguchi <k at rhe.jp>
Date:   Tue Apr 19 10:22:15 2016 +0900

    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 at openssl.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 util/libcrypto.num | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/util/libcrypto.num b/util/libcrypto.num
index b9a9a84..fbdd1d7 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:


More information about the openssl-commits mailing list