openssl/crypto/encode_decode
Hugo Landau 2475544584 Decoder resolution performance optimizations
This refactors decoder functionality to reduce calls to
OSSL_DECODER_is_a / EVP_KEYMGMT_is_a, which are substantial bottlenecks
in the performance of repeated decode operations (see #15199).

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17921)
2022-03-23 09:19:07 +01:00
..
build.info
decoder_err.c err: rename err_load_xxx_strings_int functions 2021-05-26 13:01:47 +10:00
decoder_lib.c Decoder resolution performance optimizations 2022-03-23 09:19:07 +01:00
decoder_meth.c Decoder resolution performance optimizations 2022-03-23 09:19:07 +01:00
decoder_pkey.c Decoder resolution performance optimizations 2022-03-23 09:19:07 +01:00
encoder_err.c Update copyright year 2021-06-17 13:24:59 +01:00
encoder_lib.c Move e_os.h to include/internal 2022-02-05 05:31:09 +01:00
encoder_local.h Decoder resolution performance optimizations 2022-03-23 09:19:07 +01:00
encoder_meth.c fetch: convert a NULL property query to "" 2022-02-28 16:20:33 +11:00
encoder_pkey.c check the return of OPENSSL_sk_new_null 2022-03-10 14:28:06 +00:00