mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-23 17:09:31 +01:00
Update Readme.md
typos
This commit is contained in:
parent
b28fa7ee10
commit
4b49c1eb3e
@ -2,7 +2,7 @@
|
|||||||
Compilation instructions
|
Compilation instructions
|
||||||
========================
|
========================
|
||||||
|
|
||||||
The precompiled versions here are from OpenSSL 1.0.2 and
|
The precompiled versions here are from OpenSSL 1.0.2,
|
||||||
they are a fork of OpenSSL from Peter Mosmans,
|
they are a fork of OpenSSL from Peter Mosmans,
|
||||||
just to get chacha20+poly1305 support (thx!). The one from
|
just to get chacha20+poly1305 support (thx!). The one from
|
||||||
the official git repo didn't work for me work correctly,
|
the official git repo didn't work for me work correctly,
|
||||||
@ -19,10 +19,10 @@ General instructions
|
|||||||
* 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
|
||||||
|
|
||||||
In addition to the binaries statically linked binaries I provide -- except a few
|
In addition to the statically linked binaries I provide -- except a few
|
||||||
libs which are nowadays sometimes hard to statically link in -- I compiled a set of
|
libs which are nowadays difficult to statically link in -- I compiled a set of
|
||||||
dynamic binaries. The catch here are the Kerberos libs: No Linux
|
dynamic binaries. The catch here are the Kerberos libs: No Linux
|
||||||
distributor privides static libs. As of now I feel too lazy to compile
|
distributor provides static libs. As of now I feel too lazy ;-) to compile
|
||||||
MIT or KTH from scratch to get statitic libs.
|
MIT or KTH from scratch to get statitic libs.
|
||||||
|
|
||||||
So for the kerberos binaries I provide (openssl??-1.0.2pm-krb5*) you need a whopping bunch of
|
So for the kerberos binaries I provide (openssl??-1.0.2pm-krb5*) you need a whopping bunch of
|
||||||
@ -72,11 +72,12 @@ libs which you compiled statically as ".a".
|
|||||||
7.) "openssl ciphers -V ALL:COMPLEMENTOFALL | wc -l" lists for me w/ kerberos and w/o GOST cipher engine
|
7.) "openssl ciphers -V ALL:COMPLEMENTOFALL | wc -l" lists for me w/ kerberos and w/o GOST cipher engine
|
||||||
167 ciphers as opposed to 111/109 from Ubuntu or Opensuse.
|
167 ciphers as opposed to 111/109 from Ubuntu or Opensuse.
|
||||||
|
|
||||||
|
|
||||||
**Never use these binaries for anything else then for testing**
|
|
||||||
|
|
||||||
|
|
||||||
Enjoy, Dirk
|
Enjoy, Dirk
|
||||||
|
|
||||||
|
PS: **Never use these binaries for anything else then for testing**
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[1] https://en.wikipedia.org/wiki/GOST_%29block_cipher%29
|
[1] https://en.wikipedia.org/wiki/GOST_%29block_cipher%29
|
||||||
|
Loading…
Reference in New Issue
Block a user