Fingerprint mismatch only for 32-bit FIPS binary

2019-11-25 Thread Dipak B
Hi, Appreciate any help on the following. 1) Built static binaries of FIPS capable OSSL which statically link to the windows runtime. 2) Consumed these binaries (libeaycompat32.lib, libeayfips32.lib and ssleay32.lib) into myapp.dll using msincore.pl. Result 1) FIPS mode gets set and working w

Re: ssl3_get_record:decryption failed on some machines

2019-11-25 Thread Matt Caswell
On 25/11/2019 08:45, fer...@hyperion.io wrote: > Sorry to bring this up again but I really don't know how to fix. I already > re-wrote my code to use SSL_read/SSL_write instead of a SSL filter BIO but I > still get the same error. > > I can reproduce when the sender is nginx, socat openssl-list

RE: ssl3_get_record:decryption failed on some machines

2019-11-25 Thread fergtm
Sorry to bring this up again but I really don't know how to fix. I already re-wrote my code to use SSL_read/SSL_write instead of a SSL filter BIO but I still get the same error. I can reproduce when the sender is nginx, socat openssl-listen or openssl s_server. Both the server and client are runni