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.9.0
pts/openssl-1.9.0
- 27 April 2014 -
Update against latest upstream OpenSSL package 1.0.1.g.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.1 (Khanino)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.openssl.org/source/openssl-1.0.1g.tar.gz, ftp://ftp.openssl.org/source/openssl-1.0.1g.tar.gz</URL> <MD5>de62b43dfcd858e66a74bee1c834e959</MD5> <SHA256>53cb818c3b90e507a8348f4f5eaedb05d8bfe5358aabb508b7263cc670c3e028</SHA256> <FileSize>4509047</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf openssl-1.0.1g.tar.gz cd openssl-1.0.1g/ ./config no-zlib make echo \$? > ~/install-exit-status cd ~ echo "#!/bin/sh ./openssl-1.0.1g/apps/openssl speed rsa4096 -multi \$NUM_CPU_CORES > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > openssl chmod +x openssl
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.1 (Khanino)--> <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 v5.0.1 (Khanino)--> <PhoronixTestSuite> <TestInformation> <Title>OpenSSL</Title> <AppVersion>1.0.1g</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.9.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>69</EnvironmentSize> <ProjectURL>http://www.openssl.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>