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
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
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