Skip to content

Instantly share code, notes, and snippets.

@amir-saniyan
amir-saniyan / OpenSSL Server Example.md
Last active February 16, 2025 18:09
OpenSSL Server Example

OpenSSL Server Example

This sample code shows how to create an OpenSSL server application.

Compilation

Prerequisites:

$ sudo apt-get install gcc pkg-config libssl-dev openssl

Building BareMetal OS

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.

Preparing local environment

To keep things organized you should create a seperate directory for BareMetal OS project.

mkdir ~/ReturnInfinity
cd ~/ReturnInfinity