This archive contains developer files and an example program which should
make it possible to add AmiSSL v3 support to clients and servers.
The information is mostly AmiSSL specific. For more information on SSL
programming, check OpenSSL documentation and examples (http://www.openssl.org/).
Some outdated documentation for SSLeay, predecessor to OpenSSL, can be found
at http://psych.psy.uq.oz.au/~ftp/Crypto/ssl.html .
The provided example, https.c, is an example of a very simple client. It
shows how to get a https:// document by connecting directly to the site, and
also by connecting through a proxy server (SSL tunneling).
AmiSSL gives the same functionality as OpenSSL, but there are a few
differences as a result of the shared library model.
| |