mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
make ID for session_resumption_id common (allo lowercase)
This commit is contained in:
parent
c4c8ff4434
commit
75e9add0f1
@ -7213,11 +7213,11 @@ run_server_defaults() {
|
|||||||
2) SESS_RESUMPTION[1]="ID=clientauth"
|
2) SESS_RESUMPTION[1]="ID=clientauth"
|
||||||
[[ ${SESS_RESUMPTION[2]} =~ clientauth ]] || pr_warning "Client Auth: "
|
[[ ${SESS_RESUMPTION[2]} =~ clientauth ]] || pr_warning "Client Auth: "
|
||||||
prln_warning "ID resumption resumption test not supported"
|
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"
|
7) SESS_RESUMPTION[1]="ID=noclue"
|
||||||
prln_warning "ID resumption test failed, pls report"
|
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
|
esac
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user