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)
> 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
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