> Does OpenSSL FIPS modules keep all the OpenSSL APIs intact?
No. For example, only the EVP interface to crypto.
___
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
On 01/27/2016 05:33 PM, cloud force wrote:
> Hi everyone,
>
> Does OpenSSL FIPS modules keep all the OpenSSL APIs intact?
> i.e. If we use the OpenSSL FIPS modules, we don't need to make any API
> invocation changes on our applications side (in addition to invoking the
> FIPS_mode_set API). Is tha