Replies: 1 comment 3 replies
-
You're right, "standard" is absolutely a mistake and I definitely meant "default". PR to correct: #5214 For the base provider being sufficient, I would expect even just Is the default provider not an acceptable requirement? s2n-tls can theoretically operate with just the base provider, but it would require some refactors around version negotiation and substantial cleanup of our tests. |
Beta Was this translation helpful? Give feedback.
-
Hi,
My application is using AWS SDK CPP built from source, linked statically to my application, and through the submodules of the project s2n-tls is also built and statically linked to the AWS extension in the project. The application is using the OpenSSL library and I'm in the process of adding FIPS support, so I was happy to see that s2n-tls also added FIPS support using OpenSSL in the latest release. In the documentation it was stated that "s2n-tls requires that Openssl be configured with the standard provider in addition to the FIPS provider". I have some questions regarding this:
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions