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

After you build the FIPS Object Module, you then build the FIPS
Capable library (it knows how to use the FIPS Object Module):

  $ rm  -rf  openssl-1.0.1c/
  $ tar  xzf  openssl-1.0.1c.tar.gz
  $ cd openssl-fips-1.0.1c/
  $ ./config fips <config options>
  $ make  <make options>
  $ sudo make install

If you have fipscanister.o, libcrypto.a, and libssl.a, then you have
linker problems. In this case, you might be linking against a
libcrypto.a, but its the wrong one. Also note: you do not link
directly against fipscanister.o.

Jeff
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to