ruby / openssl

Provides SSL, TLS and general purpose cryptography.
Other
241 stars 163 forks source link

Fix test_provider.rb in FIPS. #794

Closed junaruga closed 3 weeks ago

junaruga commented 1 month ago

This PR is to fix the test/openssl/test_provider.rb in FIPS cases.

There are 2 commits. The 1st commit is the same with the PR https://github.com/ruby/openssl/pull/790. The 1st commit is a temporary workaround. I expect the PR #790 will be merged soon first before this PR is reviewed. The 2nd commit is the main commit for this PR.

junaruga commented 4 weeks ago

@rhenium I fixed all the items that you mentioned in the review.

rhenium commented 3 weeks ago

Merged, thank you!

junaruga commented 3 weeks ago

Thank you for your review!