${OPENSSL_VERSION}-${type}-t[1-3].txt ${OPENSSL_VERSION} .. OpenSSL version used ${type} .. cc32: cc orig v8plus ultra .. gcc32: gcc orig v8plus ultrasparc .. sun32: cc Sol10 v8 (aka /usr/sfw/lib) .. cc64: cc orig v9 ultra .. gcc64: gcc orig v9 ultrasparc .. sun64: cc Sol10 v9 (aka /usr/sfw/lib/sparcv9) tN .. test N orig means: openssl self-compiled with TYPE=solaris-sparcv9-cc | solaris64-sparcv9-cc | \ solaris-sparcv9-gcc | solaris64-sparcv9-gcc31 # for 0.9.7d EXCLUDE="no-ec no-mdc2 no-idea no-rc3 no-rc5 no-aes \ no-hw-CSWIFT no-hw-NCIPHER no-hw-ATALLA no-hw-NURON \ no-hw-UBSEC no-hw-AEP no-hw-SUREWARE no-hw-4758_CCA" # for 0.9.8d EXCLUDE="no-fips no-ec no-mdc2 no-idea no-rc3 no-rc5 \ no-hw" ./Configure $TYPE --prefix=/opt/openssl \ --openssldir=/opt/openssl \ -L${ROOT4BUILD}/usr/lib -I${ROOT4BUILD}/usr/include \ $EXCLUDE zlib-dynamic shared echo "make log goes to $MAKELOG" # would break install gsed -i -e '/^DIRS=/ s,fips[^[:space:]]*,,' Makefile make depend make all build-shared >$MAKELOG CC Compiler: SUN Studio 11 GCC: Solaris 10 gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) TEST machine: System Configuration: Sun Microsystems sun4u Sun Fire V240 System clock frequency: 167 MHZ Memory size: 2GB ==================================== CPUs ==================================== E$ CPU CPU CPU Freq Size Implementation Mask Status Location --- -------- ---------- --------------------- ----- ------ -------- 0 1503 MHz 1MB SUNW,UltraSPARC-IIIi 3.4 on-line MB/P0 1 1503 MHz 1MB SUNW,UltraSPARC-IIIi 3.4 on-line MB/P1 Tests made with: ./opt/openssl/bin/openssl speed $ENGINES 0.9.7d: ENGINES="md2 md4 md5 hmac sha1 rmd160 rc4 des rc2 blowfish rsa dsa" 0.9.8d: ENGINES="md2 md4 md5 hmac sha1 rmd160 rc4 des rc2 blowfish rsa dsa aes"