You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bin/Readme.md
+43-41Lines changed: 43 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,65 +6,72 @@ All the precompiled binaries provided here have extended support for
6
6
everything which is normally not in OpenSSL or LibreSSL -- 40+56 Bit,
7
7
export/ANON ciphers, weak DH ciphers, weak EC curves, SSLv2 etc. -- all the dirty
8
8
features needed for testing. OTOH they also come with extended support
9
-
for new / advanced cipher suites and/or features which are not in the
9
+
for some new / advanced cipher suites and/or features which are not in the
10
10
official branch like (old version of the) CHACHA20+POLY1305 and CAMELLIA 256 bit ciphers.
11
-
They also have IPv6 support, see below.
12
11
13
-
The (stripped) binaries this directory are all compiled from my openssl
14
-
snapshot (https://github.com/drwetter/openssl) from Peter Mosman's openssl
15
-
fork (https://github.com/PeterMosmans/openssl). Thx a bunch, Peter!
12
+
The (stripped) binaries this directory are all compiled from my openssl snapshot
13
+
(https://github.com/drwetter/openssl-1.0.2.bad) which adds a few bits to Peter
14
+
Mosman's openssl fork (https://github.com/PeterMosmans/openssl). Thx a bunch, Peter!
15
+
The few bits are IPv6 support (except IPV6 proxy) and some STARTTLS backports.
16
16
17
17
Compiled Linux and FreeBSD binaries so far come from Dirk, other
18
18
contributors see ../CREDITS.md .
19
19
20
-
**I discontinued to upload the not commonly used binaries at github ** (ARM7l, Darwin.i386 and all except one kerberos compiles) **as it is not very appropriate to use github especially for those. The main site for all
21
-
binaries is https://testssl.sh/openssl-1.0.2i-chacha.pm.ipv6.contributed/, also see the tarball @
0 commit comments