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

RE: Building 1.1.1a on Windows - how to "make update"?

2019-05-24 Thread Lynch, Andrew
Ok, understood. I have now managed to build an executable with our patches and it is currently chugging through the tests (which seem to run much slower native than they did inside a Linux VM on the same host...) There was one more hiccup with a mkdef.pl failure ("does not have a number assign

Re: Building 1.1.1a on Windows - how to "make update"?

2019-05-24 Thread Richard Levitte
The diverse things that 'make update' generates is supposed to be the same across platforms, so the intention is that they get generated on one platform (Linux / Unix) and that these changes get distributed to all others. Cheers, Richard On Fri, 24 May 2019 14:38:14 +0200, Lynch, Andrew wrote: >

Building 1.1.1a on Windows - how to "make update"?

2019-05-24 Thread Lynch, Andrew
Hi, I have been working with OpenSSL 1.1.1a on Linux. We have a number of patches that are applied, including a specific version of cmpossl. To ensure that all new error codes, objects etc. are available I run "make update" after config. I.e. the build process is Unpack original distributio

Re: Fw:Re:Re: Building openssl outside of the source tree" doesn't work well

2019-05-24 Thread Richard Levitte
Well, those -I options are directly generated from 'INCLUDE' statements in build.info files. Would you mind giving me the output from this command? perl configdata.pm --dump Cheers, Richard On Fri, 24 May 2019 04:45:11 +0200, dengwenbin_0301 wrote: > > > I tried on openssl-1.1.1a and open