meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ssl:openssl:performance [2020/03/17 14:18] – created niziakssl:openssl:performance [2022/02/17 15:30] (current) niziak
Line 1: Line 1:
 No need to use --engine cryptodev in config as OpenSSL version 1.0.0 and up will use it automatically when available. No need to use --engine cryptodev in config as OpenSSL version 1.0.0 and up will use it automatically when available.
  
 +<code bash>
 openssl speed aes-128-cbc openssl speed aes-128-cbc
 openssl speed -evp aes-128-cbc openssl speed -evp aes-128-cbc
Line 15: Line 15:
 -rwxr-xr-x    1 root     root         13856 Dec 26 13:56 capi.so -rwxr-xr-x    1 root     root         13856 Dec 26 13:56 capi.so
 -rwxr-xr-x    1 root     root         26512 Dec 26 13:56 padlock.so -rwxr-xr-x    1 root     root         26512 Dec 26 13:56 padlock.so
 +</code>
  
 AF_ALG plugin for OpenSSL 7 takes advantage of the new AF_ALG interface present in kernels since 2.6.38. AF_ALG plugin for OpenSSL 7 takes advantage of the new AF_ALG interface present in kernels since 2.6.38.
  
-openssl speed -evp aes-128-cbc -engine af_alg -elapsed +<code bash> 
-openssl speed -evp aes-128-cbc -elapsed +openssl speed -evp aes-128-cbc -engine afalg 
- +openssl speed -evp aes-128-cbc 
 +</code>
  
-openvpn --test-crypto --secret key --cipher AES-256-CBC --engine cryptodev