rschmitt commented on PR #605: URL: https://github.com/apache/httpcomponents-core/pull/605#issuecomment-3786308155
Do we want to continue supporting Conscrypt the way we currently are, i.e. as a special case with dedicated code paths etc? I suspect that the current integration has been obsolete since Java 8 Maintenance Release 3, which backported ALPN and TLSv1.3. We should be able to just use the JDK's default crypto provider. This would actually simplify testing with a broader variety of crypto providers, such as [ACCP](https://github.com/corretto/amazon-corretto-crypto-provider). -- 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]
