Skip to Main Content

General Development Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

MySql.Data (.NET) FIPS compliance

user-mhckmSep 6 2023 — edited Sep 6 2023

Hello,

The application I work on depends on MySql.Data and we're required to be FIPS compliant. One of the dependencies of MySql.Data is Portable.BouncyCastle (NuGet Gallery | MySql.Data 8.1.0) which is not FIPS compliant but has a FIPS-compliant alternative (bouncycastle.org). That would be required for the SSL certificate signature validation, which Bouncy Castle provides examples using the FIPS-validated algorithms.

Is there any plan to release a FIPS-compliant MySql.Data nuget package? Will it still rely on BouncyCastle or will it use System.Security.Criptography instead?

Thank you!

Comments
Post Details
Added on Sep 6 2023
0 comments
307 views