can I correct it?
> To: openssl-users@openssl.org
> From: marqu...@openssl.com
> Date: Mon, 21 Dec 2015 09:06:01 -0500
> Subject: Re: [openssl-users] undefined reference to `FIPS_mode'
>
> On 12/21/2015 08:39 AM, Marcos Bontempo wrote:
> > I did the tests in a Ubuntu 1
On Mon, Dec 21, 2015 at 7:28 PM, Marcos Bontempo
wrote:
> I'm cross-compiling to a ARMv4 processor, the same used in the BeagleBone.
> Do you know if this platform is supported?
Check the OpenSSL Security Policy at
https://www.openssl.org/docs/fips/SecurityPolicy-2.0.10.pdf. The table
of support
I'm cross-compiling to a ARMv4 processor, the same used in the BeagleBone. Do
you know if this platform is supported?
> To: openssl-users@openssl.org
> From: marqu...@openssl.com
> Date: Mon, 21 Dec 2015 09:06:01 -0500
> Subject: Re: [openssl-users] undefined reference to `FIPS
On 12/21/2015 08:39 AM, Marcos Bontempo wrote:
> I did the tests in a Ubuntu 14.04. Is there a problem with this version?
You're cross compiling ... to what target platform I don't know. That
target platform is what needs to be supported, and both the FIPS module
and "FIPS enabled" OpenSSL need to
I did the tests in a Ubuntu 14.04. Is there a problem with this version?
> To: openssl-users@openssl.org
> From: marqu...@openssl.com
> Date: Mon, 21 Dec 2015 08:20:47 -0500
> Subject: Re: [openssl-users] undefined reference to `FIPS_mode'
>
> On 12/21/2015 07:31 AM
On 12/21/2015 07:31 AM, Marcos Bontempo wrote:
> Hello,
>
> I resolved the error after compiling FIPS with ./config fips shared. I
> also needed to export LD_LIBRARY_PATH=/usr/local/ssl/lib:$LD_LIBRARY_PATH.
>
> Now I have a new problem.
>
> I executed this code to set the FIPS mode and no erro
Hello,
I resolved the error after compiling FIPS with ./config fips shared. I also
needed to export LD_LIBRARY_PATH=/usr/local/ssl/lib:$LD_LIBRARY_PATH.
Now I have a new problem.
I executed this code to set the FIPS mode and no error is prompted:
result = FIPS_mode_set(1);