This sample code shows how to create an OpenSSL server application.
Prerequisites:
$ sudo apt-get install gcc pkg-config libssl-dev openssl
This document describes how to build BareMetal OS. These instructions have been tested on Linux Mint 14, but could probably be simply run on most linux machines.
To keep things organized you should create a seperate directory for BareMetal OS project.
mkdir ~/ReturnInfinity
cd ~/ReturnInfinity