building OpenSSL using MinGW

2009-03-18 Thread mb0
Hello, I'm trying to build openssl-0.9.8j using MinGW compiler on WindowsXP 32bit. use command: ms\mingw32 During build process ssleay32.dll is not created. Only libeay32, libssl32 BUT if build using Visual Studio, all 3 dll libraries are created. How to solve this problem? I need to build usin

Client side certificate for using in SSL connection

2009-02-05 Thread mb0
Hello, i explored this article: http://support.microsoft.com/kb/315588 My questions are about using openssl to generate client-side certificate for using in SSL tunnel 1. can it be self-signed root certificate? 2. what options of openssl must i use so that Internet Explorer could import it?