Hello all,
xml-security C++:
I'm trying to create an external References within XMLSignature via a
URI specification. The reference should be hashed (and perhaps
transformed). So far, I got local files to work
("file://localhost/file.xxx") as well as files via http that reside
inside our firewall.
Question: How do I get through the firewall? Are there proxy settings
that I can call?
So far, I've seen that xml security is using a Xerces resolver.
PS: I use the following function to set up the reference:
DSIGReference * ref =
sig->createReference(MAKE_UNICODE_STRING("http://www.some-site.com"));
Thanks for any info,
Dieter Kessler