1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-07-18 03:31:58 +02:00
Commit Graph

3413 Commits

Author SHA1 Message Date
c00c49bc44 Update Readme.md 2021-08-09 10:48:32 +00:00
ca558a9c08 Merge pull request from drwetter/gha_denylist_3.0
Github actions modifications (3.0)
2021-06-19 15:21:04 +02:00
6fd4c466e4 Github actions modifications (3.0)
Same as , only for the stable branch

* define deny list of files when modified not to run GHA
* specitfy OS to be ubuntu-20.04 (is there a debian at all?)
* only use perl 5.26

See 
2021-06-19 12:32:06 +02:00
526bccaa34 Merge pull request from drwetter/travis2gha_3.0
Migrate from travis-ci.org to github actions
2021-06-18 09:56:57 +02:00
7b9a6e334d Migrate from travis-ci.,org to github actions
Kudos to Mikel, see PR 
2021-06-18 08:39:00 +02:00
f7b29cac99 Merge pull request from drwetter/fix_1915_3.0
Fix indentation and redundant message (BREACH) when client certificate required
2021-06-17 09:29:19 +02:00
19feed169e Fix indentation and redundant message (BREACH) when client certificate required
... see 
2021-06-17 09:23:34 +02:00
96e8f67999 Merge pull request from drwetter/tz_fix+3.0
Display time as suggested in utc (3.0)
2021-06-03 20:23:20 +02:00
f6a9044315 Display time as suggested in utc (3.0)
This fixes 
2021-06-03 19:29:26 +02:00
c0d9427988 Merge pull request from dcooper16/send_to_stderr_30
Print errors to stderr
2021-05-15 12:22:43 +02:00
7d5e24c62f Print errors to stderr
Same as , but for the 3.0 branch.
2021-05-13 11:21:48 -04:00
931d0095d6 Merge pull request from ghen2/3.0-uname
`hostname` is not defined by POSIX, use portable `uname -n` instead.
2021-05-13 16:11:11 +02:00
388f3aea19 hostname is not defined by POSIX, use portable uname -n instead. 2021-05-13 13:58:07 +02:00
6829996197 Merge pull request from drwetter/3.0.5
Bump version
3.0.5
2021-05-10 13:50:07 +02:00
f5fde2a93b Bump version 2021-05-10 12:16:12 +02:00
4976da43b0 Merge pull request from drwetter/epoch_180hsts_1879.branch_3.0
Fix "off by one" error in HSTS
2021-05-10 11:18:53 +02:00
5758c397da Merge pull request from definity/3.0
fixed minor bug with json output for TLS1.1
2021-05-09 20:37:07 +02:00
ca4a0b23f7 fixed minor bug with json output for TLS1.1 2021-05-09 09:46:57 +00:00
68cbdf8dc8 Fix "off by one" error in HSTS
There was by mistake a 179 days threshold and also the error message
was wrong when HSTS was exactly set to 179 days, see .

This commit sets it to 180 days and corrects the error messages on
screen.
2021-05-08 14:55:30 +02:00
835abd6acb Merge pull request from dcooper16/fix_ossl30
Improve compatibility with OpenSSL 3.0
2021-04-09 10:44:12 +02:00
c0f29f6234 Improve compatibility with OpenSSL 3.0
This commit makes the same changes to the 3.0 branch as  makes to the 3.1dev branch.
2021-04-08 12:10:29 -04:00
52ed92ca87 Merge pull request from drwetter/fix1860_svSE_etc_charset_3.0
Ensure certain regex patterns work as expected and aren't localized (3.0)
2021-04-05 14:29:22 +02:00
c461702112 Ensure certain regex patterns work as expected and aren't localized (3.0)
Same as .

This PR is trying to address an issue where probably newer bash versions treat
regexes differently in other locales. W is with a swedish locale just a variant
of V () see also e.g.

https://collation-charts.org/opensolaris/opensolaris.2008.05.sv_SE.UTF-8.html
https://www.sqlservercentral.com/forums/topic/order-by-name-not-works#post-1644177
2021-04-05 11:38:17 +02:00
7723a309b5 Merge pull request from jschauma/3.0
add codepoints for RFC7905, ChaCha20-Poly1305
2021-03-25 21:34:04 +01:00
ac71be1040 whitespace alignment 2021-03-25 16:24:52 -04:00
ddb324c81d add codepoints for RFC7905, ChaCha20-Poly1305 2021-03-25 16:21:45 -04:00
acc9a82a07 Merge pull request from elfranne/ianaopenssl3.0
IANA <-> Openssl mapping issue for 3.0
2021-02-25 17:17:39 +01:00
fe6c866d4e IANA <-> Openssl mapping issue 2021-02-25 13:56:54 +01:00
bf966a9b2f Merge pull request from drwetter/fix_heartbleed_json.1828_3.0
Fix file output formatting for heartbleed (3.0)
2021-01-20 10:11:51 +01:00
a1777cdd0e Fix file output formatting for heartbleed
Quotes were wrong for different results, which lead to some confusion
for finding, cve and cwe.

Fixes 
2021-01-20 09:04:11 +01:00
2627d9db13 Merge pull request from drwetter/fix_travis_3.0
Travis CI didn't run. Trying to fix it (3.0)
2021-01-18 09:15:14 +01:00
4ee936dc52 Travis CI didn't run. Trying to fix it 2021-01-13 22:35:34 +01:00
4b800b0ae5 Merge pull request from drwetter/fix_dot@NODE
Fixes trailing dot error in URL handling (3.0)
2021-01-13 21:56:48 +01:00
b8e76a3861 Fixes trailing dot error in URL handling
For DNS queries a trailing dot in the variable $NODE is always fine. For
HTTP queries it is not. and causes the https request to fail.

Backport from 4f1da9b192

Also: removal of ancient CVS_REL relict in $TEMPDIR/environment.txt
2021-01-13 11:35:31 +01:00
666a2c4edb Merge pull request from drwetter/le_issuer_fix1816_3.0
Fix issuer check for Let's Encrypt (3.0)
2021-01-07 10:32:12 +01:00
0de00f4322 Fix issuer check for Let's Encrypt (3.0)
Fixes  for 3.0 by a proper halving of the dates
2021-01-07 10:29:08 +01:00
cb94ffaa13 Merge pull request from drwetter/no_code_update3.0
Trying to save resources for Travis/CI (3.0)
2020-11-28 10:15:13 +01:00
98d1bd64bc Trying to save resources for Travis/CI (3.0)
See 3b38a5dea3
2020-11-28 10:12:43 +01:00
dc08a120ba Merge pull request from drwetter/docker_docu_polish3.0
Consolidate docker sections in Readme.md and Dockerfile.md (3.0)
2020-11-27 16:54:26 +01:00
7c835470be Consolidate docker sections in Readme.md and Dockerfile.md
see 
2020-11-27 16:53:28 +01:00
7dac1a20f7 Merge pull request from drwetter/fix_1779
Fix 1779
3.0.4
2020-11-20 16:27:10 +01:00
ca89328ed4 Change version number
To avoid clashes with distributors it may be is smarter to stick
to three numbers and not intoducing another digit.

3.0.4 <-- 3.0.3.1
2020-11-20 11:09:17 +01:00
e441357efe Fix reading SSLv2 socket (3.0 branch)
This fixes . There was a problem introduced in
3c97412a61 which counted
the size of the file name rather than the size of the
socket reply.
2020-11-20 11:06:22 +01:00
b08b5d8b98 Bump version to 3.0.3 3.0.3 2020-11-19 09:41:12 +01:00
0abaa6d2bf Merge pull request from drwetter/ca-update_3.0
Update certificate stores (3.0 branch)
2020-11-14 11:11:03 +01:00
2f18dcbd58 Update remaining stores: Apple / Java / Microsoft
* also ca_hashes.txt

* Used Java SDK 15 instead of JRE 8
* Used Windows 10 20H2
* Java Keystore has added 5 certificates (90 --> 95)

Updated Readme and make instructions more reproducible

Fixes 
2020-11-13 22:13:10 +01:00
d536c07b72 Merge pull request from drwetter/fix_1762_3.0
Stop labeling X-XSS-Protection as green (3.0 branch)
2020-11-13 15:24:22 +01:00
99a158d952 Stop labeling X-XSS-Protection as green (3.0 branch)
* X-XSS-Protection is now labled as a neutral finding as suggested in 
* Also it adds colons to header values

This a quick fix for the stable version as opposed to  ff.
It also changes the color from lite cyan to neutral
2020-11-13 13:57:21 +01:00
a180ec4f80 update Linux.pem + Mozilla.pem 2020-11-11 18:37:56 +01:00
f3abf77ed8 Merge pull request from keisentraut/fix-1757-3.0
fix : manpage: --c has one dash to much (backport 3.0)
2020-10-29 20:28:23 +01:00