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 1b7ac1b..d75df32 100644 --- a/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md +++ b/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md @@ -6,8 +6,8 @@ Currrent precompiled versions are are from OpenSSL 1.0.2. The ones I were using is 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, -it's also likely to disappear shortly. -(https://www.mail-archive.com/openssl-dev@openssl.org/msg34756.html) +it's also likely they'll disappear shortly +(https://www.mail-archive.com/openssl-dev@openssl.org/msg34756.html). $ git clone https://github.com/PeterMosmans/openssl $ cd openssl @@ -22,7 +22,7 @@ General instructions 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 dynamic binaries. The catch here are the Kerberos libs: No Linux -distributor privides static libs. As of now I feel to lazy to compile +distributor privides 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 @@ -32,8 +32,9 @@ libk5crypto, libkrb5support, libkeyutils). For the 'static' binaries kerberos is If you want to compile OpenSSL yourself, here are the instructions: -0.) apply experimental-features.patch (otherwise you miss the experimental features) -1.) apply openssl-telnet-starttls.patch and openssl-xmpp-starttls-fix.patch +1.) apply experimental-features.patch (otherwise you miss the experimental features) + +2.) apply openssl-telnet-starttls.patch and openssl-xmpp-starttls-fix.patch (provided by Stefan Zehl, thx!). 3.) configure the damned thing. Options I used: