diff options
author | Rob Austein <sra@hactrn.net> | 2006-08-26 08:37:55 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-08-26 08:37:55 +0000 |
commit | 99b382d77e50198e59869fbb9c3cb52f0bf79ff5 (patch) | |
tree | dd1d790ddf822964536ec2beca3880bfdf309fdc /tests/resource-set/Makefile | |
parent | f67ed9d59a451e0bb83396faed230a161a8f2b0f (diff) |
Allow inheritance in "resource sets" since verification of certificate
requests will almost certainly require this.
svn path=/openssl/trunk/crypto/x509v3/v3_addr.c; revision=232
Diffstat (limited to 'tests/resource-set/Makefile')
-rw-r--r-- | tests/resource-set/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/resource-set/Makefile b/tests/resource-set/Makefile index fc3968dd..612b3259 100644 --- a/tests/resource-set/Makefile +++ b/tests/resource-set/Makefile @@ -18,9 +18,9 @@ clean: ${BIN}: ${OBJ} ${LIB} Makefile ${CC} -g -o $@ ${OBJ} ${LIB} -test: +test: ${BIN} test.conf @echo This test needs more work @echo '' - ${OPENSSL_DIR}/apps/openssl req -new -x509 -config rfc3779-test.conf -key rfc3779-test.key -out rfc3779-test.cert + ${OPENSSL_DIR}/apps/openssl req -new -x509 -config test.conf -keyout test.key -out test.cer -outform DER @echo '' - ./resource-set-test -v -a AS:17 -i IPv4:10.0.0.44 -p rfc3779-test.cert + ./${BIN} -v -a AS:17 -i IPv4:10.0.0.44 -d test.cer |