Hi Gert,
> Hi, > > On Sat, May 21, 2016 at 07:05:01PM +0200, Jens Neuhalfen wrote: >> ./t_lpback.sh fails with AES-GCM mode on Solaris 11. CRYPTO_gcm128_setiv >> from libcrypto seems to jump into NULL pointer country. > > Oh, interesting. My OpenSSL on the OpenSolaris box is so old that it does > not have the AES-GCM modes, so I never tested this (and, of course, "all > tests pass"). > > Is this Sparc or Intel Solaris? Which version of OpenSSL? 32 or 64 bit? This is * Solaris 11.3 on Intel 64 bit (isainfo -k —> amd64), fresh from Sun^H^H^HOracle * OpenSSL 1.0.1p. openssl is compiled as 32 bit library (file /lib/libcrypto.so.1.0.0 —> /lib/libcrypto.so.1.0.0: ELF 32-bit LSB dynamic lib 80386 Version 1 [SSE2 SSE MMX CMOV FPU], dynamically linked, not stripped). pkg info openssl Name: library/security/openssl Summary: OpenSSL - a Toolkit for Secure Sockets Layer (SSL v2/v3) and Transport Layer (TLS v1) protocols and general purpose cryptographic library Description: OpenSSL is a full-featured toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library. Category: System/Security State: Installed Publisher: solaris Version: 1.0.1.16 (1.0.1p) Build Release: 5.11 Branch: 0.175.3.0.0.30.0 Packaging Date: August 21, 2015 05:11:12 PM Size: 13.26 MB FMRI: pkg://solaris/library/security/openssl@1.0.1.16,5.11-0.175.3.0.0.30.0:20150821T171112Z Cheers Jens