Re: SecretKey vs PrivateKey with XMLCipher

2004-03-11 Thread Berin Lautenbach
Trebor, That particular error almost looks like you don't have the appropriate strong encryption policy file from Sun? ALthough if that were the case, I would not expect AES or 3DES to work either. On Secret vs. Private - if you have no issue securely getting the Secret key (and I assume you

Re: Janitor

2004-03-11 Thread Berin Lautenbach
Milan, I've seen crashes like this when : 1. I had had forgotten about the Janitor and deleted the parser instance previously in the code. 2. When I had deleted something the parser owned, and thus when the parser was deleted it tried to re-delete whatever I had already done. 3. I am used

RE: Janitor

2004-03-11 Thread Milan Tomic
Berin, Thank you very much for your help. > 3. I am used a different memory model in my app from Xerces > (Runtime in > a DLL) as the Janitor then uses it's runtime library to > delete an object > created by a different runtime library. I belive this is a problem. I had /MT compiler opti

Re: Janitor

2004-03-11 Thread Berin Lautenbach
Milan, Seen that one too :>. From memory it's something to do with MFC - if you define something as being MFC (and it creates stdafx.??) but you don't link in the MFC libraries, or you don't join in MFC using the shared libraries (been a while, so apologies if that sounded confused) Cheers,

Include latest Bouncy Castle?

2004-03-11 Thread Erwin van der Koogh
Hi guys, I have just finished testing with the latest (122) bouncy castle provider and it works fine. Any objections to change the build.xml file? It's still on 114 and there has quite a few bugfixes in the meantime. Erwin

Re: Include latest Bouncy Castle?

2004-03-11 Thread Davanum Srinivas
+1 from me (non-binding of course) --- Erwin van der Koogh <[EMAIL PROTECTED]> wrote: > Hi guys, > > I have just finished testing with the latest (122) bouncy castle provider > and it works fine. > Any objections to change the build.xml file? It's still on 114 and there > has quite a few bugfixes

Re: Release build under VC6.0 tries to find Xerces 2.3.0 DLL runtime

2004-03-11 Thread Andrew
Divide and conquer solved this one for me. The copy of Xalan that I downloaded included the release DLL which was built with Xerces 2.3 I had forgotten to rebuild Xalan in release with Xerces 2.4 All good now. Thanks anyways Andrew

Re: SecretKey vs PrivateKey with XMLCipher

2004-03-11 Thread trebor iksrazal
Thanks for the reply. I looked in to this further, and the error is probably due to that my PrivateKey is generated from a KeyStore built with the DSA algorythm. I'm using java keytool to generate the keystore, which only supports DSA and RSA. Pardon my basic question. As I understand it, XMLSi

RE: Janitor

2004-03-11 Thread Milan Tomic
Berin, > Seen that one too :>. > > From memory it's something to do with MFC - if you define > something as > being MFC (and it creates stdafx.??) but you don't link in the MFC > libraries, or you don't join in MFC using the shared > libraries (been a > while, so apologies if that sounded c

Re: Include latest Bouncy Castle?

2004-03-11 Thread Axl Mattheus
Erwin, List In $APACHE_XML_SECURITY_HOME/ there is a file called provider.properties. It is included in build-ant1.5.xml. It is a nice place to configure your provider. If you are behind a firewall, you can set your proxy settings in proxy.properties. Ax/ Erwin van der Koogh wrote: Hi guys,