Skip to content

dmolik/tls-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.