From 75e9add0f1a090480b9857154c024a06c30c90cb Mon Sep 17 00:00:00 2001 From: Dirk Date: Sun, 31 Dec 2017 09:12:16 +0100 Subject: [PATCH] make ID for session_resumption_id common (allo lowercase) --- testssl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testssl.sh b/testssl.sh index be44b43..f5b2cb9 100755 --- a/testssl.sh +++ b/testssl.sh @@ -7213,11 +7213,11 @@ run_server_defaults() { 2) SESS_RESUMPTION[1]="ID=clientauth" [[ ${SESS_RESUMPTION[2]} =~ clientauth ]] || pr_warning "Client Auth: " prln_warning "ID resumption resumption test not supported" - fileout "session_resumption_ID" "WARN" "resumption test via Session ID couldn't be performed because client authentication is missing" + fileout "session_resumption_id" "WARN" "resumption test via Session ID couldn't be performed because client authentication is missing" ;; 7) SESS_RESUMPTION[1]="ID=noclue" prln_warning "ID resumption test failed, pls report" - fileout "session_resumption_ID" "WARN" "resumption test via Session ID failed, pls report" + fileout "session_resumption_id" "WARN" "resumption test via Session ID failed, pls report" ;; esac fi