Udara Pathum
Udara Pathum
There are multiple concerns when going forward with the implementation - The score returned by reCAPTCHA can vary from development environment to production environment [1]. Also if the traffic to...
The related PRs are merged. Can be closed after the next kernel release
When TLS 1.3 is enabled, following warning can be seen in logs ``` [2024-02-20 11:00:02,343] [] WARN {org.apache.tomcat.util.net.SSLUtilBase} - The JSSE TLS 1.3 implementation does not support post handshake authentication...
Currently, BC only look at the priority of NamedGroups in `Djdk.tls.namedGroups` if X25519 or secp256r1 is not in the list as mentioned in https://github.com/bcgit/bc-java/blob/main/tls/src/main/java/org/bouncycastle/tls/AbstractTlsClient.java#L409. If I create a BC client...