FIPS and EVP_* Requirement (Was: OpenSSL FIPS build/link issues)

2013-01-14 Thread Jeffrey Walton
Hi Dr. Henson, On Mon, Jan 14, 2013 at 10:04 AM, Dr. Stephen Henson wrote: > On Mon, Jan 14, 2013, Rahul Godbole wrote: > >> Hi >> >> Can someone please help me on the following 2 issues? I am using FIPS 2.0 >> >> 1) I am trying to build OpenSSL for FIPS. When I link to the below >> functions fr

Re: OpenSSL FIPS build/link issues

2013-01-14 Thread jeetendra gangele
On 14 January 2013 20:34, Dr. Stephen Henson wrote: > On Mon, Jan 14, 2013, Rahul Godbole wrote: > >> Hi >> >> Can someone please help me on the following 2 issues? I am using FIPS 2.0 >> >> 1) I am trying to build OpenSSL for FIPS. When I link to the below >> functions from an external program l

Re: OpenSSL FIPS build/link issues

2013-01-14 Thread Dr. Stephen Henson
On Mon, Jan 14, 2013, Rahul Godbole wrote: > Hi > > Can someone please help me on the following 2 issues? I am using FIPS 2.0 > > 1) I am trying to build OpenSSL for FIPS. When I link to the below > functions from an external program linking to libcrypto.a, I get a linking > error for them. Whe

Re: OpenSSL FIPS build/link issues

2013-01-14 Thread Jeffrey Walton
On Mon, Jan 14, 2013 at 7:24 AM, Rahul Godbole wrote: > Thanks Jeff. Please see inline. > Did you build the FIPS Object Module first? $ rm -rf openssl-fips-2.0.1/ $ tar xzf openssl-fips-2.0.1.tar.gz $ cd openssl-fips-2.0.1/ $ ./config $ make $ sudo make install After you build the FI

Re: OpenSSL FIPS build/link issues

2013-01-14 Thread Rahul Godbole
Thanks Jeff. Please see inline. On Mon, Jan 14, 2013 at 5:24 PM, Jeffrey Walton wrote: > On Mon, Jan 14, 2013 at 5:52 AM, Rahul Godbole > wrote: > > > > 1) I am trying to build OpenSSL for FIPS. When I link to the below > > functions from an external program linking to libcrypto.a, I get a >

Re: OpenSSL FIPS build/link issues

2013-01-14 Thread Jeffrey Walton
On Mon, Jan 14, 2013 at 5:52 AM, Rahul Godbole wrote: > > 1) I am trying to build OpenSSL for FIPS. When I link to the below > functions from an external program linking to libcrypto.a, I get a linking > error for them. When I grepped for the below functions in libcrypto.a and > aes_core.o ( aes_

OpenSSL FIPS build/link issues

2013-01-14 Thread Rahul Godbole
Hi Can someone please help me on the following 2 issues? I am using FIPS 2.0 1) I am trying to build OpenSSL for FIPS. When I link to the below functions from an external program linking to libcrypto.a, I get a linking error for them. When I grepped for the below functions in libcrypto.a and aes