Open
Description
Related Problems?
The current implementation of the "tls" feature in opentelemetry-otlp uses the ring crate, which is not FIPS compliant.
Describe the solution you'd like:
It will be preferable to add an option for opentelemetry-otlp to use FIPS compliant SSL libraries, such as rust-openssl or native-tls. This would allow users to configure the crate to use rust-openssl, native-tls, or other SSL libraries, providing flexibility and compatibility with various platforms and environments.
Considered Alternatives
Users can configure the opentelemetry-otlp crate to use other FIPS compliant SSL libraries.
Additional Context
No response