- warning session tickets -> PFS

This commit is contained in:
Dirk 2015-11-03 19:51:05 +01:00
parent 3a28349e22
commit c272878c73

View File

@ -2056,7 +2056,8 @@ run_server_defaults() {
else
lifetime=$(echo $sessticket_str | grep -a lifetime | sed 's/[A-Za-z:() ]//g')
unit=$(echo $sessticket_str | grep -a lifetime | sed -e 's/^.*'"$lifetime"'//' -e 's/[ ()]//g')
outln "$lifetime $unit"
out "$lifetime $unit "
pr_yellowln "(PFS requires session ticket keys need to be rotated <= daily)"
fi
pr_bold " SSL Session ID support "
@ -5308,4 +5309,4 @@ fi
exit $?
# $Id: testssl.sh,v 1.415 2015/11/03 12:13:09 dirkw Exp $
# $Id: testssl.sh,v 1.416 2015/11/03 18:51:04 dirkw Exp $