mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
Update Readme.md
This commit is contained in:
parent
bc1cf841e3
commit
7d6adee53f
@ -33,9 +33,11 @@ If you want to compile OpenSSL yourself, here are the instructions:
|
|||||||
|
|
||||||
1.) get openssl:
|
1.) get openssl:
|
||||||
|
|
||||||
git clone https://github.com/openssl/openssl
|
wget https://www.openssl.org/source/openssl-1.0.2.tar.gz
|
||||||
cd openssl
|
wget https://www.openssl.org/source/openssl-1.0.2.tar.gz.asc
|
||||||
git checkout OpenSSL_1_0_2-stable
|
gpg --verify openssl-1.0.2.tar.gz.asc || echo "STOP!"
|
||||||
|
tar xzf openssl-1.0.2.tar.gz
|
||||||
|
cd openssl-1.0.2
|
||||||
|
|
||||||
2.) patch it, see https://github.com/drwetter/testssl.sh/blob/master/openssl-bins/openssl-1.0.2-beta1/vanilla.patch
|
2.) patch it, see https://github.com/drwetter/testssl.sh/blob/master/openssl-bins/openssl-1.0.2-beta1/vanilla.patch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user