Hi,
I followed the INSTALL.WCE directions.
What resulted was the Crypto stuff works fine.
The SSL stuff does not seem to hand shake correctly. I am using TLSv1.
I am able to load my Cert and private key, but I keep getting a
SYS_ERROR_SYSCALL error on the SSL_Connect. As described below from the
man pages, it seems that the WinCE socket code is returning an EOF on
the SSL_Connect.
_______________________________
SSL_ERROR_SYSCALL
Some I/O error occurred. The OpenSSL error queue may contain
more information on the error. If the error queue is empty
(i.e. ERR_get_error() returns 0), ret can be used to find
out more about the error: If ret == 0, an EOF was observed
that violates the protocol. If ret == -1, the underlying BIO
reported an I/O error. (For socket I/O on Unix systems,
consult errno.)
_______________________________
I am a little concerned with the WCE build instuctions. First the WCE
instructions seem to be for Pocket PC 2003, which really are not
compatible with Mobile 5/6 ( I could be wrong ).
Questions:
Is there a different/easier way to build openssl for mobile 5/6? If so How.
Is there a work around for my problem described above? If so How.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]