TOC PREV NEXT INDEX




ICEssl Module Tutorial


This tutorial is an introduction to the ICEssl module. The first step is a simple example of an SSL connection. The following steps gradually add features until step 4, which uses most of the features of the ICEssl module.

Step 1 - Basics
A simple example of an SSL connection to a server.

Step 2 - Adding a Certificate Dialog
Adds a user dialog for handling of untrusted or expired certificates from the server.

Step 3 - Adding Support for Client Certificates
An example of how to authenticate the connection to the server, using client certificates.

Step 4 - Trusted Sites, Signlists, and Passwords
Introduces miscellaneous features, such as trusted sites lists and password protection of private keys.

Note: To minimize typing, you can copy the code from the ICEssl<version>\examples directory.


Copyright 2005. ICEsoft Technologies, Inc.
http://www.icesoft.com

TOC PREV NEXT INDEX