YStankov opened a new pull request, #1022: URL: https://github.com/apache/tomcat/pull/1022
Tomcat validates configured TLS groups against the internal Group enum. When using alternate JSSE providers such as BouncyCastle JSSE, Brainpool groups can be configured via: -Djdk.tls.namedGroups=brainpoolP256r1,brainpoolP384r1,brainpoolP512r1 However these groups are rejected because they are not present in Group.java. This prevents Brainpool TLS deployments from functioning correctly. This change adds support for: - brainpoolP256r1 - brainpoolP384r1 - brainpoolP512r1 -- 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]
