Home
last modified time | relevance | path

Searched refs:SERVER_HELLO_TIME (Results 1 – 1 of 1) sorted by relevance

/mbedtls-3.4.0/tests/
Dssl-opt.sh920 SERVER_HELLO_TIME="$(sed -n 's/.*server hello, current time: //p' < "$1")"
926 if [ -z "$SERVER_HELLO_TIME" ]; then
931 if [ $SERVER_HELLO_TIME -lt $(( $CUR_TIME - $THRESHOLD_IN_SECS )) ]; then
934 elif [ $SERVER_HELLO_TIME -gt $(( $CUR_TIME + $THRESHOLD_IN_SECS )) ]; then