#Browser with SSL support in C++ Reimplement SSL library in C++
##Require
gcc
that 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/question
or
./browser https://google.com
Thanks for concerning!