Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: 30adf6d209002fab688aa76e313ac077e4b2f88c
https://github.openssl.org/openssl/openssl/commit/30adf6d209002fab688aa76e313ac077e4b2f88c
Author: Nikolas <[email protected]>
Date: 2022-06-02 (Thu, 02 Jun 2022)
Changed paths:
M crypto/pkcs7/pk7_smime.c
Log Message:
-----------
Revert unnecessary PKCS7_verify() performance optimization
It appears that creating temporary read-only mem BIO won't increase performance
significally
anymore. But it increases PKCS7_verify() complexity, so should be removed.
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Dmitry Belyavskiy <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/16590)