On Mon, Jan 14, 2013, Rahul Godbole wrote: > Hi > > Can someone please help me on the following 2 issues? I am using FIPS 2.0 > > 1) I am trying to build OpenSSL for FIPS. When I link to the below > functions from an external program linking to libcrypto.a, I get a linking > error for them. When I grepped for the below functions in libcrypto.a and > aes_core.o ( aes_core.c is where they are defined ), I got not results. I > have built the whole thing with symbols. It looks like these functions are > not being compiled with fips on. I need them to be compiled > > AES_set_encrypt_key() > AES_encrypt() > AES_set_decrypt_key() > AES_decrypt() >
While this doesn't solve your problem I should point out that if you're using FIPS mode for AES then you must use the EVP interface: not the low level APIs. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org