mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-04 15:03:41 +01:00
Merge pull request #53 from tomato42/how-to-compile-2
How to compile OpenSSL with all testing features
This commit is contained in:
commit
3ff415a338
13
README.md
13
README.md
@ -179,6 +179,19 @@ bits. OpenSSL is build from a custom branch maintained by Peter Mosmans that
|
||||
includes a number of patches not merged upstream. It can be found here:
|
||||
https://github.com/PeterMosmans/openssl
|
||||
|
||||
You can build it yourself using following commands:
|
||||
```
|
||||
git clone https://github.com/PeterMosmans/openssl.git --depth 1 -b 1.0.2-chacha
|
||||
cd openssl
|
||||
./Configure zlib no-shared experimental-jpake enable-md2 enable-rc5 \
|
||||
enable-rfc3779 enable-gost enable-static-engine linux-x86_64
|
||||
make depend
|
||||
make
|
||||
make report
|
||||
```
|
||||
|
||||
The statically linked binary will be `apps/openssl`.
|
||||
|
||||
Contributors
|
||||
------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user