mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-31 22:09:44 +01:00
Merge branch 'master' of github.com:drwetter/testssl.sh
This commit is contained in:
commit
594996883f
@ -3,7 +3,7 @@ Compiling and Usage Instructions
|
||||
================================
|
||||
|
||||
The precompiled binaries provided here have extended support for everything
|
||||
which is normally not configured to be compiled (40+56 Bit, export/ANON ciphers,
|
||||
which is normally not configured to be compiled (40+56 Bit, export/ANON ciphers, weak DH ciphers,
|
||||
SSLv2 etc.). The binaries also come with extended support for new cipher suites
|
||||
and/or features which are not (yet?) in the official branch.
|
||||
|
||||
@ -11,18 +11,15 @@ The binaries in this directory are all compiled from an OpenSSL 1.0.2 fork
|
||||
from Peter Mosmans. He has patched the master git branch
|
||||
to support CHACHA20 + POLY1305 and other ciphers like CAMELIA 256 Bit.
|
||||
|
||||
The binary ```openssl-1.0.2pm.darwin.64`` was borrowed with permission from Julien
|
||||
Vehent's cipherscan (which is based on Peter Mosmans 1.0.2b-dev).
|
||||
|
||||
I put
|
||||
The binary ``openssl-1.0.2pm.darwin.64``, based on Peter Mosmans 1.0.2b-dev, was borrowed with permission from Julien Vehent's cipherscan.
|
||||
|
||||
|
||||
|
||||
General
|
||||
-------
|
||||
|
||||
Both 64+32 bit versions were compiled under Ubuntu 12.04 LTS. Likely you
|
||||
cannot use older distributions, younger worked in my test environments. I provide
|
||||
Both 64+32 bit Linux binaries were compiled under Ubuntu 12.04 LTS. Likely you
|
||||
cannot use them for older distributions, younger worked in my test environments. I provide
|
||||
for each distributions two sets of binaries:
|
||||
|
||||
* completely statically linked binaries
|
||||
@ -78,7 +75,7 @@ If you want to compile OpenSSL yourself, here are the instructions:
|
||||
Don't use -DTEMP_GOST_TLS, it currently breaks things and it is not needed for general GOST [1] support.
|
||||
|
||||
So the difference ypu maybe spotted: If you don't have / don't want Kerberos libraries and devel rpms/debs, omit "--with-krb5-flavor=MIT" (see examples).
|
||||
If you have another Kerberos flavor you need to figure out by yourself.
|
||||
If you have another Kerberos flavor you would need to figure out by yourself.
|
||||
|
||||
3.) make depend
|
||||
|
||||
@ -92,9 +89,8 @@ If you have another Kerberos flavor you need to figure out by yourself.
|
||||
|
||||
as opposed to 111/109 from Ubuntu or Opensuse.
|
||||
|
||||
**Never use these binaries for anything else then for testing**
|
||||
|
||||
Enjoy, Dirk
|
||||
|
||||
PS: **Never use these binaries for anything else then for testing**
|
||||
|
||||
|
||||
[1] https://en.wikipedia.org/wiki/GOST_%29block_cipher%29
|
||||
|
Loading…
Reference in New Issue
Block a user