Re: [c++] Signing of URL

2004-01-25 Thread Berin Lautenbach
Milan, Will have a look-see! Cheers, Berin Milan Tomic wrote: When I set XSECURIResolverGenericWin32 I got an error when verifying detached signature in separate file, if signed file have space (" ") in its folder or file name. Example: XSECURIResolverGenericWin32 theResolver; si

Re: [C++] Hash value over large node

2004-01-25 Thread Berin Lautenbach
Andrew, Are you able to try the code in CVS? This is a known bug where a single text node of > 16K would get (from memory) the last size%16K bytes signed due to an incorrect assumption around the way Xerces handles transcoded text. So if your texnode is equal to 16K+0x500 bytes long, that wou

[C++] Hash value over large node

2004-01-25 Thread Andrzej Matejko
Hi, I have serious problem: when I sing and verify signature the hash value is calculated not over whole node with data, but only for about 0x500 bytes. I can't discover what is wrong The only things I found are: - void TXFMSHA1::setInput(TXFMBase * inputT) (called by DSIGReference::calc