Re: RSA_generate_key_ex is crashing when compiled on RHEL6 PPC and executed on RHEL8 for OpenSSL 3.0.1PPC

2022-06-01 Thread Tomas Mraz
Can you please try to build the openssl with debug information (-d on Configure command line)? To see whether the backtrace will contain more information. Tomas Mraz On Thu, 2022-06-02 at 11:09 +0530, Minal Patil wrote: > Hello All, > > I am trying to use RSA_generate_key_ex function to generate

RSA_generate_key_ex is crashing when compiled on RHEL6 PPC and executed on RHEL8 for OpenSSL 3.0.1PPC

2022-06-01 Thread Minal Patil
Hello All, I am trying to use RSA_generate_key_ex function to generate the RSA key pairs on RHEL 7.2 PPCle. I am observing crash when i link the source code with Openssl 3.0 whereas same works if i link with Openssl 1.0.2 Below is configure command used for compiling openssl ./Configure no-shared