Loading test/tcrl.com +3 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,9 @@ $ write sys$output "testing CRL conversions" $ if f$search("fff.*") .nes "" then delete fff.*;* $ if f$search("ff.*") .nes "" then delete ff.*;* $ if f$search("f.*") .nes "" then delete f.*;* $ copy 't' fff.p $ convert/fdl=sys$input: 't' fff.p RECORD FORMAT STREAM_LF $ $ write sys$output "p -> d" $ 'cmd' -in fff.p -inform p -outform d -out f.d Loading test/testenc.com +3 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,9 @@ $ test := p.txt $ cmd := mcr 'exe_dir'openssl $ $ if f$search(test) .nes. "" then delete 'test';* $ copy 'testsrc' 'test' $ convert/fdl=sys$input: 'testsrc' 'test' RECORD FORMAT STREAM_LF $ $ if f$search(test+"-cipher") .nes. "" then delete 'test'-cipher;* $ if f$search(test+"-clear") .nes. "" then delete 'test'-clear;* Loading test/tpkcs7.com +3 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,9 @@ $ write sys$output "testing PKCS7 conversions" $ if f$search("fff.*") .nes "" then delete fff.*;* $ if f$search("ff.*") .nes "" then delete ff.*;* $ if f$search("f.*") .nes "" then delete f.*;* $ copy 't' fff.p $ convert/fdl=sys$input: 't' fff.p RECORD FORMAT STREAM_LF $ $ write sys$output "p -> d" $ 'cmd' -in fff.p -inform p -outform d -out f.d Loading test/tpkcs7d.com +3 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,9 @@ $ write sys$output "testing PKCS7 conversions (2)" $ if f$search("fff.*") .nes "" then delete fff.*;* $ if f$search("ff.*") .nes "" then delete ff.*;* $ if f$search("f.*") .nes "" then delete f.*;* $ copy 't' fff.p $ convert/fdl=sys$input: 't' fff.p RECORD FORMAT STREAM_LF $ $ write sys$output "p -> d" $ 'cmd' -in fff.p -inform p -outform d -out f.d Loading test/treq.com +3 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,9 @@ $ write sys$output "testing req conversions" $ if f$search("fff.*") .nes "" then delete fff.*;* $ if f$search("ff.*") .nes "" then delete ff.*;* $ if f$search("f.*") .nes "" then delete f.*;* $ copy 't' fff.p $ convert/fdl=sys$input: 't' fff.p RECORD FORMAT STREAM_LF $ $ write sys$output "p -> d" $ 'cmd' -in fff.p -inform p -outform d -out f.d Loading Loading
test/tcrl.com +3 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,9 @@ $ write sys$output "testing CRL conversions" $ if f$search("fff.*") .nes "" then delete fff.*;* $ if f$search("ff.*") .nes "" then delete ff.*;* $ if f$search("f.*") .nes "" then delete f.*;* $ copy 't' fff.p $ convert/fdl=sys$input: 't' fff.p RECORD FORMAT STREAM_LF $ $ write sys$output "p -> d" $ 'cmd' -in fff.p -inform p -outform d -out f.d Loading
test/testenc.com +3 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,9 @@ $ test := p.txt $ cmd := mcr 'exe_dir'openssl $ $ if f$search(test) .nes. "" then delete 'test';* $ copy 'testsrc' 'test' $ convert/fdl=sys$input: 'testsrc' 'test' RECORD FORMAT STREAM_LF $ $ if f$search(test+"-cipher") .nes. "" then delete 'test'-cipher;* $ if f$search(test+"-clear") .nes. "" then delete 'test'-clear;* Loading
test/tpkcs7.com +3 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,9 @@ $ write sys$output "testing PKCS7 conversions" $ if f$search("fff.*") .nes "" then delete fff.*;* $ if f$search("ff.*") .nes "" then delete ff.*;* $ if f$search("f.*") .nes "" then delete f.*;* $ copy 't' fff.p $ convert/fdl=sys$input: 't' fff.p RECORD FORMAT STREAM_LF $ $ write sys$output "p -> d" $ 'cmd' -in fff.p -inform p -outform d -out f.d Loading
test/tpkcs7d.com +3 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,9 @@ $ write sys$output "testing PKCS7 conversions (2)" $ if f$search("fff.*") .nes "" then delete fff.*;* $ if f$search("ff.*") .nes "" then delete ff.*;* $ if f$search("f.*") .nes "" then delete f.*;* $ copy 't' fff.p $ convert/fdl=sys$input: 't' fff.p RECORD FORMAT STREAM_LF $ $ write sys$output "p -> d" $ 'cmd' -in fff.p -inform p -outform d -out f.d Loading
test/treq.com +3 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,9 @@ $ write sys$output "testing req conversions" $ if f$search("fff.*") .nes "" then delete fff.*;* $ if f$search("ff.*") .nes "" then delete ff.*;* $ if f$search("f.*") .nes "" then delete f.*;* $ copy 't' fff.p $ convert/fdl=sys$input: 't' fff.p RECORD FORMAT STREAM_LF $ $ write sys$output "p -> d" $ 'cmd' -in fff.p -inform p -outform d -out f.d Loading