Re: [openssl-users] Openssl Build Error- module unsafe for SAFESEH image/Unable to generate SAFESEH image

2018-10-23 Thread sakdev
Added "/safeseh" in assembler flags and problem got solved. Thank you very much. -- Sent from: http://openssl.6102.n7.nabble.com/OpenSSL-User-f3.html -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] Openssl Build Error- module unsafe for SAFESEH image/Unable to generate SAFESEH image

2018-10-18 Thread sakdev
Thanks for reply Michael. I am sure i gave 32-bit build only. "BuildWinLibs.bat vs2015 x32d clean" This is the comment i gave for build. Here "x32r" means 32-bit release build. Here is the error code(text). rc /fo"tmp32dll/MSVC14.0\libeay32.res" /d CRYPTO ms\version32.rc Microsoft (R)

[openssl-users] Openssl Build Error- module unsafe for SAFESEH image/Unable to generate SAFESEH image

2018-10-18 Thread sakdev
Hi, We are using openssl-1.0.2j. For security compliance we scanned libeay32.dll with binscope binary analyzer. Binscope result is showing *“SafeSEHCheck (FAIL)”*. To resolve this we added /SAFESEH flag in linker flags, and started build. But build got failed with "Unable to generate SAFESEH ima

[openssl-users] Openssl working with hostname(localhost) but not with IP

2018-06-21 Thread sakdev
Hi, I am migrating my application from visualstudio6.0 to VS2015. My application using is using openssl-1.0.2j. For this migration i built openssl in VS2015, libraries generated successfully. I am using MiniWeb server as virtual server for SSL connections. The problem is libraries(ssleay32.dll