Commit Graph

4577 Commits

Author SHA1 Message Date
Dirk Wetter
79e199e736
Update Dockerfile.git
to use an up to date Alpine version
2024-09-03 12:41:09 +02:00
Dirk Wetter
b132a26432
Merge pull request #2544 from NaN-KL/patch-1
Fix: Reporting (Not Ok) for ClientHello/ServerHello errors
2024-08-26 18:14:23 +02:00
Dirk Wetter
4d70c7b82a
Merge pull request #2545 from drwetter/fix_2542
fix typo
2024-08-26 10:40:35 +02:00
Dirk Wetter
5eb829e6d6 fix typo 2024-08-26 10:38:37 +02:00
NaN
8a5d534b8a
Update testssl.sh
Fix to be consistent in reporting (Not Ok) for ClientHello/ServerHello errors.
2024-08-23 14:19:09 -07:00
Dirk Wetter
f3f6dae8c1
Merge pull request #2540 from drwetter/dependabot/github_actions/docker/build-push-action-6.7.0
Bump docker/build-push-action from 6.5.0 to 6.7.0
2024-08-14 16:29:53 +02:00
dependabot[bot]
ecf671eec2
Bump docker/build-push-action from 6.5.0 to 6.7.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.5.0 to 6.7.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.5.0...v6.7.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 00:22:17 +00:00
Dirk Wetter
009e358341
Merge pull request #2528 from drwetter/update_CAstores
Update Truststores
2024-07-23 12:11:54 +02:00
Dirk
76902af3b8 update hashes 2024-07-23 11:35:49 +02:00
Dirk
69c1a2fcb8 need to update hashes needs to be earlier 2024-07-23 11:35:16 +02:00
Dirk
778aab0241 dos2unix 2024-07-23 11:34:38 +02:00
Dirk
95ed863ac0 update MS CA root store 2024-07-23 10:42:14 +02:00
Dirk Wetter
67f555e15b
Merge pull request #2533 from drwetter/dependabot/github_actions/docker/login-action-3.3.0
Bump docker/login-action from 3.2.0 to 3.3.0
2024-07-23 10:06:09 +02:00
Dirk Wetter
04280396f6
Merge pull request #2532 from drwetter/dependabot/github_actions/docker/setup-qemu-action-3.2.0
Bump docker/setup-qemu-action from 3.1.0 to 3.2.0
2024-07-23 10:05:27 +02:00
Dirk Wetter
4499ef5e13
Merge pull request #2534 from drwetter/dependabot/github_actions/docker/build-push-action-6.5.0
Bump docker/build-push-action from 6.4.1 to 6.5.0
2024-07-23 10:05:06 +02:00
dependabot[bot]
3b46abbe8e
Bump docker/build-push-action from 6.4.1 to 6.5.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.4.1 to 6.5.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.4.1...v6.5.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-23 00:43:20 +00:00
dependabot[bot]
02d5a11354
Bump docker/login-action from 3.2.0 to 3.3.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-23 00:43:18 +00:00
dependabot[bot]
f476c6392d
Bump docker/setup-qemu-action from 3.1.0 to 3.2.0
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-23 00:43:16 +00:00
Dirk Wetter
fa9fe27ae6
Merge pull request #2530 from drwetter/fix_ipv6_ula_and_more
Fix IPv6 addresses
2024-07-22 23:31:37 +02:00
Dirk
dd66449a45 Fix IPv6 addresses
Local and ULA and more IPv6 adresses were incorrectly filtered by ``awk '/^[0-9]/ { print $1 }'``
which searches in the first term for only numeric values.

The PR adds a-f and fixes #2529 .
2024-07-22 21:07:50 +02:00
Dirk
472eff85b1 Update Apple CA store
...and modify readme to reflect that the certificates are better to retrieve from GH
2024-07-22 17:08:18 +02:00
Dirk
3a9c0aa8ed Update Truststores
- Mozilla: 2024-7-02
- Debian 12, ca-certificates from 20230311
- JDK 21.04

See also #2525

ToDo:
- Apple (https://opensource.apple.com/source/security_certificates/ doesnt exist anymore), github?
- MS
- Check old LE CA
- update hashes
- update Readme
2024-07-22 16:38:45 +02:00
Dirk Wetter
1dbd9b8b78
Merge pull request #2524 from drwetter/dependabot/github_actions/docker/build-push-action-6.4.1
Bump docker/build-push-action from 6.4.0 to 6.4.1
2024-07-18 09:09:13 +02:00
dependabot[bot]
4816ed0e3c
Bump docker/build-push-action from 6.4.0 to 6.4.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.4.0...v6.4.1)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 00:33:59 +00:00
Dirk Wetter
8cb483c4da
Merge pull request #2523 from drwetter/dependabot/github_actions/docker/build-push-action-6.4.0
Bump docker/build-push-action from 6.3.0 to 6.4.0
2024-07-16 11:17:27 +02:00
dependabot[bot]
6684c5a049
Bump docker/build-push-action from 6.3.0 to 6.4.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.3.0...v6.4.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-16 00:04:37 +00:00
Dirk Wetter
5696243616
Merge pull request #2520 from drwetter/dependabot/github_actions/docker/setup-qemu-action-3.1.0
Bump docker/setup-qemu-action from 3.0.0 to 3.1.0
2024-07-04 12:42:20 +02:00
Dirk Wetter
94f4b57b77
Merge pull request #2519 from drwetter/dependabot/github_actions/docker/build-push-action-6.3.0
Bump docker/build-push-action from 6.2.0 to 6.3.0
2024-07-04 12:41:46 +02:00
dependabot[bot]
87ceecba36
Bump docker/setup-qemu-action from 3.0.0 to 3.1.0
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-04 00:34:14 +00:00
dependabot[bot]
e9bb4e70bf
Bump docker/build-push-action from 6.2.0 to 6.3.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.2.0...v6.3.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-04 00:34:07 +00:00
Dirk Wetter
bcb2ef373b
Merge pull request #2517 from drwetter/dependabot/github_actions/docker/build-push-action-6.2.0
Bump docker/build-push-action from 6.1.0 to 6.2.0
2024-06-28 15:04:12 +02:00
dependabot[bot]
dee00050a8
Bump docker/build-push-action from 6.1.0 to 6.2.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.1.0...v6.2.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-27 00:20:20 +00:00
Dirk Wetter
5c8ccb4f81
Merge pull request #2515 from drwetter/dependabot/github_actions/docker/build-push-action-6.1.0
Bump docker/build-push-action from 6.0.2 to 6.1.0
2024-06-24 18:27:03 +02:00
dependabot[bot]
d670f9f49e
Bump docker/build-push-action from 6.0.2 to 6.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.0.2...v6.1.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 00:58:33 +00:00
Dirk Wetter
5452325885
Merge pull request #2513 from drwetter/dependabot/github_actions/docker/build-push-action-6.0.2
Bump docker/build-push-action from 5.4.0 to 6.0.2
2024-06-21 18:38:56 +02:00
dependabot[bot]
f0408a89f0
Bump docker/build-push-action from 5.4.0 to 6.0.2
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.0.2.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5.4.0...v6.0.2)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-21 00:57:25 +00:00
Dirk Wetter
4688295d24
Update bug_report.md 2024-06-13 18:49:47 +02:00
Dirk Wetter
90c6903a27
Merge pull request #2501 from drwetter/dependabot/github_actions/docker/build-push-action-5.4.0
Bump docker/build-push-action from 5.3.0 to 5.4.0
2024-06-13 16:14:53 +02:00
Dirk Wetter
a6898acf7d
Merge pull request #2504 from dcooper16/fix2502
Fix #2502
2024-06-13 16:13:55 +02:00
David Cooper
c72f4061b4
Fix #2502
This commit fixes #2502 in the 3.2 branch by checking that the key_share extension is at least 4 bytes long (8 in ASCII-HEX). These 4 bytes encode the group value (2 bytes) and the length of the key (2 bytes).
2024-06-13 05:53:50 -07:00
Dirk Wetter
c2a322419c
Update pull_request_template.md
typo fixes
2024-06-13 10:35:17 +02:00
Dirk Wetter
bae14b1208
Update bug_report.md 2024-06-13 10:32:36 +02:00
Dirk Wetter
d90728157f
Update feature_request.md 2024-06-13 10:30:37 +02:00
Dirk Wetter
c8220e8b8b
Update feature_request.md
For 3.0.x we don´t accept new features
2024-06-13 10:28:59 +02:00
dependabot[bot]
cf28ee6275
Bump docker/build-push-action from 5.3.0 to 5.4.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 00:40:49 +00:00
Dirk Wetter
5b75dd7f01
Merge pull request #2498 from drwetter/dependabot/github_actions/docker/login-action-3.2.0
Bump docker/login-action from 3.1.0 to 3.2.0
2024-05-29 10:55:01 +02:00
dependabot[bot]
0a05e182dd
Bump docker/login-action from 3.1.0 to 3.2.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-29 00:14:03 +00:00
Dirk Wetter
b22f9cb501
Merge pull request #2497 from drwetter/fix_2496
Supply overwrite option to --file/-iL with warnings off
2024-05-26 17:37:44 +02:00
Dirk
ed087197fe Add docu for #2497 2024-05-24 14:00:59 +02:00
Dirk
0d5bb1cd17 mute codespell 2024-05-24 14:00:39 +02:00