markt-asf commented on PR #517: URL: https://github.com/apache/tomcat/pull/517#issuecomment-1139340297
@ChristopherSchultz The code you referenced is decoding PKCS#1 format keys. Tomcat already handles those. This issue is about PKCS#8 format keys. Take a look at the sub-classes of `com.sun.crypto.provider.PBEKeyFactory`. There is no support for the combination of `HmacSHA256` and `TripleDES`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
