how to load a certs chain from memory, thanks

2012-12-21 Thread 赵峰
Hi all, I want to load a certs chain from memory ( ie. From a std::string variable with the certs chain’s content loading from the mysql db ). The content of certs chain is like a CAfile. Because loading from memory, can not call the “SSL_CTX_load_verify_locations” api. So I call

答复: how to load a certs chain from memory, thanks

2012-12-21 Thread 赵峰
@openssl.org 主题: RE: how to load a certs chain from memory, thanks From: owner-openssl-us...@openssl.org On Behalf Of miles.zh...@aliyun-inc.com Sent: Thursday, 20 December, 2012 22:10 I want to load a certs chain from memory ( ie. From a std::string variable with the certs chain's content loading

how to load a certs chain from memory, thanks

2012-12-20 Thread miles.zhaof
Hi all,   I want to load a certs chain from memory ( ie. From a std::string variable with the certs chain’s content loading from the mysql db ).   The content of certs chain is like a CAfile.   Because loading from memory, can not call the “SSL_CTX_load_verify_locations” api.   So I call

RE: how to load a certs chain from memory, thanks

2012-12-20 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of miles.zh...@aliyun-inc.com Sent: Thursday, 20 December, 2012 22:10 I want to load a certs chain from memory ( ie. From a std::string variable with the certs chain's content loading from the mysql db ). The content of certs chain is like a