Hi All: We will be using OpenSSL FIPS modules on our Linux appliances and we have some Python and PHP applications which need to invoke crypto related functionalities provided by OpenSSL. I was wondering has anyone integrated Python and PHP with OpenSSL FIPS modules? Since for each application which need to use OpenSSL FIPS modules, the application need to invoke the FIPS_mode_set () API in its process space. To me it sounds like the FIPS_mode_set function needs to be invoked from within the Python and PHP interpreter processes, which means we need to modify the Python or PHP interpreter make make them invoke the FIPS_mode_set() API when needed. Does that sound like the right thing to do, or is there any better way for doing this? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20160118/e1238978/attachment-0001.html>