Re: Base64 Transformation

2003-12-11 Thread Berin Lautenbach
Way cool! One I don't have to worry about :>. Cheers, Berin (Although if it doesn't work without Xalan, maybe I do) Milan Tomic wrote: Berin, Could you provide your exact configuration? I have run this against current CVS and V1.0.0 and it works fine. That's on Windows NT, Xerces 2.

RE: Base64 Transformation

2003-12-10 Thread Milan Tomic
Berin, > Could you provide your exact configuration? I have run this against > current CVS and V1.0.0 and it works fine. > > That's on Windows NT, Xerces 2.3, Xalan 1.6. > > Are you running Xalan? No, I wasn't running Xalan, but I was beliving I did. Thank you. Now, it works perfect.

Re: Base64 Transformation

2003-12-03 Thread Berin Lautenbach
Milan, Could you provide your exact configuration? I have run this against current CVS and V1.0.0 and it works fine. That's on Windows NT, Xerces 2.3, Xalan 1.6. Are you running Xalan? Cheers, Berin Milan Tomic wrote: Berin, Just added something very simple - just create a sig with

RE: Base64 Transformation

2003-12-02 Thread Milan Tomic
Erwin, > I am no C++ library expert, but if Base64 is thought to be > the problem, > could it have anything to do with one line being twice the > length of the > others. The Base64 encoding is trimmed at 76 characters, as > specified in > the spec (as optional), but one line seems to have a

Re: Base64 Transformation

2003-12-02 Thread Erwin van der Koogh
Just added something very simple - just create a sig with a single reference and a base64 txfm - to xtest and it works fine. Can you send us the full code that you are using to create the sig? I'm sending to you in the attachment one file. It doesn't work with templatesign.exe 1.0.0. (if you try t

Re: Base64 Transformation

2003-12-02 Thread Milan Tomic
Berin, > Just added something very simple - just create a sig with a single > reference and a base64 txfm - to xtest and it works fine. Can you send > us the full code that you are using to create the sig? I'm sending to you in the attachment one file. It doesn't work with templatesign.exe 1.0

Re: Base64 Transformation

2003-12-02 Thread Berin Lautenbach
Milan, Just added something very simple - just create a sig with a single reference and a base64 txfm - to xtest and it works fine. Can you send us the full code that you are using to create the sig? Cheers, Berin Milan Tomic wrote: When signing with enveloping signature I add Base

Re: Base64 Transformation

2003-12-01 Thread Berin Lautenbach
Milan, I think you have asked this question before and I missed it. I will have a look, but it's something that gets tested as part of the basic interop tests, so it's strange it's dying. Out of curiosity - does xtest run properly on your system? Cheers, Berin Milan Tomic wrote: W