2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2024-11-22 06:13:42 +01:00

When in JSON mode, run curve and tolerance tests

This commit is contained in:
Julien Vehent 2015-09-18 12:36:41 -04:00
parent 55918f3afb
commit 3dd0f58f4c

View File

@ -1366,6 +1366,8 @@ do
;; ;;
-j | -json | --json | --JSON) -j | -json | --json | --JSON)
OUTPUTFORMAT="json" OUTPUTFORMAT="json"
TEST_CURVES="True"
TEST_TOLERANCE="True"
shift shift
;; ;;
-b | --benchmark) -b | --benchmark)