Re: [openssl-dev] [openssl.org #3694] WinCE openSSL 1.0.1L with FIPS 2.0.8 - fingerprint does not match

2015-02-26 Thread Andy Polyakov via RT
One thing to try would be to try both ways of the define for __thumb. This can explain the fingerprint failure. In fips_canister.c around line 188 # if defined(__thumb__) || defined(__thumb) return (void *)((size_t)instruction_pointer~1); # else return (void

Re: [openssl-dev] [openssl.org #3694] WinCE openSSL 1.0.1L with FIPS 2.0.8 - fingerprint does not match

2015-02-12 Thread Andy Polyakov via RT
I was successful at compiling the FIPS 2.0.8 module for Windows CE exactly as provided without any modifications. Additionally, I built fips_algvs.exe to successfully validate the canister on the target system. After tweaking some #ifdef directives in the openSSL 1.0.1L, I was able to

Re: [openssl-dev] [openssl.org #3694] WinCE openSSL 1.0.1L with FIPS 2.0.8 - fingerprint does not match

2015-02-11 Thread Andy Polyakov via RT
-dev@openssl.org Subject: [openssl-dev] [openssl.org #3694] WinCE openSSL 1.0.1L with FIPS 2.0.8 - fingerprint does not match I was successful at compiling the FIPS 2.0.8 module for Windows CE exactly as provided without any modifications. Additionally, I built fips_algvs.exe to successfully

[openssl-dev] [openssl.org #3694] WinCE openSSL 1.0.1L with FIPS 2.0.8 - fingerprint does not match

2015-02-10 Thread Lior Gotian via RT
I was successful at compiling the FIPS 2.0.8 module for Windows CE exactly as provided without any modifications. Additionally, I built fips_algvs.exe to successfully validate the canister on the target system. After tweaking some #ifdef directives in the openSSL 1.0.1L, I was able to get it

Re: [openssl-dev] [openssl.org #3694] WinCE openSSL 1.0.1L with FIPS 2.0.8 - fingerprint does not match

2015-02-10 Thread Gilles Khouzam
*)instruction_pointer; # endif -Original Message- From: openssl-dev [mailto:openssl-dev-boun...@openssl.org] On Behalf Of Lior Gotian via RT Sent: Tuesday, February 10, 2015 11:16 Cc: openssl-dev@openssl.org Subject: [openssl-dev] [openssl.org #3694] WinCE openSSL 1.0.1L with FIPS 2.0.8 - fingerprint does

Re: [openssl-dev] [openssl.org #3694] WinCE openSSL 1.0.1L with FIPS 2.0.8 - fingerprint does not match

2015-02-10 Thread Gilles Khouzam via RT
*)instruction_pointer; # endif -Original Message- From: openssl-dev [mailto:openssl-dev-boun...@openssl.org] On Behalf Of Lior Gotian via RT Sent: Tuesday, February 10, 2015 11:16 Cc: openssl-dev@openssl.org Subject: [openssl-dev] [openssl.org #3694] WinCE openSSL 1.0.1L with FIPS 2.0.8 - fingerprint does