Re: [c++] WinCAPICryptoProvider class

2005-02-11 Thread Berin Lautenbach
Milan, I've just had a look at this, and for the life of me I don't understand why I used CRYPT_MACHINE_CONTEXT in the first place. This is used to trick the CAPI into allowing us to import a plaintext key for use in the encryption classes. It would make far more sense to use a per-user key s

Encryption and SOAP

2005-02-11 Thread Rafael José Deitos
Hi, I'm having some encryption problems... I'm trying to encrypt the contents of a SOAPBody of a SOAPEnvelope using TRIPLEDES and AES_128. I tryed to follow the steps of the example in org.apache.xml.security.samples.encryption but I'm having problem in the some steps: 1. After the encryption h

this is a test

2005-02-11 Thread Edson Camargo
Hello,   My name is Edson. I'm from Florianópolis, Brazil, student of mastering at UFSC   Thank you!   Edson

DO NOT REPLY [Bug 33393] - Base64 Transform throws "Stream is closed" IOExceptions

2005-02-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Enveloped signature verification (with enveloped + C14N transform)

2005-02-11 Thread def abc
Hi Raul (and all ;-)), > Change this: > transforms.addTransform(Transforms.TRANSFORM_C14N_OMIT_COMMENTS); > > for the exclusive c14n and it should work. Unfortunately, my verification still fails ! I tried it with TRANSFORM_C14N_EXCL_OMIT_COMMENTS and with TRANSFORM_C14N_EXCL_WITH_COMMENTS and w