openssl/crypto/pkcs7
Nikolas 30adf6d209 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 <pauli@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16590)
2022-06-02 18:41:49 +02:00
..
bio_pk7.c
build.info
pk7_asn1.c
pk7_attr.c
pk7_doit.c Fix the incorrect checks of EVP_CIPHER_CTX_set_key_length 2022-05-27 07:57:43 +02:00
pk7_lib.c Fix check of dtls1_process_record 2022-05-26 11:47:04 +10:00
pk7_local.h
pk7_mime.c
pk7_smime.c Revert unnecessary PKCS7_verify() performance optimization 2022-06-02 18:41:49 +02:00
pkcs7err.c