Re: Issues with Encryption Sample

2004-10-02 Thread Berin Lautenbach
- Yes I just checked it in. Took me a while to find - I'm not too sure why, but the behaviour of the canoncicaliser appears to have changed. It appears that the canonicaliser is now storing it's output. So if you re-use an instance, it will append the new canonicalisation to the old and retur

Re: Issues with Encryption Sample

2004-10-02 Thread Vishal Mahajan
Berin, Your fix has fixed this problem of duplicate data being outputted on decryption. :-) Thanks, Vishal Vishal Mahajan wrote: 2) This seems to be a regression in xml-security. Using (JDK1.4.2 + BC) OR JDK1.5, the result of decryption in the sample seems incorrect. The input to be encrypted w

[EMAIL PROTECTED]: xml-security/xml-security failed

2004-10-02 Thread Sam Ruby
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact folk at [EMAIL PROTECTED] Project xml-security has an issue affecting its community integration. This issue affects 2 p

[EMAIL PROTECTED]: xml-security/xml-security failed

2004-10-02 Thread Sam Ruby
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact folk at [EMAIL PROTECTED] Project xml-security has an issue affecting its community integration. This issue affects 2 p

Re: Ant test

2004-10-02 Thread Berin Lautenbach
Raul, If you've done it in the last couple of hours - it's probably because I've just committed some fixes for a couple of bugs :>. Cheers, Berin [EMAIL PROTECTED] wrote: On 02/10/2004, at 2:33, Berin Lautenbach wrote: Is anyone else able to get a clean "ant test" to run? I turn up erro

Re: Ant test

2004-10-02 Thread raul-info
On 02/10/2004, at 2:33, Berin Lautenbach wrote: Is anyone else able to get a clean "ant test" to run? I turn up errors all over the shop - even with the subset "ant test_xenc". Cheers, Berin I just run all the test from eclipse env I just run AllTest.java, I don't have the code here. Pe

Issues with Encryption Sample

2004-10-02 Thread Vishal Mahajan
All, There a couple of issues with encryption sample - 1) With JDK 1.5, if you use the latest version of BC above SunJCE in java.security, the encryption sample fails to decrypt with the exception below. Also, 8 errors are observed while running encryption unit tests with this setup. I would gue