Copyright (C) 2003 W. Michael Petullo <mike@flyn.org>

libtlssep is A TLS library with built-in privilege separation protections

= OVERVIEW =================================================================
	
Libtlssep (pronounced lib·te̅·el·sep) sets out to provide an improved 
TLS API while also protecting private keys using privilege separation. 
Libtlssep's architecture includes a helper process called 
tlssep-decorator which handles all TLS operations and thus is able to 
isolate private keys from applications. An application first creates a 
network socket to a server (or client), and then it passes this 
socket to tlssep-decorator. All subsequent communication with the 
server passes through tlssep-decorator.

= BUILDING =================================================================

To build, cross your fingers and try:

 1. ./configure
 2. make
 3. make install

Read the ``INSTALL'' file for generic detailed information on installing
this program.
	
= DETAILS ==================================================================
	
Please refer to libtlssep's API documentation 
[https://www.flyn.org/projects/libtlssep/doc/] for details about how to 
use the library.

