C++ MariaDB Connector/C 3.3.4 (libmariadb.dll) FIPS compliance

You are viewing an old version of this question. View the current version here.

Hi,

Im planning to use C++ MariaDB Connector/C 3.3.4, for connecting to Mysql Aurora database (using libmariadb.dll)

Im trying to check whether the connector/dll is FIPS compliant. Could you please help me with this - is there any information on the connector FIPS compliance anywhere?

If not, is there any way to check with which SSL the libmariadb.dll was compiled with?

If you know the answer, or can refer me to some relevant doc, I would greatly appreciate this!

Thanks, Lev

Answer Answered by Andrew Hutchings in this comment.

The connector itself has not been tested for FIPS compliance. I recommend contacting wolfSSL who have a patched version of Connector/C to work against their library and they can provide a 140-3 FIPS compliant version of the SSL library to use with it.

You can find out what library it was compiled with using `mariadb_config -k`.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.