https://bz.apache.org/bugzilla/show_bug.cgi?id=69800
--- Comment #5 from Christopher Schultz <[email protected]> --- I think it makes sense to have "namedGroups" on the <SSLHostConfig> element, alongside the "ciphers". Rémy, do you think it makes more sense to add it to the <Certificate>? If we do only this bit: > Add group attribute to [SSLHostConfig]. It would get propagated to the > SSLParameter. I think that's all we really need. Well, that and Java 20 which added the setNamedGroups() methods. We'd have to add some stuff to Jre21Compat (I see no reason to introduce a Jre20Compat since Java 20 is already unsupported) to avoid nasty reflection stuff and fail to configure on pre-Java-21. -- 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]
