Re: error regaring libssl.so

2007-06-09 Thread Allen Chen
> > ../../liblhmail.so: undefined reference to > `ENGINE_load_builtin_engines' > > collect2: ld returned 1 exit status > > make: *** [pop3] Error 1 > > > > what to do to solve this error > > amit > Add |/usr/local/ss

Re: error regaring libssl.so

2007-06-08 Thread Allen Chen
raj pansuria 写道: helo i m using fedora core 6 i got the following error helo my dynamic lib file is stored at /usr/src/lib/qt-3.3/lib/lhmail.so and it required support for libssl.so and libssl.so is in /usr/lib but when i run my application i got the following strange errors ../../liblhmail.so

session id callback failed on vxworks for pentium

2007-06-08 Thread Allen Chen
ove openssl.exe on WinXP >openssl s_client -connect 192.168.80.254:4422 The target crashed, and tells hankshake failed with 67108420:error:140B512D:SSL routines:SSL_GET_NEW_SESSION:ssl session id callback failed:ssl_sess.c:232: Page Fault .. Please help me. Thank you! Regards Alle

Re: ssl connection problem ...... code inside

2007-06-08 Thread Allen Chen
bhateja 写道: hi, i am doing following thing but den i am unable to connect to server using openssl with the same version. i am pasting the CLIENT code for the same. main() { ERR_load_BIO_strings(); SSL_load_error_strings(); SSL_library_init(); OpenSSL_add_all_algorithms();

Re: Steps to port operssl to VxWorks?

2007-06-04 Thread Allen Chen
Raphael Ackermann 写道: VxWorks comes with its own version of OpenSSL at least for the targets used by the project I am working on. There is documentation as to how to port applications using OpenSSL from OpenSSL to the VxWorks SSL. Raphael Ackermann On 6/3/07, Allen Chen <[EMAIL PROTEC

Steps to port operssl to VxWorks?

2007-06-02 Thread Allen Chen
Hello, I am a beginner of openssl project. I want to port openssl application to VxWorks, for ads860 or Pentiumn cpu. I use Windows XP platform to build the project, and prepare to port basic function of openssl to Pentiumn cpu, then test on VmWare workstation. What steps shall I follow to do thi