You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by Ec...@softwareag.com on 2004/12/02 16:46:55 UTC

Win CAPI Book

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: 'security-dev@xml.apache.org'
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

Re: Win CAPI Book

Posted by Berin Lautenbach <be...@wingsofhermes.org>.
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

Eckehard.Hermann@softwareag.com 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: 'security-dev@xml.apache.org'
> 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
> 
>