aboutsummaryrefslogtreecommitdiff
path: root/tcl_tests/ocsp.try
AgeCommit message (Collapse)AuthorFilesLines
2020-01-12tcl_tests: Fix ocsp test by removing -md_gost94 optionVitaly Chikunov1-2/+2
Otherwise you'll get: ocsp: Digest must be before -cert or -serial ocsp: Use -help for summary.
2020-01-12tcl_tests: Make utf-8 encoding workVitaly Chikunov1-1/+0
- Remove emacs coding: cp1251 tag - Change stats file encoding to utf-8 - Change packages source to have -encoding utf-8 - Run tclsh with -encoding utf-8 - Make `proc rus' noop. This will make Tcl automatically translate scripts output from utf-8 to system encoding.
2020-01-12tcl_tests: Add TCL tests filesDmitry Belyavskiy1-0/+153
All source files are converted from cp1251 to utf-8.