Re: [openssl-users] undefined reference to `FIPS_mode'

2015-12-22 Thread Marcos Bontempo
ect 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 14.04. Is there

Re: [openssl-users] undefined reference to `FIPS_mode'

2015-12-22 Thread Jeffrey Walton
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

Re: [openssl-users] undefined reference to `FIPS_mode'

2015-12-21 Thread Marcos Bontempo
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_mode

Re: [openssl-users] undefined reference to `FIPS_mode'

2015-12-21 Thread Marcos Bontempo
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, Mar

Re: [openssl-users] undefined reference to `FIPS_mode'

2015-12-21 Thread Steve Marquess
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

Re: [openssl-users] undefined reference to `FIPS_mode'

2015-12-21 Thread Marcos Bontempo
otmail.com To: openssl-users@openssl.org Date: Sun, 20 Dec 2015 14:47:29 -0200 Subject: [openssl-users] undefined reference to `FIPS_mode' Hello, I'm programming an application that only gets

Re: [openssl-users] undefined reference to `FIPS_mode'

2015-12-21 Thread Steve Marquess
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

[openssl-users] undefined reference to `FIPS_mode'

2015-12-20 Thread Marcos Bontempo
Hello, I'm programming an application that only gets and sets FIPS mode. Here is my Makefile: