PalmOS 5.0 reference lets me know that the SslRead is a convenience cover of SslReceive.
Because I need to manipulate the timeout, I use SslReceive instead, but any call to SslReceive makes the simulators ( Treo600, TungstenC, common simulator of PamOS 5 ) and the real Treo 600 devices crash. My command is : //count = SslReceive( gSslRef, pSslHandle->pCtx, pdata, length, 0, NULL, NULL, timeout, err ); count = SslRead( gSslRef, pSslHandle->pCtx, pdata, length, err ); With SslRead my whole app runs fine with the remote SSL server. When I comment the SslRead and uncomment the SslReceive, then it crashes. Anybody experiences this ? There are a lot of people here working with SSL. Could you please make that try for me ? I appreciate your help, Vu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
