I have just checked in a new version of config.xml that works for most encryption algorithms under SunJCE (have not yet checked sig).
One question - I am having issues with symmetric key wraps. The Baltimore interop tests all fail where a symmetric key wrap is used. The BC JCE takes an algorithm of "AESWrap" or "DESEDEWrap" for the unwrap algorithms. The SunJCE , I think, uses "AES" and "DESEde" However I get decryption errors.
Is there something special here that someone is aware of? (Am hoping on of the Sun gurus in the list can help me here :>.)
Cheers, Berin