Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
OpenSSL 1.11.0
pts/openssl-1.11.0
- 12 September 2018 -
Upgrade against OpenSSL 1.1.1 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://www.openssl.org/source/openssl-1.1.1.tar.gz, http://mirrors.ibiblio.org/openssl/source/openssl-1.1.1.tar.gz, http://phoronix-test-suite.com/benchmark-files/openssl-1.1.1.tar.gz, http://ftp.vim.org/pub/ftp/security/openssl/openssl-1.1.1.tar.gz</URL> <MD5>7079eb017429e0ffb9efb42bf80ccb21</MD5> <SHA256>2836875a0f89c03d0fdf483941512613a50cfb421d6fd94b9f41d7279d586a3d</SHA256> <FileName>openssl-1.1.1.tar.gz</FileName> <FileSize>8337920</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf openssl-1.1.1.tar.gz cd openssl-1.1.1/ ./config no-zlib make -j $NUM_CPU_CORES echo \$? > ~/install-exit-status cd ~ echo "#!/bin/sh LD_LIBRARY_PATH=openssl-1.1.1/:\$LD_LIBRARY_PATH ./openssl-1.1.1/apps/openssl speed -multi \$NUM_CPU_CORES rsa4096 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > openssl chmod +x openssl
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>rsa 4096 bits 0.006641s 0.000100s #_RESULT_# 9994.5</OutputTemplate> <LineHint>4096 bits</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0--> <PhoronixTestSuite> <TestInformation> <Title>OpenSSL</Title> <AppVersion>1.1.1</AppVersion> <Description>OpenSSL is an open-source toolkit that implements SSL (Secure Sockets Layer) and TLS (Transport Layer Security) protocols. This test measures the RSA 4096-bit performance of OpenSSL.</Description> <ResultScale>Signs Per Second</ResultScale> <Proportion>HIB</Proportion> <SubTitle>RSA 4096-bit Performance</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.11.0</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>48</EnvironmentSize> <ProjectURL>http://www.openssl.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>