Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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.2
pts/openssl-1.9.2
- 11 October 2019 -
Enable Windows support.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.openssl.org/source/old/1.0.1/openssl-1.0.1g.tar.gz</URL> <MD5>de62b43dfcd858e66a74bee1c834e959</MD5> <SHA256>53cb818c3b90e507a8348f4f5eaedb05d8bfe5358aabb508b7263cc670c3e028</SHA256> <FileName>openssl-1.0.1g.tar.gz</FileName> <FileSize>4509047</FileSize> <PlatformSpecific>Linux, Solaris, BSD, MacOSX</PlatformSpecific> </Package> <Package> <URL>http://indy.fulgan.com/SSL/Archive/openssl-1.0.1g-x64_86-win64.zip</URL> <MD5>28c7c2fcce2e78fe84aa76bdd19c44e0</MD5> <SHA256>d0529a3861dcab95ba2dd793f22ff4323e967788598f5bbb6b96b2ec036ccdf5</SHA256> <FileName>openssl-1.0.1g-x64_86-win64.zip</FileName> <FileSize>1075268</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </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 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > openssl chmod +x openssl
install_windows.sh
#!/bin/sh unzip -o openssl-1.0.1g-x64_86-win64.zip mv openssl.exe openssl-win64.exe echo "#!/bin/sh ./openssl-win64.exe speed rsa4096 > \$LOG_FILE echo \$? > ~/test-exit-status" > openssl chmod +x openssl
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.1--> <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 v9.0.1--> <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. This test profile fork features Windows support.</Description> <ResultScale>Signs Per Second</ResultScale> <Proportion>HIB</Proportion> <SubTitle>RSA 4096-bit Performance</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.9.2</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX, Windows</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>