FIPS enabled OpenSSL with shared enabled-how to do?

2006-06-14 Thread sivabalakrishnan
Hi ,   I am building FIPS compliant OpenSSL in HP-UX PA 11.11 architecture. I was build the FIPS module from the source with the security policy 140-2 suggested in the FIPS user guide.   The steps followed to build the FIPS module are   ./config fips make make install   The steps followed t

fips_aes_data file is missing

2006-08-13 Thread sivabalakrishnan
Hi, I have compiled OpenSSL- 0.9.7j in HP-UX and when looking into the source, I  have noticed that the file fips_aes_data is missing.  In the test directory of OpenSSL source there is a fips_aes_data file, which is a link to ../fips-1.0/aes/fips_aes_data.  fips_aes_data -> ../fips-1.0/aes

Re: [SECURITY] OpenSSL 0.9.8c and 0.9.7k released

2006-09-11 Thread sivabalakrishnan
Hi, I could see the patch for "RSA Signature Forgery" available in the location http://www.openssl.org/news/patch-CVE-2006-4339.txt is been updated with removal of unwanted code lines on september 6.Will these changes be commited to the OpenSSL releases 0.9.7 and 0.9.8. If so, when will be th

BN_bin2bn() gets coredump in 0.9.7k

2006-09-19 Thread sivabalakrishnan
Hi,   I have compiled 64-bit OpenSSL 0.9.7k on HP-UX 11.23 PA architecture with optimization level +O3 (default). When i test  BN_bin2bn() function in cryto library with the following test program, it gets coredump.   Here is my test program.==