#Browser with SSL support in C++ Reimplement SSL library in C++
##Require
gccthat supportsc++-11
##Install
git clone https://github.com/nissassin17/ssl-cpp
cd ssl-cp
make##Usage Run program with request link followed in command line.
Don't forget to provide http:// or https:// shemes.
Examples:
./browser http://stackoverflow.com/questionor
./browser https://google.comThanks for concerning!