RE: Loading and using PKCS#12 in runtime

2010-09-17 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Jan Danielsson > Sent: Friday, 17 September, 2010 18:40 >For certain reasons I want to load the OpenSSL libraries > at run-time [and] load a PKCS#12 file ... >The relevant code snippets follows (the code below is just exerts, > and part

Re: Loading and using PKCS#12 in runtime

2010-09-17 Thread Mounir IDRASSI
Hi, First, OpenSSL_add_all_algorithms is just a define that resolves to OPENSSL_add_all_algorithms_noconf (or OPENSSL_add_all_algorithms_conf if you define OPENSSL_LOAD_CONF in your build). It's there on evp.h . To solve you PKCS#12 problem, all you need is to call OpenSSL_add_all_algorithms at t