Home | History | Annotate | Download | only in nist-pkits

Lines Matching refs:PKITS

22 STORAGE_DIR="res/tests/resources/nist-pkits"
30 echo "$0: generates test cases from the NIST PKITS documentation"
32 echo "Usage: $0 PKITS.pdf PKITS_data.zip"
44 echo "The first argument must point to PKITS.pdf"
67 TEMP_TEXT=$(mktemp --tmpdir PKITS.txt.XXXXXXXX)
73 "$(dirname $0)/extract-pkits-tests.pl" "${TEMP_TEXT}" "${TEMP_JAVA}" "${TEMP_FILES}"
92 echo Writing pkits.version ...
93 echo "# sha256sum of PKITS" > pkits.version
94 shasum_file "${PDF}" >> pkits.version
95 shasum_file "${ZIP}" >> pkits.version