Well, nothing is impossible, it's only software. However, xmlsec library was not designed to do what you want. IMHO, there are 2 possible options: - if encryption is done with XML Enc spec then you can implement the KDF2 crypto transform for xmlsec library (see docs on xmlsec website for more details) and then let the library to everything else; - or if it is not XML Enc spec or if don't like the previous option then you can copy/paste AES KW code from xmlsec and do whatever you want.
Sorry, but if you choose the second option then you are on your own.
Best, Aleksey
Bert Huijgen wrote:
I have an XML file which I parse with code generated from the schema. One of the elements contains a key which is encrypted with a combination of encryption algorithms, one of them is KDF2 which I wrote myself, another is KW-AES for which I want to use your library.
Is is possible to just call the KW-AES unwrap function xmlSecOpenSSLKWAesDecode(...) ?
Thanks,
Bert
_______________________________________________ xmlsec mailing list [EMAIL PROTECTED] http://www.aleksey.com/mailman/listinfo/xmlsec
