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

3683 Commits

Author SHA1 Message Date
d76829cd28 wide mode for client simulation 2020-12-08 19:52:42 +01:00
e7fa4ff4ce Client simulation per default as wide
... in order to be consistent with run_server_preference().

The wide formatting of other tests need some inspection and
off the top off my head are not as perfectly formatted so that
they should not run per default in wide mode.
2020-12-08 19:43:07 +01:00
f6e2a5c381 Merge pull request from atroost/hex2curves
Hex2curves
2020-12-03 12:44:21 +01:00
7029ada0ba fixing typo in md file 2020-11-28 14:06:26 +01:00
57ffe08dd4 Adding a hex2curves util. 2020-11-28 14:04:00 +01:00
ea6d99fe93 Merge pull request from drwetter/no_code_update
Trying to save resources for poor Travis/CI ;-)
2020-11-28 10:08:53 +01:00
a780ad6174 fix '|" 2020-11-27 20:24:46 +01:00
1cd5510955 Trying to save resources for poor Travis/CI ;-)
See 3b38a5dea3
2020-11-27 18:10:43 +01:00
19494a6d8b Merge pull request from drwetter/drwetter-patch-1
Minor changes to Readme Dockerfile again
2020-11-27 17:05:22 +01:00
c88d22a0f0 Update Dockerfile.md 2020-11-27 17:05:03 +01:00
2655e91255 Update Readme.md 2020-11-27 17:00:34 +01:00
20c57289d1 Merge pull request from drwetter/docker_docu_polish
Consolidate docker sections in Readme.md and Dockerfile.md
2020-11-27 16:35:03 +01:00
1a7e4f1e92 consolidate docker sections in Readme.md and Dockerfile.md
see 
2020-11-27 16:33:23 +01:00
849c031597 Merge pull request from drwetter/skip_sometunittests
Trying to reduced the runtime of travis
2020-11-27 15:24:06 +01:00
96d4b4f08b Trying to reduced the runtime of travis
Often in the past travis was hitting a limit (50min?).

This is a try to make reasonable cuts to the unit tests:
- For STARTTLS some checks with OPenSSL are skipped
- For JSON and HTML outputs --ids-friendly was added assumming we
  don't change the output of ticketbleed, CCSI, HeartBleed and ROBOT any more.
- There's also not point to run those checks against badssl
- for  the diff check we switch to 'or diag' to display a dfifference
2020-11-27 13:19:52 +01:00
a5d93486ad Merge pull request from drwetter/diff_unittest
Diff unittest
2020-11-26 20:04:22 +01:00
665209bf60 typos 2020-11-26 16:27:40 +01:00
1b63760bc3 Add baseline master file for testssl.sh 2020-11-26 16:05:08 +01:00
9aafc452d8 Merge pull request from drwetter/unittest_reorder
Unittest reorder
2020-11-26 16:04:02 +01:00
a98ede0720 Finalize first diff check for travis 2020-11-26 15:58:13 +01:00
49d321cfbb Add "command not found" 2020-11-26 13:41:44 +01:00
191efddaee document changes from previous commits 2020-11-26 13:07:49 +01:00
0c20b21fc2 Better order, "command not found added" 2020-11-26 13:02:10 +01:00
cc40d2f559 Merge pull request from drwetter/new-templates
Update issue templates
2020-11-25 21:19:48 +01:00
b47bc9e871 Update bug_report.md 2020-11-25 21:19:26 +01:00
cab2ee7706 Update bug_report.md 2020-11-25 21:13:44 +01:00
0ed7ede6de Update other-issues---question.md 2020-11-25 21:12:47 +01:00
9ee939397e Merge remote-tracking branch 'origin/template_update' into new-templates 2020-11-25 21:11:18 +01:00
d1481616db Update issue templates
Use the new style suggested bu github
2020-11-25 21:07:54 +01:00
4a62b365a9 remove old universal template 2020-11-25 20:12:00 +01:00
21d0910b50 Merge pull request from drwetter/fix_1779_3.1dev
Fix reading SSLv2 socket
2020-11-24 21:58:05 +01:00
3a15383273 Fix reading SSLv2 socket
This fixes . There was a problem introduced in
3cd1273439 which counted
the size of the file name rather than the size of the
socket reply.

The helper function count_chars() is now not used anymore.
It maybe useful in the future though.
2020-11-20 11:23:20 +01:00
ac99fbe078 Merge pull request from drwetter/ca-update
Update certificate stores
2020-11-14 11:11:10 +01:00
2c4799e154 Merge pull request from dcooper16/html_colors
Make colors in HTML output more accessible
2020-11-14 11:10:47 +01:00
ce802634b6 Update remaining: Apple / Java / Microsoft
* also ca_hashes.txt

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

Updated Readme and make it more reproducible
2020-11-13 22:01:17 +01:00
64cca8c03a Reintroduce unused print functions
This commit adds back in the print functions (tm_*, tmln_*, pr_*, prln_*) that are defined but not used.
2020-11-13 15:32:21 -05:00
7d183ba8a2 This commit changes the colors that are used when generating HTML so that they comply with the minimum requirements for contrast in the W3C's Web Content Accessibility Guidelines (WCAG). 2020-11-13 14:48:14 -05:00
a019b3d396 --overwrite / X-XSS-Protection 2020-11-13 19:26:47 +01:00
2098ea33c5 Merge pull request from drwetter/feature_overwrite
Introducing --overwrite option
2020-11-13 18:59:03 +01:00
9d0744e229 Introducing --overwrite option
Sometimes it is needed to overwrite existing output files.
This has been requested in the past (). For safety reasons
it was not implemented.

However I realized that it could be useful. It requires some
responsible usage though.

Code added, help() and manpages added -- warnings added too.
2020-11-13 16:05:53 +01:00
33ea2c710c updated Linux.pem + Mozilla.pem 2020-11-11 18:15:56 +01:00
65586311f6 Merge pull request from drwetter/fix_1768
Fix perl style variable in starttls_full_read()
2020-11-05 14:07:42 +01:00
19219dca2e Fix perl style variable in starttls_full_read()
This fixes 
2020-11-05 11:47:53 +01:00
b0c1f99923 Merge pull request from keisentraut/fix-gitignore-ignore-html-scan-results
.gitignore: ignore HTML scan results like example.com_p443-20201103-1…
2020-11-03 20:35:46 +01:00
da3be342bb .gitignore: ignore HTML scan results like example.com_p443-20201103-1037.html 2020-11-03 10:51:40 +01:00
498dc80885 Merge pull request from drwetter/http_header_color
Remove lite cyan color for http header
2020-11-03 08:51:35 +01:00
12bf2987a2 Remove lite cyan color for http header
While we are not sure yet how we deal with "other" colors and different
backgrounds users can have, I'll remove the light cyan here until we
settle on a standard. (other=not yellow,reds,brown,greens)
2020-11-03 08:44:40 +01:00
8d812f5dc0 Merge pull request from keisentraut/fix-1762
fix : Stop labeling X-XSS-Protection as green
2020-11-02 21:46:51 +01:00
5949a0465a fix : X-XSS-Protection is rated as INFO, fixed bug introduced in last commit 2020-11-02 19:58:49 +01:00
6f3c957fe7 fix : Stop labeling X-XSS-Protection as green 2020-10-30 22:45:16 +01:00