On Tue, Feb 24, 2015, jonetsu wrote:

> Hello,
> 
>   To grasp how FIPS methods are called, and following one method
> as an example, HMAC_Update() in hmac.c, we can see that if FIPS
> mode is active then FIPS_hmac_update() will be called.  This is
> fine although searching the sources for the physical definiton of
> FIPS_hmac_update() does not yield any results.  How does the
> symbolic links function, what ends up being executed in this case
> and through which path ?
> 

Function names get changed through fips/fipssyms.h in the FIPS module source.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
_______________________________________________
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to