Re: How to use CONF_modules_load_file

2019-05-25 Thread Dmitry Belyavsky
Hello Subrata, If OPENSSL_config was sufficient for your purposes, I think that OPENSSL_init_crypto with flag OPENSSL_INIT_LOAD_CONFIG will do all you need. On Fri, May 24, 2019 at 10:49 PM Subrata Dasgupta via openssl-users < openssl-users@openssl.org> wrote: > Hi All, > In my application I am

How to use CONF_modules_load_file

2019-05-24 Thread Subrata Dasgupta via openssl-users
Hi All,In my application I am using OPENSSL_config(NULL); call to initialize the configuration. But it seems from openssl-1.1.1 this call is deprecated and we should use CONF_modules_load_file call.But it will be difficult to add new configuration file for openssl within my application. It will