diff options
author | markus <> | 2002-09-14 11:18:04 +0000 |
---|---|---|
committer | markus <> | 2002-09-14 11:18:04 +0000 |
commit | 3a3a489a756f2852d798376f20cc0d4ab609c866 (patch) | |
tree | 2a4277fc9b7635e82c33faa3bae9f9380bc639e8 /src/lib/libssl/test | |
parent | 82d2611e1bb67683df1bb201dcc2afbff4c76980 (diff) | |
download | openbsd-3a3a489a756f2852d798376f20cc0d4ab609c866.tar.gz openbsd-3a3a489a756f2852d798376f20cc0d4ab609c866.tar.bz2 openbsd-3a3a489a756f2852d798376f20cc0d4ab609c866.zip |
merge with openssl-0.9.7-stable-SNAP-20020911,
new minor for libcrypto (_X509_REQ_print_ex)
tested by miod@, pb@
Diffstat (limited to 'src/lib/libssl/test')
-rw-r--r-- | src/lib/libssl/test/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libssl/test/maketests.com | 2 | ||||
-rw-r--r-- | src/lib/libssl/test/tcrl.com | 4 | ||||
-rw-r--r-- | src/lib/libssl/test/testenc.com | 4 | ||||
-rw-r--r-- | src/lib/libssl/test/tpkcs7.com | 4 | ||||
-rw-r--r-- | src/lib/libssl/test/tpkcs7d.com | 4 | ||||
-rw-r--r-- | src/lib/libssl/test/treq.com | 4 | ||||
-rw-r--r-- | src/lib/libssl/test/trsa.com | 4 | ||||
-rw-r--r-- | src/lib/libssl/test/tsid.com | 4 | ||||
-rw-r--r-- | src/lib/libssl/test/tx509.com | 4 |
10 files changed, 26 insertions, 10 deletions
diff --git a/src/lib/libssl/test/Makefile.ssl b/src/lib/libssl/test/Makefile.ssl index c1408021ba..f489332a65 100644 --- a/src/lib/libssl/test/Makefile.ssl +++ b/src/lib/libssl/test/Makefile.ssl | |||
@@ -224,7 +224,7 @@ test_ec: | |||
224 | test_verify: | 224 | test_verify: |
225 | @echo "The following command should have some OK's and some failures" | 225 | @echo "The following command should have some OK's and some failures" |
226 | @echo "There are definitly a few expired certificates" | 226 | @echo "There are definitly a few expired certificates" |
227 | ../apps/openssl verify -CApath ../certs ../certs/*.pem | 227 | -../apps/openssl verify -CApath ../certs ../certs/*.pem |
228 | 228 | ||
229 | test_dh: | 229 | test_dh: |
230 | @echo "Generate a set of DH parameters" | 230 | @echo "Generate a set of DH parameters" |
diff --git a/src/lib/libssl/test/maketests.com b/src/lib/libssl/test/maketests.com index b3bf8bb837..91e859deab 100644 --- a/src/lib/libssl/test/maketests.com +++ b/src/lib/libssl/test/maketests.com | |||
@@ -887,7 +887,7 @@ $ CC = CC + "/DEFINE=(" + CCDEFS + ")" + CCDISABLEWARNINGS | |||
887 | $! | 887 | $! |
888 | $! Show user the result | 888 | $! Show user the result |
889 | $! | 889 | $! |
890 | $ WRITE SYS$OUTPUT "Main Compiling Command: ",CC | 890 | $ WRITE/SYMBOL SYS$OUTPUT "Main Compiling Command: ",CC |
891 | $! | 891 | $! |
892 | $! Else The User Entered An Invalid Arguement. | 892 | $! Else The User Entered An Invalid Arguement. |
893 | $! | 893 | $! |
diff --git a/src/lib/libssl/test/tcrl.com b/src/lib/libssl/test/tcrl.com index 2e6ab2814d..86bf9735aa 100644 --- a/src/lib/libssl/test/tcrl.com +++ b/src/lib/libssl/test/tcrl.com | |||
@@ -13,7 +13,9 @@ $ write sys$output "testing CRL conversions" | |||
13 | $ if f$search("fff.*") .nes "" then delete fff.*;* | 13 | $ if f$search("fff.*") .nes "" then delete fff.*;* |
14 | $ if f$search("ff.*") .nes "" then delete ff.*;* | 14 | $ if f$search("ff.*") .nes "" then delete ff.*;* |
15 | $ if f$search("f.*") .nes "" then delete f.*;* | 15 | $ if f$search("f.*") .nes "" then delete f.*;* |
16 | $ copy 't' fff.p | 16 | $ convert/fdl=sys$input: 't' fff.p |
17 | RECORD | ||
18 | FORMAT STREAM_LF | ||
17 | $ | 19 | $ |
18 | $ write sys$output "p -> d" | 20 | $ write sys$output "p -> d" |
19 | $ 'cmd' -in fff.p -inform p -outform d -out f.d | 21 | $ 'cmd' -in fff.p -inform p -outform d -out f.d |
diff --git a/src/lib/libssl/test/testenc.com b/src/lib/libssl/test/testenc.com index 3b66f2e0d0..c24fa388c0 100644 --- a/src/lib/libssl/test/testenc.com +++ b/src/lib/libssl/test/testenc.com | |||
@@ -9,7 +9,9 @@ $ test := p.txt | |||
9 | $ cmd := mcr 'exe_dir'openssl | 9 | $ cmd := mcr 'exe_dir'openssl |
10 | $ | 10 | $ |
11 | $ if f$search(test) .nes. "" then delete 'test';* | 11 | $ if f$search(test) .nes. "" then delete 'test';* |
12 | $ copy 'testsrc' 'test' | 12 | $ convert/fdl=sys$input: 'testsrc' 'test' |
13 | RECORD | ||
14 | FORMAT STREAM_LF | ||
13 | $ | 15 | $ |
14 | $ if f$search(test+"-cipher") .nes. "" then delete 'test'-cipher;* | 16 | $ if f$search(test+"-cipher") .nes. "" then delete 'test'-cipher;* |
15 | $ if f$search(test+"-clear") .nes. "" then delete 'test'-clear;* | 17 | $ if f$search(test+"-clear") .nes. "" then delete 'test'-clear;* |
diff --git a/src/lib/libssl/test/tpkcs7.com b/src/lib/libssl/test/tpkcs7.com index 9e345937c6..047834fba4 100644 --- a/src/lib/libssl/test/tpkcs7.com +++ b/src/lib/libssl/test/tpkcs7.com | |||
@@ -13,7 +13,9 @@ $ write sys$output "testing PKCS7 conversions" | |||
13 | $ if f$search("fff.*") .nes "" then delete fff.*;* | 13 | $ if f$search("fff.*") .nes "" then delete fff.*;* |
14 | $ if f$search("ff.*") .nes "" then delete ff.*;* | 14 | $ if f$search("ff.*") .nes "" then delete ff.*;* |
15 | $ if f$search("f.*") .nes "" then delete f.*;* | 15 | $ if f$search("f.*") .nes "" then delete f.*;* |
16 | $ copy 't' fff.p | 16 | $ convert/fdl=sys$input: 't' fff.p |
17 | RECORD | ||
18 | FORMAT STREAM_LF | ||
17 | $ | 19 | $ |
18 | $ write sys$output "p -> d" | 20 | $ write sys$output "p -> d" |
19 | $ 'cmd' -in fff.p -inform p -outform d -out f.d | 21 | $ 'cmd' -in fff.p -inform p -outform d -out f.d |
diff --git a/src/lib/libssl/test/tpkcs7d.com b/src/lib/libssl/test/tpkcs7d.com index 7d4f8794a4..193bb72137 100644 --- a/src/lib/libssl/test/tpkcs7d.com +++ b/src/lib/libssl/test/tpkcs7d.com | |||
@@ -13,7 +13,9 @@ $ write sys$output "testing PKCS7 conversions (2)" | |||
13 | $ if f$search("fff.*") .nes "" then delete fff.*;* | 13 | $ if f$search("fff.*") .nes "" then delete fff.*;* |
14 | $ if f$search("ff.*") .nes "" then delete ff.*;* | 14 | $ if f$search("ff.*") .nes "" then delete ff.*;* |
15 | $ if f$search("f.*") .nes "" then delete f.*;* | 15 | $ if f$search("f.*") .nes "" then delete f.*;* |
16 | $ copy 't' fff.p | 16 | $ convert/fdl=sys$input: 't' fff.p |
17 | RECORD | ||
18 | FORMAT STREAM_LF | ||
17 | $ | 19 | $ |
18 | $ write sys$output "p -> d" | 20 | $ write sys$output "p -> d" |
19 | $ 'cmd' -in fff.p -inform p -outform d -out f.d | 21 | $ 'cmd' -in fff.p -inform p -outform d -out f.d |
diff --git a/src/lib/libssl/test/treq.com b/src/lib/libssl/test/treq.com index 22c22c3aa9..5524e485ba 100644 --- a/src/lib/libssl/test/treq.com +++ b/src/lib/libssl/test/treq.com | |||
@@ -13,7 +13,9 @@ $ write sys$output "testing req conversions" | |||
13 | $ if f$search("fff.*") .nes "" then delete fff.*;* | 13 | $ if f$search("fff.*") .nes "" then delete fff.*;* |
14 | $ if f$search("ff.*") .nes "" then delete ff.*;* | 14 | $ if f$search("ff.*") .nes "" then delete ff.*;* |
15 | $ if f$search("f.*") .nes "" then delete f.*;* | 15 | $ if f$search("f.*") .nes "" then delete f.*;* |
16 | $ copy 't' fff.p | 16 | $ convert/fdl=sys$input: 't' fff.p |
17 | RECORD | ||
18 | FORMAT STREAM_LF | ||
17 | $ | 19 | $ |
18 | $ write sys$output "p -> d" | 20 | $ write sys$output "p -> d" |
19 | $ 'cmd' -in fff.p -inform p -outform d -out f.d | 21 | $ 'cmd' -in fff.p -inform p -outform d -out f.d |
diff --git a/src/lib/libssl/test/trsa.com b/src/lib/libssl/test/trsa.com index 6b6c318e2b..6dbe59ef64 100644 --- a/src/lib/libssl/test/trsa.com +++ b/src/lib/libssl/test/trsa.com | |||
@@ -24,7 +24,9 @@ $ write sys$output "testing RSA conversions" | |||
24 | $ if f$search("fff.*") .nes "" then delete fff.*;* | 24 | $ if f$search("fff.*") .nes "" then delete fff.*;* |
25 | $ if f$search("ff.*") .nes "" then delete ff.*;* | 25 | $ if f$search("ff.*") .nes "" then delete ff.*;* |
26 | $ if f$search("f.*") .nes "" then delete f.*;* | 26 | $ if f$search("f.*") .nes "" then delete f.*;* |
27 | $ copy 't' fff.p | 27 | $ convert/fdl=sys$input: 't' fff.p |
28 | RECORD | ||
29 | FORMAT STREAM_LF | ||
28 | $ | 30 | $ |
29 | $ write sys$output "p -> d" | 31 | $ write sys$output "p -> d" |
30 | $ 'cmd' -in fff.p -inform p -outform d -out f.d | 32 | $ 'cmd' -in fff.p -inform p -outform d -out f.d |
diff --git a/src/lib/libssl/test/tsid.com b/src/lib/libssl/test/tsid.com index bde23f9bb9..abd1d4d737 100644 --- a/src/lib/libssl/test/tsid.com +++ b/src/lib/libssl/test/tsid.com | |||
@@ -13,7 +13,9 @@ $ write sys$output "testing session-id conversions" | |||
13 | $ if f$search("fff.*") .nes "" then delete fff.*;* | 13 | $ if f$search("fff.*") .nes "" then delete fff.*;* |
14 | $ if f$search("ff.*") .nes "" then delete ff.*;* | 14 | $ if f$search("ff.*") .nes "" then delete ff.*;* |
15 | $ if f$search("f.*") .nes "" then delete f.*;* | 15 | $ if f$search("f.*") .nes "" then delete f.*;* |
16 | $ copy 't' fff.p | 16 | $ convert/fdl=sys$input: 't' fff.p |
17 | RECORD | ||
18 | FORMAT STREAM_LF | ||
17 | $ | 19 | $ |
18 | $ write sys$output "p -> d" | 20 | $ write sys$output "p -> d" |
19 | $ 'cmd' -in fff.p -inform p -outform d -out f.d | 21 | $ 'cmd' -in fff.p -inform p -outform d -out f.d |
diff --git a/src/lib/libssl/test/tx509.com b/src/lib/libssl/test/tx509.com index 985969c566..7b2592f773 100644 --- a/src/lib/libssl/test/tx509.com +++ b/src/lib/libssl/test/tx509.com | |||
@@ -13,7 +13,9 @@ $ write sys$output "testing X509 conversions" | |||
13 | $ if f$search("fff.*") .nes "" then delete fff.*;* | 13 | $ if f$search("fff.*") .nes "" then delete fff.*;* |
14 | $ if f$search("ff.*") .nes "" then delete ff.*;* | 14 | $ if f$search("ff.*") .nes "" then delete ff.*;* |
15 | $ if f$search("f.*") .nes "" then delete f.*;* | 15 | $ if f$search("f.*") .nes "" then delete f.*;* |
16 | $ copy 't' fff.p | 16 | $ convert/fdl=sys$input: 't' fff.p |
17 | RECORD | ||
18 | FORMAT STREAM_LF | ||
17 | $ | 19 | $ |
18 | $ write sys$output "p -> d" | 20 | $ write sys$output "p -> d" |
19 | $ 'cmd' -in fff.p -inform p -outform d -out f.d | 21 | $ 'cmd' -in fff.p -inform p -outform d -out f.d |