diff options
| author | markus <> | 2002-09-05 12:51:52 +0000 |
|---|---|---|
| committer | markus <> | 2002-09-05 12:51:52 +0000 |
| commit | 5514995a9d5ed91db089875adb509c7781357c0e (patch) | |
| tree | 2484410a46ba6c05ef94c253da36fbceef990b64 /src/lib/libssl/test/tx509.com | |
| parent | fd9566423b542798f5c8b06e68101a9ea5bb9885 (diff) | |
| download | openbsd-5514995a9d5ed91db089875adb509c7781357c0e.tar.gz openbsd-5514995a9d5ed91db089875adb509c7781357c0e.tar.bz2 openbsd-5514995a9d5ed91db089875adb509c7781357c0e.zip | |
import openssl-0.9.7-beta1
Diffstat (limited to 'src/lib/libssl/test/tx509.com')
| -rw-r--r-- | src/lib/libssl/test/tx509.com | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/src/lib/libssl/test/tx509.com b/src/lib/libssl/test/tx509.com index bbcf0a384b..985969c566 100644 --- a/src/lib/libssl/test/tx509.com +++ b/src/lib/libssl/test/tx509.com | |||
| @@ -10,6 +10,9 @@ $ t := testx509.pem | |||
| 10 | $ if p1 .nes. "" then t = p1 | 10 | $ if p1 .nes. "" then t = p1 |
| 11 | $ | 11 | $ |
| 12 | $ write sys$output "testing X509 conversions" | 12 | $ write sys$output "testing X509 conversions" |
| 13 | $ if f$search("fff.*") .nes "" then delete fff.*;* | ||
| 14 | $ if f$search("ff.*") .nes "" then delete ff.*;* | ||
| 15 | $ if f$search("f.*") .nes "" then delete f.*;* | ||
| 13 | $ copy 't' fff.p | 16 | $ copy 't' fff.p |
| 14 | $ | 17 | $ |
| 15 | $ write sys$output "p -> d" | 18 | $ write sys$output "p -> d" |
| @@ -52,27 +55,27 @@ $ write sys$output "p -> p" | |||
| 52 | $ 'cmd' -in f.p -inform p -outform p -out ff.p3 | 55 | $ 'cmd' -in f.p -inform p -outform p -out ff.p3 |
| 53 | $ if $severity .ne. 1 then exit 3 | 56 | $ if $severity .ne. 1 then exit 3 |
| 54 | $ | 57 | $ |
| 55 | $ difference/output=nl: fff.p f.p | 58 | $ backup/compare fff.p f.p |
| 56 | $ if $severity .ne. 1 then exit 3 | 59 | $ if $severity .ne. 1 then exit 3 |
| 57 | $ difference/output=nl: fff.p ff.p1 | 60 | $ backup/compare fff.p ff.p1 |
| 58 | $ if $severity .ne. 1 then exit 3 | 61 | $ if $severity .ne. 1 then exit 3 |
| 59 | $ difference/output=nl: fff.p ff.p2 | 62 | $ backup/compare fff.p ff.p2 |
| 60 | $ if $severity .ne. 1 then exit 3 | 63 | $ if $severity .ne. 1 then exit 3 |
| 61 | $ difference/output=nl: fff.p ff.p3 | 64 | $ backup/compare fff.p ff.p3 |
| 62 | $ if $severity .ne. 1 then exit 3 | 65 | $ if $severity .ne. 1 then exit 3 |
| 63 | $ | 66 | $ |
| 64 | $ difference/output=nl: f.n ff.n1 | 67 | $ backup/compare f.n ff.n1 |
| 65 | $ if $severity .ne. 1 then exit 3 | 68 | $ if $severity .ne. 1 then exit 3 |
| 66 | $ difference/output=nl: f.n ff.n2 | 69 | $ backup/compare f.n ff.n2 |
| 67 | $ if $severity .ne. 1 then exit 3 | 70 | $ if $severity .ne. 1 then exit 3 |
| 68 | $ difference/output=nl: f.n ff.n3 | 71 | $ backup/compare f.n ff.n3 |
| 69 | $ if $severity .ne. 1 then exit 3 | 72 | $ if $severity .ne. 1 then exit 3 |
| 70 | $ | 73 | $ |
| 71 | $ difference/output=nl: f.p ff.p1 | 74 | $ backup/compare f.p ff.p1 |
| 72 | $ if $severity .ne. 1 then exit 3 | 75 | $ if $severity .ne. 1 then exit 3 |
| 73 | $ difference/output=nl: f.p ff.p2 | 76 | $ backup/compare f.p ff.p2 |
| 74 | $ if $severity .ne. 1 then exit 3 | 77 | $ if $severity .ne. 1 then exit 3 |
| 75 | $ difference/output=nl: f.p ff.p3 | 78 | $ backup/compare f.p ff.p3 |
| 76 | $ if $severity .ne. 1 then exit 3 | 79 | $ if $severity .ne. 1 then exit 3 |
| 77 | $ | 80 | $ |
| 78 | $ delete f.*;*,ff.*;*,fff.*;* | 81 | $ delete f.*;*,ff.*;*,fff.*;* |
