Dieter,
No - but if you find one, I'd be interested too! I spent a lot of time pooring over MSDN docs to implement the CAPI interface.
Cheers, Berin
[EMAIL PROTECTED] wrote:
Hi all,
has anyone of you a recommendation on a good Windows Security, especially Crypto-API/CSP, book?
thanks, Eckehard
-----Original Message-----
From: Hermann, Eckehard Sent: Montag, 29. November 2004 17:22
To: '[EMAIL PROTECTED]'
Subject: resolve HTTP URI with Proxy
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