Re: 'in_addr_t' in openssl 1.1.1g ??

2020-08-05 Thread Benjamin Kaduk via openssl-users
Ah, so it really is the "gcc" configure target (I had to look up that such a thing even existed!). Unfortunately, 'gcc' implies 32-bit, and your x86_64-fslsdk-linux suggests that you're targetting a 64-bit system. Such a mismatch of configurations could easily cause this sort of compile error due

Re: 'in_addr_t' in openssl 1.1.1g ??

2020-08-05 Thread prudvi raj
Another thing , 'make && make all ' is successful , but the same openssl files when compiled during my project's compilation show this error . PROJECT DIR << make project here compiles all files. |- ..folder 1. |- openssl |-... Btw, Project uses same CC - "/opt/toolchains/adtn-6/sysroots/x8

Re: OpenSSL compliance with Linux distributions

2020-08-05 Thread Benjamin Kaduk via openssl-users
On Wed, Aug 05, 2020 at 10:28:26PM +0200, Patrick Mooc wrote: > Thank you very much Kyle for your quick and clear answer. > > The reason why I want to upgrade OpenSSL version, is that I encounter a > problem with 1 frame exchange between client and server. > > This frame is the first packet sent

Re: OpenSSL compliance with Linux distributions

2020-08-05 Thread Patrick Mooc
Dear Skip, Thank you also very much for your quick answer. Ok, it could then be interesting to test an upgrade of openSSL on my system. My project is running on a Compact Flash card, so I think that I can test the upgrade directly on a device. Do you have some advices, some steps to follow (

Re: 'in_addr_t' in openssl 1.1.1g ??

2020-08-05 Thread Benjamin Kaduk via openssl-users
On Thu, Aug 06, 2020 at 01:51:35AM +0530, prudvi raj wrote: > Hi there, > > I got this error during compilation , in file b_addr.c : > In function 'BIO_lookup_ex': > /b_addr.c:748:9: error: unknown type name 'in_addr_t' > > I see that "in_addr_t" is defined in "netinet/in.h" & "arpa/inet.h" in >

Re: OpenSSL compliance with Linux distributions

2020-08-05 Thread Patrick Mooc
Thank you very much Kyle for your quick and clear answer. The reason why I want to upgrade OpenSSL version, is that I encounter a problem with 1 frame exchange between client and server. This frame is the first packet sent from client to server (Client Hello Packet) and the protocol used for

'in_addr_t' in openssl 1.1.1g ??

2020-08-05 Thread prudvi raj
Hi there, I got this error during compilation , in file b_addr.c : In function 'BIO_lookup_ex': /b_addr.c:748:9: error: unknown type name 'in_addr_t' I see that "in_addr_t" is defined in "netinet/in.h" & "arpa/inet.h" in toolchain (typedef uint32_t in_addr_t;). i have even tried to #include<> the

Re: OpenSSL compliance with Linux distributions

2020-08-05 Thread Skip Carter
Patrick, I am also supporting servers running very old Linux systems and I can tell you that YES you can upgrade from source. I have built openssl-1.1.1 from source on such systems with no problems. On Wed, 2020-08-05 at 21:49 +0200, Patrick Mooc wrote: > Hello, > > I'm using an old version of

Re: OpenSSL compliance with Linux distributions

2020-08-05 Thread Kyle Hamilton
It is never recommended to upgrade you distribution's version of OpenSSL with one you compile yourself. Doing so will often break all software installed by the distribution that uses it. If you need functionality from newer versions of OpenSSL, your options are to upgrade your OS version, or to i

OpenSSL compliance with Linux distributions

2020-08-05 Thread Patrick Mooc
Hello, I'm using an old version of OpenSSL (0.9.8g) on an old Linux Debian distribution (Lenny). Is it possible to upgrade OpenSSL version without upgrading Linux Debian distribution ? If yes, up to which version of OpenSSL ? Are all versions of OpenSSL compliant with all Linux Debian distr

openssl-3

2020-08-05 Thread mejaz
Hello, I have sucesfully installed openssl 3.x version but when I was trying to check the version wheather it installed sucesfully or not, it gives error as below , any assistance would be highly appreciated thanks in advance. [root@nc ~]# /usr/local/bin/openssl versioin -a /usr/lo