$(ITTC_HOME)/src Source directory This directory contains all source files provided with the distribution of the ITTC project. For more information see: http://www.stanford.edu/~dabo/ITTC ADM/ Source code for administration utility. CTL/ Controller for ITTC daemon. TLB/ ITTC library running on client. Responsible for communicating with share server. REF/ Source code for performing refresh of shares of a shared key. Runs on share server. GEN/ Source code for distributed RSA key generation. Runs on share server. KEY/ Source code for managing keys. Reads and saves keys from disk. NTD/ Source code for applying a share of a private key. Runs on share server. COM/ Communication abstraction layer. Manages interface to openSSL. UTL/ Utility functions. include/ Directory containing all header files. apps/ Applications directory. Contains source code for ittc_ca, ittc_req and apache-1.3.6 code patch. tests/ Contains applications for testing the ITTC system. Contains wwwtest and tlbtest. monitor/ Contains source code for the monitor utility. The utility collects information from share server and displays what they are doing. java/ Contains a java applet used to display data recieved from the monitor utility. scripts/ Contains scripts used for setting up the ITTC system.