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 3.1.0
pts/openssl-3.1.0
- 14 March 2023 -
Update against OpenSSL 3.1 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/openssl/openssl/releases/download/openssl-3.1.0/openssl-3.1.0.tar.gz</URL> <MD5>f6c520aa2206d4d1fa71ea30b5e9a56d</MD5> <SHA256>aaa925ad9828745c4cad9d9efeb273deca820f2cdcf2c3ac7d7c1212b7c497b4</SHA256> <FileName>openssl-3.1.0.tar.gz</FileName> <FileSize>15525381</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf openssl-3.1.0.tar.gz cd openssl-3.1.0 ./config no-zlib make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd openssl-3.1.0 LD_LIBRARY_PATH=.:\$LD_LIBRARY_PATH ./apps/openssl speed -multi \$NUM_CPU_CORES -seconds 30 \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > openssl chmod +x openssl
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>rsa 4096 bits 0.000632s 0.000010s #_RESULT_# 101133.8</OutputTemplate> <LineHint>rsa 4096 bits</LineHint> <ResultScale>sign/s</ResultScale> </ResultsParser> <ResultsParser> <OutputTemplate>rsa 4096 bits 0.000632s 0.000010s 111.1 #_RESULT_#</OutputTemplate> <LineHint>rsa 4096 bits</LineHint> <ResultScale>verify/s</ResultScale> </ResultsParser> <ResultsParser> <OutputTemplate>sha256 773058.94k 2674506.65k #_RESULT_# 15092842.84k 20350306.99k 20835702.10k</OutputTemplate> <LineHint>sha256</LineHint> <ResultScale>byte/s</ResultScale> </ResultsParser> <ResultsParser> <OutputTemplate>sha512 773058.94k 2674506.65k #_RESULT_# 15092842.84k 20350306.99k 20835702.10k</OutputTemplate> <LineHint>sha512</LineHint> <ResultScale>byte/s</ResultScale> </ResultsParser> <ResultsParser> <OutputTemplate>evp 17892198.62k 39185960.77k 80741276.16k 94270918.66k #_RESULT_# 103464173.57k</OutputTemplate> <LineHint>evp</LineHint> <ResultScale>byte/s</ResultScale> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>OpenSSL</Title> <AppVersion>3.1</AppVersion> <Description>OpenSSL is an open-source toolkit that implements SSL (Secure Sockets Layer) and TLS (Transport Layer Security) protocols. This test profile makes use of the built-in "openssl speed" benchmarking capabilities.</Description> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>3.1.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>430</EnvironmentSize> <ProjectURL>https://www.openssl.org/</ProjectURL> <RepositoryURL>https://github.com/openssl/openssl</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Algorithm</DisplayName> <Identifier>algo</Identifier> <Menu> <Entry> <Name>RSA4096</Name> <Value>rsa4096</Value> </Entry> <Entry> <Name>SHA256</Name> <Value>sha256</Value> </Entry> <Entry> <Name>SHA512</Name> <Value>sha512</Value> </Entry> <Entry> <Name>AES-128-GCM</Name> <Value>-evp aes-128-gcm</Value> </Entry> <Entry> <Name>AES-256-GCM</Name> <Value>-evp aes-256-gcm</Value> </Entry> <Entry> <Name>ChaCha20</Name> <Value>-evp chacha20</Value> </Entry> <Entry> <Name>ChaCha20-Poly1305</Name> <Value>-evp chacha20-poly1305</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>