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
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
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:
>
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
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