ok2c commented on PR #605:
URL: 
https://github.com/apache/httpcomponents-core/pull/605#issuecomment-3786342341

   > 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).
   
   @rschmitt Conscrypt works quite nicely as a drop-in replacement for the 
standard security provider with Java 11 onward. For some reason the same 
procedure does not work correctly with the latest Java 8. 
   
   We can drop the special handling of Conscrypt once we drop support for Java 8


-- 
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]

Reply via email to