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

19 Commits

Author SHA1 Message Date
12036fb6c8 Update baseline scan + add/deprecate security headers 2025-01-22 19:54:34 +01:00
035996cc44 updated default_testssl.csvfile with new RSA-PSS 2023-03-23 00:14:15 +01:00
66ebfb2f58 Add changes to CSV baseline 2023-02-06 21:56:54 +01:00
6088eddab6 Show server supported signature algorithms
This commit modifies run_fs() to show the signature algorithms the server supports in the ServerKeyExchange message for TLS 1.2 and in the CertificateVerify message for TLS 1.3.

Signature algorithms are not shown for TLS 1.1 and earlier, since for those protocol versions the signature algorithm to use is specified by the protocol. While the signature algorithm used in TLS 1.1 and earlier is weak, testssl.sh already warns if these protocol versions are supported.
2022-11-18 06:23:24 -08:00
e918a2c31f remove negotiated cipher / protocol also in baseline file 2022-11-14 20:25:56 +01:00
5c889bde0f Include cipher order information in file output on a per protocol basis
This commit fileout() calls to ciphers_by_strength() and cipher_pref_check() to indicate whether or not the server enforces a cipher order for a protocol version.
2022-10-20 12:49:22 -07:00
c92a648391 Add LibreSSL from MacOS 2022-05-31 16:17:47 +02:00
854028166d Including AppleMail 2022-05-31 15:12:16 +02:00
6536eaddb6 remove Java 12 and OSX 10 in baseline file 2022-05-31 14:09:19 +02:00
6023acd58c Merge branch '3.1dev' into update_clients1 2022-05-31 12:09:23 +02:00
8d817e1dcf PR to merge
added: changes in CI so that it goes through
2022-05-25 18:46:08 +02:00
04463784a8 Fix censys link in DROWN section
See . the line seems very long though.

Note: this was previously commited as  but as there were two mistakes
and one other thing which could be improved I decided to make a hard reset.

Apologize if it caused inconvenience.
2022-05-14 12:06:09 +02:00
1eb8347174 Update comparion/diff file for CI
... for the time being
2022-05-10 13:08:44 +02:00
fa5d13eb06 Reorder output of run_server_preference()
This commit reorders the output of run_server_preference() as discussed in .
2022-03-22 15:40:49 -04:00
18f3ad7c31 fix travis 2021-12-10 15:58:10 +01:00
3d9f109780 Fix 2030
Fix CI issue created by  and by new certificate fingerprint.
2021-10-28 08:13:34 -04:00
a6f8aa61de Fix travis
Respect changed HSTS epoch time of 180 days.

(DROWN output is changed too as the certificated changed but doesn't matter
as the travis check filters that)
2021-05-10 11:28:25 +02:00
e71ebfea4a Adjust master template for t/61_diff_testsslsh.t
... so that Travis CI works again
2021-04-02 16:57:20 +02:00
1b63760bc3 Add baseline master file for testssl.sh 2020-11-26 16:05:08 +01:00