Re: Openssl 3.0.2- Build error - catgets_failed

2022-04-21 Thread Tomas Mraz
Maybe https://github.com/openssl/openssl/pull/18136 could help you? Regards, Tomas Mraz On Thu, 2022-04-21 at 16:49 +, Gaurav Mittal11 wrote: > I tried same commands and same setting with root access, seems like I > pass that error. > Can you help why its not giving any error and not even ge

RE: Openssl 3.0.2- Build error - catgets_failed

2022-04-21 Thread Gaurav Mittal11
I tried same commands and same setting with root access, seems like I pass that error. Can you help why its not giving any error and not even generating crypto/chacha/libcrypto-lib-chacha-ia64.o file CC="/opt/aCC/bin/aCC" perl crypto/chacha/asm/chacha-ia64.pl "void" -I. -Iinclude -Iproviders/c

RE: Openssl 3.0.2- Build error - catgets_failed

2022-04-21 Thread Michael Wojcik
> From: Gaurav Mittal11 > Sent: Thursday, 21 April, 2022 09:55 > > Yes, I have gone through internet search, I have not found any clue. > > Still same error even after setting LANG to C > > Yes, HP is kind of legacy server and very less help available on internet. > > Any more suggestions woul

RE: Openssl 3.0.2- Build error - catgets_failed

2022-04-21 Thread Gaurav Mittal11
Yes, I have gone through internet search, I have not found any clue. Still same error even after setting LANG to C Yes, HP is kind of legacy server and very less help available on internet. Any more suggestions would be helpful. > echo NLSPATH NLSPATH > echo $NLSPATH > export LANG=C > echo $LA

Re: nginx start and stop has issue for openssl engine

2022-04-21 Thread Zhangfei Gao
Hi, I am using openssl engine with nginx. openssl: OpenSSL_1_1_1f If the engine does not include rsa, everythings works well If the engine retister rsa, even the empty IMPLEMENT_DYNAMIC_BIND_FN(bind_fn) bind_fn ENGINE_set_destroy_function(e, destroy_fn); ENGINE_set_RSA(e, RSA_meth_new("rsa metho