summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2008-07-09 09:37:09 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2008-07-09 09:37:09 +0000
commitb310f7ed947bcc8653ea8d60f05e12b396c389e3 (patch)
treead5e690b8a2ebe881950a5846ef6ad6475529268 /test/Makefile.in
parent34789f763afa3c0186cfbe21de602803998eed00 (diff)
downloadneon-b310f7ed947bcc8653ea8d60f05e12b396c389e3.tar.gz
Add test case with use of intermediary CA.
* test/ssl.c (intermediary): New test case. * test/openssl.conf: Add neonca2 section. * test/makekeys.sh: Create an intermediary cert and EE cert signed by that. * test/Makefile.in (clean, ca-stamp): Clean up the ca2 directory. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1465 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 7a564d7..b731596 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -66,7 +66,7 @@ all: $(TESTS)
clean:
rm -f $(TESTS) $(HELPERS) *.*o common/*.*o libtest.*a *.log
rm -f *.gc* *.da *.bb* common/*.bb* common/*.gc* common/*.da
- rm -rf ca .libs nssdb*
+ rm -rf ca ca2 .libs nssdb*
rm -f ca-stamp client.key *.csr ssigned.pem wrongcn.pem \
server.cert client.cert *.p12 *.cert sparse.bin
@@ -129,7 +129,7 @@ random.txt: $(NEWS)
# since it changes for every invocation; not helpful for regression
# testing.
ca-stamp: makekeys $(srcdir)/openssl.conf
- rm -rf ca
+ rm -rf ca ca2
OPENSSL=$(OPENSSL) \
$(SHELL) makekeys $(srcdir) 2>makekeys.out
@echo timestamp > ca-stamp