Hi,
The SslContextCreate() will create a SslContext object. I would like to keep the object valid after the application quits, so that I could keep the SSL connection active.
I have tried to use MemPtrSetOwner() to set the owner of the SslContext ot the OS, but it still fails. I believe the SslContext object contains references to other objects, which I do not have a method to set the ownership of those to the OS.
So, I do not see any solution right now. Have I overlook anything? Is there a way to keep the SslContext object valid after the application quits?
Thank you very much.
Best Regards, Tony Cheung
Hi All,
I am still unable to maintain the SSL connection after the application quits.
As an alternative, is there any other SSL library for Palm OS that serve the purpose?
Thank you.
Tony Cheung
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
