[QUERY] Does Azure Java SDK support FIPS by default #42562
Labels
Azure.Core
azure-core
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Query/Question
The default SSL/TLS library for Azure Java SDK http clients is the Tomcat-native Boring SSL library (dependency in code, official documentation documentation)
The Tomcat-native Boring SSL library is not FIPS validated (source)
I have found conflicting information stating (source query) :
^ This seems to point to the Azure Java SDK using by default the JVM crypto.
I'm seeking confirmation on whether the HttpClient is automatically FIPS compliant as long as the underlying JVM only exposes FIPS compliant providers.
Thanks!
The text was updated successfully, but these errors were encountered: