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.3.0
pts/openssl-3.3.0
- 11 April 2024 -
Update against OpenSSL 3.3 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/openssl/openssl/releases/download/openssl-3.3.0/openssl-3.3.0.tar.gz</URL> <MD5>c8b063afbea85d867e161ecb8816cfa9</MD5> <SHA256>53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02</SHA256> <FileName>openssl-3.3.0.tar.gz</FileName> <FileSize>18038030</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf openssl-3.3.0.tar.gz cd openssl-3.3.0 ./config no-zlib make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd openssl-3.3.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.5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>rsa 4096 bits 0.000022s 0.000001s 0.000001s 0.000022s #_RESULT_# 1292553.3 1269463.0 44459.1</OutputTemplate> <LineHint>rsa 4096 bits</LineHint> <ResultScale>sign/s</ResultScale> </ResultsParser> <ResultsParser> <OutputTemplate>rsa 4096 bits 0.000022s 0.000001s 0.000001s 0.000022s 44824.8 #_RESULT_# 1269463.0 44459.1</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> <ResultsParser> <OutputTemplate>ChaCha20 41357340.90k 64453706.38k 241114082.03k 424219977.05k #_RESULT_# 440641462.27k</OutputTemplate> <LineHint>ChaCha20</LineHint> <ResultScale>byte/s</ResultScale> </ResultsParser> <ResultsParser> <OutputTemplate>AES-128-GCM 62402336.33k 222201708.57k 478048645.93k 549632692.67k #_RESULT_# 842959655.73k</OutputTemplate> <LineHint>AES-128-GCM</LineHint> <ResultScale>byte/s</ResultScale> </ResultsParser> <ResultsParser> <OutputTemplate>AES-256-GCM 62402336.33k 222201708.57k 478048645.93k 549632692.67k #_RESULT_# 842959655.73k</OutputTemplate> <LineHint>AES-256-GCM</LineHint> <ResultScale>byte/s</ResultScale> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>OpenSSL</Title> <AppVersion>3.3</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.3.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>