Created
July 12, 2014 01:49
-
-
Save digitalresistor/f49c4a8dc704a2f2d473 to your computer and use it in GitHub Desktop.
LibreSSL 2.0.0 vs OpenSSL 1.0.1e AES speed test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LibreSSL 2.0.0 | |
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes | |
aes-128 cbc 147114.19k 155335.27k 158465.37k 158492.19k 159312.55k | |
aes-192 cbc 130243.58k 134851.41k 137229.74k 137544.84k 137448.55k | |
aes-256 cbc 114115.03k 119026.45k 120752.73k 121288.02k 120809.17k | |
OpenSSL 1.0.1e-freebsd 11 Feb 2013 | |
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes | |
aes-128 cbc 96200.01k 102593.60k 104926.04k 270259.51k 272067.04k | |
aes-192 cbc 81196.22k 85284.99k 87320.82k 228529.87k 231628.80k | |
aes-256 cbc 69324.78k 72615.19k 73193.28k 190903.28k 192162.47k | |
CPU: AMD Phenom(tm) II X2 560 Processor (3315.15-MHz K8-class CPU) | |
Origin = "AuthenticAMD" Id = 0x100f43 Family = 0x10 Model = 0x4 Stepping = 3 | |
Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT> | |
Features2=0x802009<SSE3,MON,CX16,POPCNT> | |
AMD Features=0xee500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM,3DNow!+,3DNow!> | |
AMD Features2=0x37ff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW,IBS,SKINIT,WDT> | |
TSC: P-state invariant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment