From 2bff63b7db8a289acca2d88e1669ed3e85b9ef17 Mon Sep 17 00:00:00 2001 From: Magnus Larsen Date: Mon, 22 Jun 2020 19:14:25 +0200 Subject: [PATCH] Add a comment about STARTTLS connections in the docs --- doc/testssl.1.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/testssl.1.md b/doc/testssl.1.md index 5198def..227ffbd 100644 --- a/doc/testssl.1.md +++ b/doc/testssl.1.md @@ -407,6 +407,10 @@ As of writing, these checks are missing: * Exportable key exchange - should give **40** points in `set_key_str_score()` * Weak key (Debian OpenSSL Flaw) - should give **0** points in `set_key_str_score()` +#### STARTTLS +This program rates STARTTLS connections, exactly according to the specification. However, this program adds a grade warning about STARTTLS is being used. This is not apart of the rating specification, and limits the grade a STARTTLS connection can have, to a maximum of `A-`. + + #### Implementing new grades caps or -warnings To implement a new grading cap, simply call the `set_grade_cap()` function, with the grade and a reason: ```bash