Artur Barashev
Artur Barashev
> Did you consider the option to support cipher suite regex Pattern, for example TLS_RSA_* for the restriction? The update is little bit complicated to me. Yes, I think we...
Alternative wildcard draft: https://github.com/openjdk/jdk/pull/21841
> It may be personal, but I think the wildcard's solution is much simple: simple to use, simple to implement and simple to extension, simple to back-port, and user friendly....
/issue remove JDK-8341964
We would need a unit test testing QUIC signature schemes against `jdk.tls.disabledAlgorithms` and `jdk.certpath.disabledAlgorithms` algorithm constraints in `java.security` file. Those are currently being ignored as far as I can tell.