OpenSSL + GOST-engine
Debian 9:
echo “deb http://deb.debian.org/debian unstable main“ >> /etc/apt/sources.list
apt update
apt-get install openssl libssl-dev -t unstable -y
git clone https://github.com/gost-engine/engine
cd engine/
cmake . -DOPENSSL_ENGINES_DIR=`openssl version -e | awk '{print $2}' | sed 's/\"//g'`
make && make install
apt install curl













