Hi All, I have written a test program to test TLS Key Derivation Function(KDF). I am trying to compile this. I have created a new directory inside main openssl-fips-1.2 and included a make file more similar to "fips/aes/Makefile".
But heading lots of linker issues. Could somebody help me include this test program in openssl and compile it ? openssl/openssl-fips-1.2.ppc/test/fips_aesavs.c:75: undefined reference to `EVP_MD_size' fips_aesavs.o(.text+0xfdc): In function `kdf_tls1_generate_key_block': /tls_fips/fips_REL_6_2_2a_S20/third-party/src/A.buildme/openssl/openssl-fips-1.2.ppc/test/fips_aesavs.c:118: undefined reference to `EVP_md5' fips_aesavs.o(.text+0x1208): In function `kdf_tls1_generate_master_secret': /tls_fips/fips_REL_6_2_2a_S20/third-party/src/A.buildme/openssl/openssl-fips-1.2.ppc/test/fips_aesavs.c:118: undefined reference to `EVP_md5' collect2: ld returned 1 exit status make[2]: *** [link_app.gnu] Error 1 make[2]: Leaving directory `/tls_fips/fips_REL_6_2_2a_S20/third-party/src/A.buildme/openssl/openssl-fips-1.2.ppc/test' make[1]: *** [fips_aesavs] Error 2 make[1]: Leaving directory `/tls_fips/fips_REL_6_2_2a_S20/third-party/src/A.buildme/openssl/openssl-fips-1.2.ppc/test' make: *** [build_tests] Error 1 Thanks Anil