Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 353 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 353 Bytes

TLS Server

This codebase is currently an experiment in writing a simple TLS server, using OpenSSL, pThreads, and Epoll.

Building the TLS Server

Requirements

OpenSSL-Headers (openssl-dev), make, lex (flex), yacc (bison), and a C compiler.

Compiling

make

or

PERF=1 make

The ladder turning on some serious code optimizations.