https://bz.apache.org/bugzilla/show_bug.cgi?id=65767

--- Comment #2 from Christopher Schultz <[email protected]> ---
This is actually a bug in the JRE itself and not Tomcat, but it's something
that we can probably work around.

The definition of this thing is here:
https://datatracker.ietf.org/doc/html/rfc2898#appendix-A.2

Once the KDF OID, salt, iteration count, cipher OID, initialization vector, and
encrypted key are unpacked from the ASN.1 structure, you just have to
re-assemble them into the objects provided by the JRE.

I see you have PR. I'll have a look at it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to