The current security guidance on use of TLS Provider emphasises BoringSSL. Based on testing BoringSSL does not support OCSP Stapling so connections suffer performance issue if certificate revocation checking is a requirement.
Is the Security.md guidance still up to date now that JDK 11 (whether from Oracle or AdoptOpenJDK) support OCSP Stapling and other required protocols (APLN)? Is JDK still considered suboptimal for grpc-java use?
The current security guidance on use of TLS Provider emphasises BoringSSL. Based on testing BoringSSL does not support OCSP Stapling so connections suffer performance issue if certificate revocation checking is a requirement.
Is the Security.md guidance still up to date now that JDK 11 (whether from Oracle or AdoptOpenJDK) support OCSP Stapling and other required protocols (APLN)? Is JDK still considered suboptimal for grpc-java use?