meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ssl:openssl:performance [2020/03/17 14:18] – created niziak | ssl: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 | -rwxr-xr-x | ||
-rwxr-xr-x | -rwxr-xr-x | ||
+ | </ | ||
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 | + | <code bash> |
- | openssl speed -evp aes-128-cbc | + | openssl speed -evp aes-128-cbc -engine |
- | + | openssl speed -evp aes-128-cbc | |
+ | </ | ||
- | openvpn --test-crypto --secret key --cipher AES-256-CBC --engine cryptodev |