3 projects tagged "Internet"
libmsocket is a socket abstraction library in C, which aims to support as many protocol abstractions transparently as possible. Current goals include SSL and Socks5 proxies. At its core, libmsocket makes developing socket applications very easy, even if you're not using any of those abstractions at all. It also ties in to libevent for I/O multiplexing and asynchronous DNS resolution.
The yaSSL Embedded Web Server is a fast, embeddable, and easy-to-configure Web server with a strong focus on portability and security. The Web server offers SSL/TLS (HTTPS) support built-in through the CyaSSL embedded SSL Library. With a footprint size of less than 100kB with SSL enabled (or 40kB without SSL) and a simple and clean API, the yaSSL Embedded Web Server was designed to fit perfectly into resource-constrained embedded environments. While maintaining a small size and fast speeds, the yaSSL Embedded Web Server offers a full feature set to give you the maximum amount of freedom and flexibility when developing your project.