> I wanted to do some tests on the “derived key” features of XML encryption > 1.1. While doing some research (in the Java version), I found some > references to this part of the standard in the documentation (e.g. > DerivedKeyToken), or in the source code (DerivedKeyType). However, I do > not find any call within the code to key derivation methods such as PBKDF2. > Have I overlooked them? In case where the answer is no, does this mean > that the feature is not implemented? Are there any mechanisms to > implement a resolver for this very task?
I'm not aware of anything in either version of the library. OpenSSL being essentially undocumented, I couldn't make any headway in this for the C++ version many years ago when I looked at it. -- Scott
