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() 2) libssl.a/libssl.so and libcrypto.so are not being built in the OpenSSL fips build. I need it to be built. Thanks Rahul
