mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-31 22:09:44 +01:00
- minor typos
This commit is contained in:
parent
dd3d0bef33
commit
d10825053b
@ -1,4 +1,4 @@
|
|||||||
Both compiled versions are are from OpenSSL 1.0.2-beta1. The
|
Both versions here are compiled from OpenSSL 1.0.2-beta1. The
|
||||||
|
|
||||||
64 bit version was compiled under Opensuse 12.3
|
64 bit version was compiled under Opensuse 12.3
|
||||||
32 bit version was compiled under Ubuntu 12.04 LTS
|
32 bit version was compiled under Ubuntu 12.04 LTS
|
||||||
@ -16,11 +16,15 @@ for 32 Bit:
|
|||||||
for 64Bit:
|
for 64Bit:
|
||||||
--prefix=/usr/ --openssldir=/etc/ssl enable-zlib enable-ssl2 enable-ec_nistp_64_gcc_128 enable-rc5 enable-rc2 enable-gost enable-cms enable-md2 enable-mdc2 enable-rc5 enable-ec enable-ec2m enable-ecdh enable-ecdsa enable-seed enable-idea -Wa,--noexecstack no-dane no-gmp no-jpake no-krb5 no-libunbound no-multiblock no-rfc3779 no-sctp no-shared no-ssl-trace no-store no-zlib-dynamic static-engine
|
--prefix=/usr/ --openssldir=/etc/ssl enable-zlib enable-ssl2 enable-ec_nistp_64_gcc_128 enable-rc5 enable-rc2 enable-gost enable-cms enable-md2 enable-mdc2 enable-rc5 enable-ec enable-ec2m enable-ecdh enable-ecdsa enable-seed enable-idea -Wa,--noexecstack no-dane no-gmp no-jpake no-krb5 no-libunbound no-multiblock no-rfc3779 no-sctp no-shared no-ssl-trace no-store no-zlib-dynamic static-engine
|
||||||
|
|
||||||
And: You have to patch the sources, see file vanilla.patch otherwise ypu miss the experimental
|
And: You have to patch the sources, see file vanilla.patch otherwise you miss the experimental
|
||||||
and some RC4/MD5 cipher suites. "openssl ciphers -V | wc -l" lists for me 112 ciphers as opposed
|
and some RC4/MD5 cipher suites. "openssl ciphers -V 'ALL:COMPLEMENTOFALL' | wc -l" lists for me 150
|
||||||
to 82 from Ubuntu or Opensuse.
|
ciphers as opposed to 109 from Ubuntu or Opensuse. More soon to come!
|
||||||
|
|
||||||
|
Don't use them for other purposes except testing!
|
||||||
|
|
||||||
|
|
||||||
Enjoy,
|
Enjoy,
|
||||||
|
|
||||||
Dirk
|
Dirk
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user