From 1d1c6c0ef3f96a3069a70fbf869ca1d981663e62 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Wed, 11 Aug 2004 10:46:22 +0000 Subject: Removed server public key in tests: it seems that it is no more used. --- python/tests/sample-sp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tests/sample-sp.py') diff --git a/python/tests/sample-sp.py b/python/tests/sample-sp.py index 321b114e..3574b67e 100755 --- a/python/tests/sample-sp.py +++ b/python/tests/sample-sp.py @@ -103,7 +103,7 @@ def main(): lassoServer = lasso.Server.new( '../../examples/data/sp-metadata.xml', - '../../examples/data/sp-public-key.pem', + None, # '../../examples/data/sp-public-key.pem' is no more used. '../../examples/data/sp-private-key.pem', '../../examples/data/sp-crt.pem', lasso.signatureMethodRsaSha1) -- cgit