Re: [openssl-users] Building openssl-1.1.1

2018-09-16 Thread Billy Brumley
> openssl version > openssl: /usr/lib/x86_64-linux-gnu/libssl.so.1.1: version > `OPENSSL_1_1_1' not found (required by openssl) > openssl: /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1: version > `OPENSSL_1_1_1' not found (required by openssl) Sounds like a loader issue. Try "which openssl" then

[openssl-users] Building openssl-1.1.1

2018-09-16 Thread Nafanja
Hello, I tried to compile openssl-1.1.1 and the process runs without errors but wenn I try to verify the version by oppenssl version I got this message: Kompilierung und Installation von openssl-1.1.1 verliefen ohne Probleme aber bei der Versionsabfrage erhalte ich: openssl version openssl:

Re: [openssl-users] Limit the number of AES-GCM keys allowed in TLS

2018-09-16 Thread Paul Dale
There is nothing S390 specific in this, it is a requirement to use GCM based ciphers for TLS when running in a FIPS validated environment.  The check will be cheaper than trying to avoid it by conditioning on FIPS mode -- hence it’s unconditional.     Pauli -- Oracle Dr Paul Dale |

Re: [openssl-users] QNX 6.5 OpenSSL Build

2018-09-16 Thread Viktor Dukhovni
> On Sep 16, 2018, at 11:44 AM, Murugaiyan Perumal via openssl-users > wrote: > > dso_dlfcn.c:84:12: fatal error: dlfcn.h: No such file or directory > # include http://www.qnx.com/developers/docs/6.5.0/topic/com.qnx.doc.neutrino_lib_ref/d/dlopen.html This header is expected to be

[openssl-users] QNX 6.5 OpenSSL Build

2018-09-16 Thread Murugaiyan Perumal via openssl-users
Hi,Am trying to build the openssl source for QNX 6.5/6.6 OS. I have tried to build after the instructions given in internet.  1. QNX 6.6 build environment variable is set. 2. Executed below command.  sh-3.1$  ./Configure QNX6 shared --prefix=./qnx660/release --openssldir=./qnx660/release 3. make