sun-exploit / tls-server

A quick and dirty tls server experimentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A quick and dirty tls server experimentation

License:MIT License


Languages

Language:C 87.2%Language:Lex 4.5%Language:Yacc 3.9%Language:Makefile 2.0%Language:Perl 1.3%Language:Shell 1.1%