summaryrefslogtreecommitdiff
path: root/src/lib/libssl/test/tx509.com
diff options
context:
space:
mode:
authorbeck <>2000-03-19 11:13:58 +0000
committerbeck <>2000-03-19 11:13:58 +0000
commit796d609550df3a33fc11468741c5d2f6d3df4c11 (patch)
tree6c6d539061caa20372dad0ac4ddb1dfae2fbe7fe /src/lib/libssl/test/tx509.com
parent5be3114c1fd7e0dfea1e38d3abb4cbba75244419 (diff)
downloadopenbsd-796d609550df3a33fc11468741c5d2f6d3df4c11.tar.gz
openbsd-796d609550df3a33fc11468741c5d2f6d3df4c11.tar.bz2
openbsd-796d609550df3a33fc11468741c5d2f6d3df4c11.zip
OpenSSL 0.9.5 merge
*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
Diffstat (limited to 'src/lib/libssl/test/tx509.com')
-rw-r--r--src/lib/libssl/test/tx509.com23
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.*;*