[openssl-users] OpenSSL version 1.1.1 pre release 3 published

Dennis Clarke dclarke at blastwave.org
Tue Mar 20 21:55:20 UTC 2018


On 20/03/18 10:09 AM, OpenSSL wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
> 
> 
>     OpenSSL version 1.1.1 pre release 3 (beta)
>     ===========================================
> 
>     OpenSSL - The Open Source toolkit for SSL/TLS
>     https://www.openssl.org/
> 
>     OpenSSL 1.1.1 is currently in beta. OpenSSL 1.1.1 pre release 3 has now
>     been made available. For details of changes and known issues see the
>     release notes at:

Builds and tests clean on Solaris 10 sparc with Oracle Studio 12.6 
compilers and as a 64-bit build.  However one must have a recent and
decent perl on hand.  Also this was a debug build and a I did tweak the
cflags in Configurations/10-main.conf slightly.


n0$ /usr/local/bin/perl ./Configure solaris64-sparcv9-cc

.
.
.
All tests successful.
Files=146, Tests=1335, 341 wallclock secs ( 7.37 usr  0.94 sys + 243.40 
cusr 27.79 csys = 279.50 CPU)
Result: PASS
gmake[1]: Leaving directory 
`/usr/local/build/openssl-1.1.1-pre3_SunOS5.10_sparcv9.001'

n0$ uname -a
SunOS node000 5.10 Generic_150400-59 sun4u sparc SUNW,SPARC-Enterprise

n0$ psrinfo -pv
The physical processor has 8 virtual processors (0-7)
   SPARC64-VII+ (portid 1024 impl 0x7 ver 0xa1 clock 2860 MHz)

n0$ cc -V
cc: Studio 12.6 Sun C 5.15 SunOS_sparc 2017/05/30

Resultant binary is faster than the Oracle provided bins for a few 
things and that is a surprise :

n0$ /usr/bin/sparcv9/openssl version
OpenSSL 1.0.2n  7 Dec 2017

n0$ /usr/bin/sparcv9/openssl speed rsa4096
Doing 4096 bit private rsa's for 10s: 86 4096 bit private RSA's in 10.06s
Doing 4096 bit public rsa's for 10s: 5898 4096 bit public RSA's in 10.00s
OpenSSL 1.0.2n  7 Dec 2017
built on: date not available
options:bn(64,32) md2(int) rc4(ptr,int) des(ptr,risc1,16,int) 
aes(partial) blowfish(ptr)
compiler: information not available
                   sign    verify    sign/s verify/s
rsa 4096 bits 0.116977s 0.001695s      8.5    589.8


However this big fat debug binary for 1.1.1-pre3 :

n0$
n0$ LD_LIBRARY_PATH=`pwd` ./apps/openssl version
OpenSSL 1.1.1-pre3 (beta) 20 Mar 2018

n0$ LD_LIBRARY_PATH=`pwd` ./apps/openssl speed rsa4096
Doing 4096 bit private rsa's for 10s: 122 4096 bit private RSA's in 10.07s
Doing 4096 bit public rsa's for 10s: 8422 4096 bit public RSA's in 9.99s
OpenSSL 1.1.1-pre3 (beta) 20 Mar 2018
built on: Tue Mar 20 21:08:33 2018 UTC
options:bn(64,32) rc4(char) des(int) aes(partial) idea(int) blowfish(ptr)
compiler: /opt/developerstudio12.6/bin/cc -KPIC -g -xs -errfmt=error 
-erroff=%none -errshort=full -xstrconst -xildoff -m64 -xmemalign=8s 
-xnolibmil -Xa -xcode=pic32 -xregs=no%appl -xlibmieee -mc -ftrap=%none 
-Qy -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 -xarch=sparc 
-D_TS_ERRNO -D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE -xstrconst 
-Xa -fast -errfmt=error -erroff=%none -errshort=full -xstrconst -xildoff 
-m64 -xmemalign=8s -xnolibmil -Xa -xcode=pic32 -xregs=no%appl -xlibmieee 
-mc -ftrap=%none -Qy -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 
-xarch=sparc -D_TS_ERRNO -D_POSIX_PTHREAD_SEMANTICS 
-D_LARGEFILE64_SOURCE -DFILIO_H -DB_ENDIAN -DBN_DIV2W -DDSO_DLFCN 
-DHAVE_DLFCN_H -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_MONT 
-DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM 
-DAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -D_REENTRANT 
-DNDEBUG -I/usr/local/include -D_POSIX_PTHREAD_SEMANTICS 
-D_LARGEFILE64_SOURCE -D_TS_ERRNO
                   sign    verify    sign/s verify/s
rsa 4096 bits 0.082541s 0.001186s     12.1    843.0
n0$

neato.


Dennis



More information about the openssl-users mailing list