diff options
author | Kurt Roeckx <kurt@roeckx.be> | 2020-02-16 14:44:06 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-03-08 22:41:38 +0100 |
commit | c339c702f6043fabd09904044f967e71629bc40f (patch) | |
tree | 2e04aa7eb4f7a7bfad4c2d9e1555505aa0e973b8 /CHANGES.md | |
parent | Add -section option to 'req' command (diff) | |
download | openssl-c339c702f6043fabd09904044f967e71629bc40f.tar.xz openssl-c339c702f6043fabd09904044f967e71629bc40f.zip |
Improve small block cipher performance
Avoid function calls we don't need to do.
In 1.1.1 we have:
aes-128-cbc 572267.80k 681197.08k 715430.74k 720508.59k 722359.64k 723004.07k
Current master:
aes-128-cbc 460663.70k 631125.66k 701283.58k 719794.52k 724732.59k 726668.63k
new:
aes-128-cbc 582057.64k 684288.62k 715721.90k 724856.15k 717578.24k 727176.53k
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11102)
Diffstat (limited to 'CHANGES.md')
0 files changed, 0 insertions, 0 deletions