Redux and Resolved: Deconstructing OASIS Web Services Security SOAP Messages with OpenSSL utilities

2009-08-11 Thread Carlo Milono
For some reason I didn't get any newsfeeds after re-subscribing, so I can't really post to my earlier inquiry. I've figured this out. 1) Convert Key's CipherValue from base64-to-binary 2) rsautl against the Key's CipherValue.bin - gives binary version of the decoded key  (uses the private key)

RE: Deconstructing OASIS Web Services Security SOAP Messages with OpenSSL utilities

2009-07-31 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Carlo Milono > Sent: Thursday, 30 July, 2009 19:27 > I'm trying to illustrate how to take an OASIS WSSE SOAP > Message and operate on it with the commands in OpenSSL. > The SOAP Message encrypts the contents of an element in the > Body with AE

Deconstructing OASIS Web Services Security SOAP Messages with OpenSSL utilities

2009-07-30 Thread Carlo Milono
I'm trying to illustrate how to take an OASIS WSSE SOAP Message and operate on it with the commands in OpenSSL. The SOAP Message encrypts the contents of an element in the Body with AES-256-CBC with a key that was encrypted with RSA-1_5 using a public key. We have an RSA encryption of a key for bul