diff options
author | Tomas Mraz <tomas@openssl.org> | 2021-02-18 10:48:18 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-02-24 16:53:18 +0100 |
commit | f3ccfc76fe3b73190e3de60fb8c8c39d88203db1 (patch) | |
tree | a65fb90f5869c82fd9b89bb972ed399522e4bd89 /CHANGES.md | |
parent | speed: Adapt digests and hmac to always use non-deprecated APIs (diff) | |
download | openssl-f3ccfc76fe3b73190e3de60fb8c8c39d88203db1.tar.xz openssl-f3ccfc76fe3b73190e3de60fb8c8c39d88203db1.zip |
speed: Use EVP for ciphers, cmac, ghash, rsa, dsa, and ecdsa
Fixes #13909
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14228)
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index c7a2c0baa5..335b492e4f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -47,6 +47,13 @@ OpenSSL 3.0 *Paul Dale* + * The openssl speed command does not use low-level API calls anymore. This + implies some of the performance numbers might not be fully comparable + with the previous releases due to higher overhead. This applies + particularly to measuring performance on smaller data chunks. + + *Tomáš Mráz* + * Combining the Configure options no-ec and no-dh no longer disables TLSv1.3. Typically if OpenSSL has no EC or DH algorithms then it cannot support connections with TLSv1.3. However OpenSSL now supports "pluggable" groups |