mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
- warning session tickets -> PFS
This commit is contained in:
parent
3a28349e22
commit
c272878c73
@ -2056,7 +2056,8 @@ run_server_defaults() {
|
|||||||
else
|
else
|
||||||
lifetime=$(echo $sessticket_str | grep -a lifetime | sed 's/[A-Za-z:() ]//g')
|
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')
|
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
|
fi
|
||||||
|
|
||||||
pr_bold " SSL Session ID support "
|
pr_bold " SSL Session ID support "
|
||||||
@ -5308,4 +5309,4 @@ fi
|
|||||||
exit $?
|
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 $
|
||||||
|
Loading…
Reference in New Issue
Block a user