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

Re: OpenSSL FIPS build/link issues

2013-01-14 Thread Jeffrey Walton
On Mon, Jan 14, 2013 at 5:52 AM, Rahul Godbole rahulmg1...@gmail.com 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

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 noloa...@gmail.com wrote: On Mon, Jan 14, 2013 at 5:52 AM, Rahul Godbole rahulmg1...@gmail.com wrote: 1) I am trying to build OpenSSL for FIPS. When I link to the below functions from an external program

Re: OpenSSL FIPS build/link issues

2013-01-14 Thread Jeffrey Walton
On Mon, Jan 14, 2013 at 7:24 AM, Rahul Godbole rahulmg1...@gmail.com 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

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. When I

Re: OpenSSL FIPS build/link issues

2013-01-14 Thread jeetendra gangele
On 14 January 2013 20:34, Dr. Stephen Henson st...@openssl.org 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

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 st...@openssl.org 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