Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/
H A Dssl-opt.sh1084 SERVER_HELLO_TIME="$(sed -n 's/.*server hello, current time: //p' < "$1")"
1090 if [ -z "$SERVER_HELLO_TIME" ]; then
1095 if [ $SERVER_HELLO_TIME -lt $(( $CUR_TIME - $THRESHOLD_IN_SECS )) ]; then
1098 elif [ $SERVER_HELLO_TIME -gt $(( $CUR_TIME + $THRESHOLD_IN_SECS )) ]; then

Completed in 22 milliseconds