RE: digital signatures and security

2002-12-17 Thread Christian Geuer-Pollmann
Those downloading the libraries with the intention of implementing them as part of a product offering may be subject to licensing terms set by IBM and Microsoft. - --On Dienstag, 17. Dezember 2002 21:03 +0100 Christian Geuer-Pollmann <[EMAIL PROTECTED]> wr

RE: digital signatures and security

2002-12-17 Thread Christian Geuer-Pollmann
At the moment, axis has a sample an creating xml signatures using apache xml-security. In the near future, apache xml-security will also contain xml encryption so that all ws-security related cryptographic primitives are implemented under the apache hood. SAML is available from www.opensaml.org

Re: [GUMP] Build Failure - Axis

2002-05-27 Thread Christian Geuer-Pollmann
Can an axis committer please change in xml-axis/java/samples/security/SignedSOAPEnvelope.java canonicalMessage = c14n.canonicalizeDocument(doc); to canonicalMessage = c14n.canonicalizeSubtree(doc); ^^^ I remov

Re: [GUMP] Build Failure - Axis

2002-02-20 Thread Christian Geuer-Pollmann
Oops, I guess that's my fault. I re-organized my build.xml and I do now create the xmlsec.jar in a new location: OLD: xml-security/xmlsec.jar NEW: xml-security/build/xmlsec.jar > dropping /home/rubys/jakarta/xml-security/xmlsec.jar from path as it > doesn't exist Guess that's the problem. Chr