|
From: <pe...@us...> - 2004-03-06 00:01:43
|
Update of /cvsroot/neuclear/neuclear-xmlsig/src/test/org/neuclear/xml/c14 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30922/src/test/org/neuclear/xml/c14 Modified Files: CanonicalizationTest.java Log Message: Attempting to make Reference and SignedInfo more compliant with the standard. SignedInfo can now contain more than one reference. Reference is on the way to becoming more flexible and two support more than one transform. I am adding Crypto Channels to commons to help this out and to hopefully speed things up as well. Index: CanonicalizationTest.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-xmlsig/src/test/org/neuclear/xml/c14/CanonicalizationTest.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CanonicalizationTest.java 2 Mar 2004 23:50:45 -0000 1.6 --- CanonicalizationTest.java 5 Mar 2004 23:47:17 -0000 1.7 *************** *** 8,11 **** --- 8,17 ---- * $Id$ * $Log$ + * Revision 1.7 2004/03/05 23:47:17 pelle + * Attempting to make Reference and SignedInfo more compliant with the standard. + * SignedInfo can now contain more than one reference. + * Reference is on the way to becoming more flexible and two support more than one transform. + * I am adding Crypto Channels to commons to help this out and to hopefully speed things up as well. + * * Revision 1.6 2004/03/02 23:50:45 pelle * minor changes. *************** *** 85,89 **** public final class CanonicalizationTest extends TestCase { ! private final static boolean ASSERT_FAIL = true; //Change this to assert failed documents public CanonicalizationTest(final String s) { --- 91,95 ---- public final class CanonicalizationTest extends TestCase { ! private final static boolean ASSERT_FAIL = false; //Change this to assert failed documents public CanonicalizationTest(final String s) { |