OpenSSL Privilege Separation
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
README
sslps.c
sslps.h
sslps_priv.c
sslps_priv.h
test.c

README

OpenSSL Privilege Separation, with support for Linux seccomp.

Integrates well with lophttpd webserver and implements most
of the functions needed to run SSL client/server software.

See test.c for example and explanation.