Skip to content

Is standard OpenSSL provider strictly necessary for FIPS support? #5213

Closed Answered by lordgamez
lordgamez asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for the tip, I checked what is happening a bit deeper and it seems to be in FIPS mode, but the s2n library doesn't seem to be used by the application. When I checked the call stack with the debugger it seems that the s2n_init succeeds and the s2n_fips_init also returns success. When the S3 upload task was being scheduled I ran the s2n_get_fips_mode and it also returned with S2N_FIPS_MODE_ENABLED. I also tried to see what happens when the s2n_connection_new is called, but it didn't seem to be called at all.

After checking the call stack further of the S3 upload task, which uses the Aws::S3::S3Client, when the PutObject is called it seems to be using CurlHttpClient to set up the conn…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@lordgamez
Comment options

@lrstewart
Comment options

@lordgamez
Comment options

Answer selected by lordgamez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants