diff --git a/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md b/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md index d0083b9..3e5f966 100644 --- a/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md +++ b/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md @@ -2,7 +2,7 @@ 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, just to get chacha20+poly1305 support (thx!). The one from 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 * 32 bit version was compiled under Ubuntu 12.04 LTS -In addition to the binaries statically linked binaries I provide -- except a few -libs which are nowadays sometimes hard to statically link in -- I compiled a set of +In addition to the statically linked binaries I provide -- except a few +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 -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. So for the kerberos binaries I provide (openssl??-1.0.2pm-krb5*) you need a whopping bunch of @@ -39,7 +39,7 @@ If you want to compile OpenSSL yourself, here are the instructions: 3.) configure the damned thing. Options I used: -**for 64Bit: ** +**for 64Bit:** ./config --prefix=/usr/ --openssldir=/etc/ssl enable-zlib enable-ssl2 enable-rc5 enable-rc2 enable-GOST \ enable-cms enable-md2 enable-mdc2 enable-ec enable-ec2m enable-ecdh enable-ecdsa enable-seed enable-camellia \ @@ -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 167 ciphers 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