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.5.0
pts/openssl-1.5.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.openssl.org/source/openssl-1.0.0a.tar.gz</URL> <MD5>e3873edfffc783624cfbdb65e2249cbd</MD5> <FileSize>4015794</FileSize> </Package> <Package> <URL>http://www.slproweb.com/download/Win32OpenSSL_Light-1_0_0a.exe</URL> <MD5>336b42a54f08012c846c3387327f531a</MD5> <FileSize>1952444</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf openssl-1.0.0a.tar.gz mkdir openssl_/ cd openssl-1.0.0a/ ./config --prefix=$HOME/openssl_/ no-zlib make echo \$? > ~/test-exit-status make install cd .. rm -rf 1.0.0a/ rm -rf openssl_/lib/ echo "#!/bin/sh ./openssl_/bin/openssl speed rsa4096 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > openssl chmod +x openssl
install_windows.sh
#!/bin/sh echo "#!/bin/sh cd C:\OpenSSL-Win32\bin openssl.exe speed rsa4096 > \$LOG_FILE 2>&1" > openssl chmod +x openssl Win32OpenSSL_Light-1_0_0a.exe
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <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 v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>OpenSSL</Title> <AppVersion>1.0.0a</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>4</TimesToRun> </TestInformation> <TestProfile> <Version>1.5.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>37</EnvironmentSize> <ProjectURL>http://www.openssl.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>