mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Make sure that the test input file comes in the same record format as the
typical output from a program in C. PR: 222
This commit is contained in:
parent
749d055eba
commit
b44069730b
@ -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
|
||||
|
@ -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;*
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -24,7 +24,9 @@ $ write sys$output "testing RSA 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
|
||||
|
@ -13,7 +13,9 @@ $ write sys$output "testing session-id 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
|
||||
|
@ -13,7 +13,9 @@ $ write sys$output "testing X509 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…
Reference in New Issue
Block a user