|
From: Pelle B. <pe...@us...> - 2004-03-22 20:20:09
|
Update of /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/id/verifier In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11947/src/java/org/neuclear/id/verifier Modified Files: VerifyingReader.java Log Message: Added simple ledger for unit testing and in memory use Index: VerifyingReader.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/id/verifier/VerifyingReader.java,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** VerifyingReader.java 3 Mar 2004 23:26:43 -0000 1.21 --- VerifyingReader.java 22 Mar 2004 20:09:49 -0000 1.22 *************** *** 2,7 **** import org.dom4j.Element; - import org.neuclear.id.auth.AuthenticationTicket; import org.neuclear.id.*; import org.neuclear.xml.XMLException; import org.neuclear.xml.XMLTools; --- 2,7 ---- import org.dom4j.Element; import org.neuclear.id.*; + import org.neuclear.id.auth.AuthenticationTicket; import org.neuclear.xml.XMLException; import org.neuclear.xml.XMLTools; *************** *** 31,34 **** --- 31,37 ---- $Id$ $Log$ + Revision 1.22 2004/03/22 20:09:49 pelle + Added simple ledger for unit testing and in memory use + Revision 1.21 2004/03/03 23:26:43 pelle Updated various tests to use the AbstractObjectCreationTest *************** *** 61,66 **** NamedObjectBuilder/SignedNamedObject Pairs. Sample application has been expanded with a basic email application. ! Updated docs for sample web app. ! Added missing LGPL LICENSE.txt files to signer and sample app Revision 1.15 2003/12/10 23:58:51 pelle --- 64,69 ---- NamedObjectBuilder/SignedNamedObject Pairs. Sample application has been expanded with a basic email application. ! Updated docs for simple web app. ! Added missing LGPL LICENSE.txt files to signer and simple app Revision 1.15 2003/12/10 23:58:51 pelle *************** *** 107,111 **** Revision 1.9 2003/11/18 00:01:55 pelle ! The sample signing web application for logging in and out is now working. There had been an issue in the canonicalizer when dealing with the embedded object of the SignatureRequest object. --- 110,114 ---- Revision 1.9 2003/11/18 00:01:55 pelle ! The simple signing web application for logging in and out is now working. There had been an issue in the canonicalizer when dealing with the embedded object of the SignatureRequest object. |