Re: FIPS support with shared libraries on FreeBSD 9.1

2013-11-10 Thread Steve Marquess
On 11/07/2013 10:51 PM, Girish wrote: > I am facing the same issue and getting same error on FreeBED 9.1 as below. > > FIPS routines:FIPS_check_incore_fingerprint:fingerprint does not > match:fips.c:232: > > Only thing different is I am using openssl-fips-2.0.5. Did anyone get > solution for t

Re: FIPS support with shared libraries on FreeBSD 9.1

2013-11-08 Thread Girish
I am facing the same issue and getting same error on FreeBED 9.1 as below. FIPS routines:FIPS_check_incore_fingerprint:fingerprint does not match:fips.c:232: Only thing different is I am using openssl-fips-2.0.5. Did anyone get solution for this problem? --Girish -- View this message in co

Re: FIPS support with shared libraries on FreeBSD 9.1

2013-11-07 Thread Girish
I am facing the same issue and getting same error on FreeBED 9.1 as below. FIPS routines:FIPS_check_incore_fingerprint:fingerprint does not match:fips.c:232: Only thing different is I am using openssl-fips-2.0.5. Did anyone get solution for this problem? --Girish -- View this message in co

FIPS support with shared libraries on FreeBSD 9.1

2013-03-07 Thread Larry Baird
I am having issues with FIPS_mode() in a shared library on FreeBSD 9.1. If I link static with 'fipsld', FIPS_mode() works correctly. As a sanity check, I tried the same openssl with fips build process on both NetBSD 6.0.1 and Ubunto 12.10. NetBSD failed and Ubunto worked. Has anyone been able to g

FIPS support with shared libraries on FreeBSD 9.1

2013-03-06 Thread Larry Baird
I am having issues with FIPS_mode() in a shared library on FreeBSD 9.1. I have read and reread the "OpenSSL FIPS User Guide". It am sure I am following the steps correctly. If I link static with 'fipsld', FIPS_mode() works correctly. As a sanity check, I tried the same openssl with fips build proc