Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions modules/test/tls/conf/module_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,6 @@
"Sign the certificate used by the web server"
]
},
{
"name": "security.tls.v1_3_client",
"test_description": "Device uses TLS with connection to an external service on port 443 (or any other port which could be running the webserver-HTTPS)",
"expected_behavior": "The packet indicates a TLS connection with at least TLS 1.3",
"recommendations": [
"Disable connections to unsecure services",
"Ensure any URLs connected to are secure (https)"
]
},
{
"name": "security.tls.v1_3_server",
"test_description": "Check the device web server TLS 1.3 & certificate is valid",
"expected_behavior": "TLS 1.3 certificate is issued to the web browser client when accessed",
"recommendations": [
"Enable TLS 1.3 support in the web server configuration",
"Disable TLS 1.0 and 1.1",
"Sign the certificate used by the web server"
]
},
{
"name": "security.tls.v1_3_client",
"test_description": "Device uses TLS with connection to an external service on port 443 (or any other port which could be running the webserver-HTTPS)",
Expand Down