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: Readme.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,30 +35,26 @@ to get bugfixes, other feedback and more contributions.
35
35
36
36
testssl.sh is working on every Linux/BSD distribution out of the box. Latest by 2.9dev
37
37
most of the limitations of disabled features from the openssl client are gone
38
-
due to bash-socket-based checks. As a result you can also use e.g. LibreSSL or OpenSSL
38
+
due to bash-socket-based checks. As a result you can also use any LibreSSL or OpenSSL version
39
39
1.1.1 or 3.x. testssl.sh also works on other unixoid systems out of the box, supposed they have
40
40
`/bin/bash` >= version 3.2 and standard tools like sed and awk installed. An implicit
41
41
(silent) check for binaries is done when you start testssl.sh . System V needs probably
42
42
to have GNU grep installed. MacOS X and Windows (using MSYS2, Cygwin or WSL) work too.
43
43
44
44
### Status
45
45
46
-
**Please note that very soon you won't receive any updates for the 3.0.x releases anymore.** While
47
-
this is true for quite some time as far as features are concerned, this will be also
48
-
the case for maintenance updates like CA and handshakes but also as far as security
49
-
fixes are concerned.
46
+
**You are looking at the old stabe version 3.0.10. This is the last version and it will not receive
47
+
any updates.** Please migrate ASAP to the stable 3.2 branch!
50
48
51
-
Please use the 3.2 branch!
52
-
53
-
Update notification here or @ [mastodon](https://infosec.exchange/@testssl) or [bluesky](https://bsky.app/profile/testssl.bsky.social). The [twitter](https://twitter.com/drwetter) account is not being used anymore.
49
+
Update notification for newer versions can be found @ [github](https:/github.com/testssl/testssl.sh) or @ [mastodon](https://infosec.exchange/@testssl) or [bluesky](https://bsky.app/profile/testssl.bsky.social). The [twitter](https://twitter.com/drwetter) account is not being used anymore.
54
50
55
51
### Installation
56
52
57
-
You can download testssl.sh by cloning this git repository:
53
+
You can download this testssl.sh version by cloning this git repository:
For the stable version help yourself by downloading the latest [ZIP](https://github.com/testssl/testssl.sh/releases) from the 3.0.X branch or the latest testssl-3.0.X.tar.gz from [https://testssl.sh](https://testssl.sh/) archive. Just ``cd`` to the directory created (=INSTALLDIR) and run it off there.
57
+
For the stable version help yourself by downloading the latest [ZIP](https://github.com/testssl/testssl.sh/releases) from the 3.0.x branch or the latest testssl-3.0.x.tar.gz from [https://testssl.sh](https://testssl.sh/) archive. Just ``cd`` to the directory created (=INSTALLDIR) and run it off there.
0 commit comments