4 projects tagged "SSL"
MatrixSSL is an embedded SSL and TLS implementation designed for small footprint devices and applications requiring low overhead per connection. The library is less than 50K on disk with cipher suites. It includes SSL and TLS client and server support, session resumption, and implementations of RSA, AES, 3DES, ARC4, SHA1, and MD5. The source is well documented and contains portability layers for additional operating systems, cipher suites, and cryptography providers.
vncssld is a VNC SSL repeater for Unix. You can use it to access your user's desktop using VNC SSL. The advantage of using a repeater is that you don't need to configure your firewall to be able to connect to your user's desktop: both VNC server and VNC client connect to the repeater. Since it is using SSL, It can even work using a standard HTTP/HTTPS proxy (like squid or DansGuardian).
sessiond allows a cluster of SSL/TLS servers to share their session caches in order to prevent each node of the cluster from negotiating a separate session. SSL/TLS session is basically a set of secret values (symmetric encryption keys, MAC secrets) shared between a client and a server. The use of asymmetric cryptography required to establish new sessions is the main performance bottleneck of the SSL/TLS protocol.