Problem with release version (winCAPI)

2004-09-29 Thread Matthias Niggemeier
Hi there! When using xsec to sign an xml-file with HMAC, the debug version works fine. But when I try to start the release version, initialization of the lib fails with the message WinCAPICryptoProvider() - Error obtaining generating internal key store for PROV_RSA_FULL What can I do? I use MSVC

Re: Version 1.2

2004-09-29 Thread Davanum Srinivas
+1 from me as well. -- dims On Thu, 23 Sep 2004 05:58:27 +0200, Axl Mattheus <[EMAIL PROTECTED]> wrote: > +1. > > Ax/ > > > > -Original Message- > From: Berin Lautenbach [mailto:[EMAIL PROTECTED] > Sent: 22 September 2004 02:12 > To: [EMAIL PROTECTED] > Subject: Version 1.2 > > Hey

Re: Problem with release version (winCAPI)

2004-09-29 Thread Berin Lautenbach
Matthias, Do the samples work in release version? if you pass xtest a "-w" parameter it will run using the CAPI - would be interesting to know whether that runs OK. Cheers, Berin Matthias Niggemeier wrote: Hi there! When using xsec to sign an xml-file with HMAC, the debug version works

Signing fragment element using XML XPATH transformer

2004-09-29 Thread Hess Yvan
Hi, I would like to sign only a fragment (edoc:metadata) of my XML document using an enveloped signature. Can somebody help me by giving me an example. I did like that but I am not sure I am right and I don't uderstand XPathContainer class and xpath.getElement() result Transforms trans

RE: Problem with release version (winCAPI)

2004-09-29 Thread Matthias Niggemeier
Berin, I would like to try, but when I try to compile xtest, i have two issues: 1) I have no file xsec/utils/winutils/XSECSOAPRequestorSimpleWin32.hpp commenting out works for the compiler, but 2) the linker cannot find __endthreadex and __beginthreadex Looking at MSDN, these are included in MS

RE: Problem with release version (winCAPI)

2004-09-29 Thread Matthias Niggemeier
Forget the linker issue, the problem was sitting in front of the monitor. With xtest, ist the same: the debug version works, the release version quits with "abnormal program termination" when trying XSECPlatformUtils::Initialise(); I tried a bit, but the confusion grows :-) When I start the release