Re: Compilation issues

2021-06-30 Thread Jan Just Keijser
Hi, On 29/06/21 18:31, david raingeard wrote: Ok, here it is. It compiled mostly ok (some fixes for solaris 2.6, like inttypes.h instead of stdint). The test suite fails (dubious error). *Tls 1.2 works* just fine (*openssl s_client -connect google.com:443 -tls1_2 -trac

Re: Compilation issues

2021-06-29 Thread david raingeard
Ok, here it is. It compiled mostly ok (some fixes for solaris 2.6, like inttypes.h instead of stdint). The test suite fails (dubious error). *Tls 1.2 works* just fine (*openssl s_client -connect google.com:443 -tls1_2 -trace*) but *Tls 1.3 fails* starting when the *Applica

Re: Compilation issues

2021-06-29 Thread Jan Just Keijser
On 29/06/21 11:58, david raingeard wrote: Hello, Technically, why prevents openssl 1.1.1g from compiling correctly on some operating systems like Solaris 2.6, CentOS 7.8,... ? you will have to provide more details - openssl 1.1.1g compiles just fine on CentOS 7 (7.9 in my case). Can't talk

Compilation issues

2021-06-29 Thread david raingeard
Hello, Technically, why prevents openssl 1.1.1g from compiling correctly on some operating systems like Solaris 2.6, CentOS 7.8,... ? thank you !

Re: [openssl-users] Openssl 1.0.2k compilation issues

2017-02-01 Thread Salz, Rich via openssl-users
>Am trying to upgrade openssl 1.0.1p to 1.0.2k and the compilation breaks with >the below error and am using Ubuntu 10.04.1 >In file included from req.c:84: >comp.h:28: error: redefinition of typedef 'COMP_METHOD' >../../Build/target/usr/include/openssl/ossl_typ.h:181: error: previous >declaratio

[openssl-users] Openssl 1.0.2k compilation issues

2017-01-31 Thread Hema Murthy
Hi, Am trying to upgrade openssl 1.0.1p to 1.0.2k and the compilation breaks with the below error and am using Ubuntu 10.04.1 In file included from req.c:84: comp.h:28: error: redefinition of typedef 'COMP_METHOD' ../../Build/target/usr/include/openssl/ossl_typ.h:181: error: previous declarati

[PATCH] for openssl v102snap20121213 for WCE 420/WM5/WM6 target platform, to fix compilation issues, resubmitted

2012-12-13 Thread Pierre DELAAGE
WCE420 SDK and essemer/wcecompat 1.2 library, and fixed many compilation issues (mostly undefined symbols, a few inexistant routines, some libs missing at link time). I DID NOT fix any "operational" issue, ie execution-time issue. My code is basically a PORTING effort, not at all a

[PATCH] to fix compilation issues of openssl v100a for WCE 420/WM5/WM6 target platform

2010-09-28 Thread Pierre DELAAGE
essemer/wcecompat 1.2 library, and fixed many compilation issues (mostly undefined symbols, a few inexistant routines, some libs missing at link time). I DID NOT fix any "operational" issue, ie execution-time issue. My code is basically a PORTING effort, not at all a rewrite or enrichi

[PATCH] to fix compilation issues of openssl v100a for WCE 420/WM5/WM6 target platform

2010-09-27 Thread Pierre DELAAGE
essemer/wcecompat 1.2 library, and fixed many compilation issues (mostly undefined symbols, a few inexistant routines, some libs missing at link time). I DID NOT fix any "operational" issue, ie execution-time issue. My code is basically a PORTING effort, not at all a rewrite or enrichi