| | PalmSource | Secure Sockets Layer (SSL) |
 | | In addition to implementing the SSL protocol, the SSL library also provides a general-purpose data buffering scheme that can be used by any socket—even sockets that are sending non-SSL data (or "cleartext"). |
 | | Once your socket is created and opened, you place it in an SSL "context," which uses it for an SSL "session." You can then use the SSL I/O functions to send and receive SSL-secure data or cleartext—you can even switch between the two modes using the same socket. |
 | | The particularly important attributes are Socket and Mode, which we've already seen; InfoCallback and VerifyCallback, which you use to set a context's callback functions; and Error, which returns the most recent SSL protocol error. |
| www.palmos.com /dev/support/docs/palmos/SSLIntro.html (917 words) |