libtlssep
Overview
Libtlssep (pronounced lib·te̅·el·sep) aims 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.
Please refer to libtlssep's API documentation for details about how to use the library.
- libtlssep-0.1.0.tar.gz
- libtlssep-0.1.1.tar.gz
- libtlssep-0.1.2.tar.gz
- libtlssep-0.1.3.tar.gz
- libtlssep-0.1.4.tar.gz
- libtlssep-0.1.5.tar.gz
- lighttpd-1.4.36-tlssep.patch
- wget-tlssep.patch
The libtlssep project is also available as a Git repository. To clone the repository, execute
git clone https://www.flyn.org/git/libtlssep