Re: OpenSSL 3 HTTP client C++ example?

2022-06-22 Thread Benedikt Hallinger
Hi David and thank you for your advice and example. I tried to compile it, run onto errors tough. I just put the file into my openssl source tree, which is on commit: commit 9e86b3815719d29f7bde2294403f97c42ce82a16 (HEAD, origin/openssl-3.0) Author: Randall S. Becker Date: Tue Jun 14

Re: OpenSSL 3 HTTP client C++ example?

2022-06-22 Thread David von Oheimb
Hi again Beni, On Wed, 2022-06-22 at 08:29 +0200, Benedikt Hallinger wrote: > Hi David and thank you for your advice and example. my pleasure. I was about to send a slightly improved version of my example code regarding the use of proxies and the expected content type - see attached and an

Re: OpenSSL 3 HTTP client C++ example?

2022-06-22 Thread Benedikt Hallinger
Thanks for the answer - Ii found out that it has todo with the -static flag. My rationale was that I wanted to have openSSL statically compiled into my code, so its to be used easier in the transition period where OpenSSL3 is not yet rolled out in major distributions. With dynamic linkage, it

fipsinstall fails without the default provider enabled

2022-06-22 Thread Jan Lana
The openssl fipsinstall command fails if the default provider is not enabled. Is it expected or is it a bug? openssl.cnf: ... [openssl_init] providers = provider_sect [provider_sect] base = base_sect [base_sect] activate = 1 ... LD_LIBRARY_PATH=/usr/local/lib64

Openssl upgrade to 1.1.1o on Red Linux 5.11

2022-06-22 Thread Gaurav Mittal11
Hi Team, Is there any way to upgrade openssl in redhat 5.11 as I am getting error its not supported. > uname -a Linux serverxxx 2.6.18-419.el5 #1 SMP Wed Feb 22 22:40:57 EST 2017 x86_64 x86_64 x86_64 GNU/Linux Red Hat Enterprise Linux Server release 5.11 (Tikanga) >> ./config

Re: Openssl upgrade to 1.1.1o on Red Linux 5.11

2022-06-22 Thread Ken Goldman
On 6/22/2022 10:32 AM, Gaurav Mittal11 wrote: Hi Team, Is there any way to upgrade openssl in redhat 5.11 as I am getting error its not supported. > uname -a Linux serverxxx 2.6.18-419.el5 #1 SMP Wed Feb 22 22:40:57 EST 2017 x86_64 x86_64 x86_64 GNU/Linux Red Hat Enterprise Linux Server