Dirk Wetter
c6ca746954
Merge pull request #1634 from drwetter/dockerfile+
...
Better Dockerfile: doesn't require "git clone"
2020-05-09 12:54:02 +02:00
Dirk
e5bb789dd3
Better Dockerfile: doesn't require "git clone"
...
.. see also #1559 .
It "mkdirs" the needed etc and bin directories first, then copies
stuff over. It also reduces a few layers.
Also it corrects a mistake in the Readme.md (docker exec --> run)
2020-05-09 12:48:11 +02:00
Dirk Wetter
747b1e20ac
Merge pull request #1633 from unit193/3.0
...
Fix a couple typos.
2020-05-09 12:20:03 +02:00
Unit 193
f1a53a5b3a
Fix a couple typos.
...
enviroment → environment
ususally → usually
2020-05-09 05:42:41 -04:00
Dirk Wetter
4e887e3ee4
Merge pull request #1628 from drwetter/bump_version302
...
Bump version to 3.0.2
2020-05-08 11:44:48 +02:00
Dirk Wetter
eb1398c04c
Merge pull request #1627 from drwetter/dockerhub_workaround
...
Provide the correct branch to Dockerhub builds
2020-05-08 11:36:36 +02:00
Dirk
f16ed46e76
Provide the correct branch to Dockerhub builds
...
... and at the same time allow correct local builds --
the default branch is 3.1dev at the moment.
It still clones the repo from github which isn't
needed. A pure copy command would be the best. However
it might cause other problems.
See also #1559
2020-05-08 11:32:39 +02:00
Dirk Wetter
e628c16155
Merge pull request #1626 from drwetter/revert-1625-dockerfile_fixtest
...
Revert "Try to fix builds by Dockerhub"
2020-05-08 10:30:42 +02:00
Dirk Wetter
1edb6159be
Revert "Try to fix builds by Dockerhub"
2020-05-08 10:21:24 +02:00
Dirk Wetter
003f35d273
Merge pull request #1625 from drwetter/dockerfile_fixtest
...
Try to fix builds by Dockerhub
2020-05-07 20:44:31 +02:00
Dirk
3eba7ab0f2
Try to fix builds by Dockerhub
...
see also #1559
2020-05-07 20:42:43 +02:00
Dirk Wetter
0ba2b6e862
Merge pull request #1622 from drwetter/drwetter-patch-2
...
Labelling, look @ 3.0.2
2020-05-07 19:57:04 +02:00
Dirk Wetter
b1eda9b2bf
Just bump version
2020-05-07 19:55:04 +02:00
Dirk Wetter
fb80e1cc44
Merge pull request #1624 from dcooper16/fix_cp_error_30
...
Fix copy and paste error
2020-05-07 19:44:16 +02:00
David Cooper
d4bb2dd906
Fix copy and paste error
...
This commit fixes a bug in the 3.0 branch that was introduced by an accidental copy and paste.
2020-05-07 12:31:55 -04:00
Dirk Wetter
0393cb42f9
Labelling, look @ 3.0.2
...
* outlook to 3.0.2 (~tomorrow), remove ref. to rc
* fix docker cmd line (albeit there's still a problem w dockerhub)
* label 3.1dev it as a ~rolling release
2020-05-07 11:16:59 +02:00
Dirk Wetter
f49d73498a
Merge pull request #1617 from dcooper16/backport_1609_and_1616
...
Backport #1609 and #1616
2020-05-06 16:34:57 +02:00
David Cooper
3d48e6c7cb
Backport #1609 and #1616
...
This commit back ports #1609 and #1616 to the 3.0 branch.
2020-05-06 08:39:22 -04:00
Dirk Wetter
005abad35c
Merge pull request #1614 from drwetter/license_patch3.0
...
Amendment to "Relax the possible GPL license contradiction"
2020-05-06 09:19:04 +02:00
Dirk
1325178f8d
Amendment to "Relax the possible GPL license contradiction"
...
fix it also in the man pages. See #1590 / #1592
2020-05-06 09:12:38 +02:00
Dirk Wetter
870b78034d
Merge pull request #1611 from drwetter/xmpp_improvements_3.0
...
Fix STARTTLS pretests, improve XMPP handshakes (backport)
2020-05-05 08:47:30 +02:00
Dirk Wetter
6df3f2bd4e
Remove not needed if clause in starttls_io()
...
.. amends 35833c1979
2020-05-04 23:05:53 +02:00
Dirk Wetter
35833c1979
Fix STARTTLS pretests, improve XMPP handshakes (backport)
...
There was a empty variable in determine_optimal_proto() which prevented to save STARTTLS_OPTIMAL_PROTO. This is fixed.
The buffers and return codes for XMPP in starttls_io() were under not every
circumstances correct. This fixes those cases and making that in general more
robust (hopefully).
2020-05-04 23:03:01 +02:00
Dirk Wetter
47e16b08c5
Merge pull request #1607 from drwetter/1590_2
...
Address further potential license restriction
2020-05-04 20:27:52 +02:00
Dirk
c5cee3ddb6
Address further potential license restriction
...
.. see https://github.com/drwetter/testssl.sh/issues/1590#issuecomment-623526604
Added some formatting and verbal improvements in the intruductory comment section.
2020-05-04 20:24:24 +02:00
Dirk Wetter
85faf9d096
Merge pull request #1606 from drwetter/add_brotli_3.0
...
Add brotli compression detection for BREACH (backport)
2020-05-04 17:50:32 +02:00
Dirk Wetter
85a529ee00
Add brotli compression detection for BREACH (backport)
...
As noted in #1605 the brotli compression check was missing. So hosts
which didn't offer gzip deflate or compress but brotli seemed to
be fine but they shoould have been labled as potentially VULNERABLE.
This also fixes a bug: The HTTP header returned was only checking
for case-sensitive "Content-Encoding". RFC 2616 states in 4.2
(Message Headers): "Field names are case-insensitive"
2020-05-04 13:23:05 +02:00
Dirk Wetter
dbff0f9673
Merge pull request #1604 from drwetter/aes_cgm_doc_3.0
...
Fix typo in docs: Strong grade Ciphers / AEAD
2020-05-02 20:01:27 +02:00
Dirk
e3ecd72deb
Fix typo in docs: Strong grade Ciphers / AEAD
2020-05-02 19:57:02 +02:00
Dirk Wetter
5521063620
Merge pull request #1602 from dcooper16/improve_libressl_302_compat_30branch
...
Improve compatibility with LibreSSL 3.0.2 and earlier
2020-05-01 20:44:16 +02:00
David Cooper
25d0d4242b
Improve compatibility with LibreSSL 3.0.2 and earlier
...
This commit makes the same changes as #1598 , but for the 3.0 branch.
2020-05-01 14:41:05 -04:00
Dirk Wetter
ef535b6282
Merge pull request #1596 from dcooper16/ticketbleed_no_tls1_3_30branch
...
Ticketbleed and TLS 1.3
2020-04-30 13:52:27 +02:00
David Cooper
7419e0da9c
Ticketbleed and TLS 1.3
...
This commit makes the same changes as #1595 , but for the 3.0 branch.
2020-04-30 07:43:20 -04:00
Dirk Wetter
3d6d1ac9d7
Merge pull request #1594 from dcooper16/ossl30_compat_for_30branch
...
Improve compatibility with OpenSSL 3.0
2020-04-29 16:14:01 +02:00
David Cooper
2b8901e0c3
Improve compatibility with OpenSSL 3.0
...
This commit makes the same changes to the 3.0 branch as #1586 makes to the 3.1dev branch.
2020-04-29 08:50:09 -04:00
Dirk Wetter
09fe651b36
Merge pull request #1592 from drwetter/1590_readme
...
Relax the possible GPL license contradiction
2020-04-28 10:03:40 +02:00
Dirk
126e501143
Relax the possible GPL license contradiction
...
... see also #1590
2020-04-28 10:02:03 +02:00
Dirk Wetter
3c403a2484
Merge pull request #1587 from drwetter/np_fix30
...
Negotiated protocol showed no warning for TLS 1.1/1.0
2020-04-25 11:13:49 +02:00
Dirk Wetter
5c73a23cfe
Negotiated protocol showed no warning for TLS 1.1/1.0
...
.. whereas the protocol section did that.
This fixes the inconsistency.
2020-04-25 11:06:35 +02:00
Dirk Wetter
ac53ec2531
Merge pull request #1585 from dcooper16/fix_logjam_ssl_native_3.0
...
Fix run_logjam() in --ssl-native mode (3.0 branch)
2020-04-24 09:42:43 +02:00
David Cooper
8723fc78b1
Fix run_logjam() in --ssl-native mode (3.0 branch)
...
This commit fixes the same issue as #1584 , but in the 3.0 branch.
2020-04-23 15:01:50 -04:00
Dirk Wetter
2fcbcbe9d1
Merge pull request #1577 from drwetter/drwetter-patch-1
...
Update reference to ZIP file
2020-04-21 20:30:50 +02:00
Dirk Wetter
11123840a7
Merge pull request #1578 from drwetter/1571_30
...
Fix misleading phrasing in run of standard ciphers
2020-04-21 20:30:38 +02:00
Dirk Wetter
5fdeb32f94
Update reference to ZIP file
...
to 3.0.1
2020-04-21 18:58:27 +02:00
Dirk Wetter
4809c763cc
Fix misleading phrasing in run of standard ciphers
...
see #1571 . Bit size doesn't matter. It only matters to the
user which ciphers they are.
2020-04-21 18:46:57 +02:00
Dirk Wetter
af86cce011
Better version naming
...
bugfix releases for 3.0 are 3.0.x instead of 3.0-1
2020-04-15 12:35:51 +02:00
Dirk Wetter
27948d80a8
Merge pull request #1564 from drwetter/release.3.0-1
...
Preparing bugfix release for 3.0
2020-04-15 09:28:41 +02:00
Dirk Wetter
3f5735a1a0
make the sneaky user agent sneaky again
2020-04-14 14:14:45 +02:00
Dirk
8b1b9f9f27
Preparing bugfix release for 3.0
...
* Bump version
* Removed ancient CVS tag detection code
* ~ backported code doc changes (http --> https and more) from @multiflexi
see 7eba0fbb41
2020-04-14 13:18:52 +02:00
Dirk Wetter
e51a90d7e1
Merge pull request #1557 from dcooper16/fix1551_30
...
Fix #1551 in 3.0
2020-04-01 22:28:47 +02:00