[openssl/openssl] 0195df: speed: Also measure RSA encrypt/decrypt, not only ...

Ingo Franzki noreply at github.com
Tue Aug 1 17:13:25 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 0195df8baa12ac2f1364f55db09ba7fabb67df93
      https://github.com/openssl/openssl/commit/0195df8baa12ac2f1364f55db09ba7fabb67df93
  Author: Ingo Franzki <ifranzki at linux.ibm.com>
  Date:   2023-08-01 (Tue, 01 Aug 2023)

  Changed paths:
    M apps/speed.c

  Log Message:
  -----------
  speed: Also measure RSA encrypt/decrypt, not only RSA sign/verify

While RSA encrypt/decrypt and sign/verify are basically the same mod-expo
operations, the speed of the operation may still differ, due to different
padding, as well as the use of implicit rejection for RSA decrypt.

Signed-off-by: Ingo Franzki <ifranzki at linux.ibm.com>

Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21383)


  Commit: eb2ff04cc75934fed2d8b6f3085d262978ae6033
      https://github.com/openssl/openssl/commit/eb2ff04cc75934fed2d8b6f3085d262978ae6033
  Author: Ingo Franzki <ifranzki at linux.ibm.com>
  Date:   2023-08-01 (Tue, 01 Aug 2023)

  Changed paths:
    M apps/speed.c

  Log Message:
  -----------
  speed: Unify output messages regarding number of ops per time

Always report "<algo> ops in <time>", instead of "<algo>'s in <time>" or
similar. Avoid the use of apostrophes and/or plural with algorithm names.

Signed-off-by: Ingo Franzki <ifranzki at linux.ibm.com>

Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21383)


Compare: https://github.com/openssl/openssl/compare/e3d897d3fa3b...eb2ff04cc759


More information about the openssl-commits mailing list