openssl/crypto/encode_decode
Richard Levitte 73dd5d67c5 DECODER: check the first decoded structure name against user given structure
In a chain of decoders, the first that specifies an input structure
gets it compared with the structure specified by the user, if there is
one.  If they aren't the same, that decoder is skipped.

Because the first structure can appear anywhere along a chain of
decoders, not just the decoders associated with the resulting OpenSSL
type, the code that checked the structure name when building up the
chain of decoders is removed.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16466)
2021-09-05 21:34:50 +02:00
..
build.info
decoder_err.c
decoder_lib.c DECODER: check the first decoded structure name against user given structure 2021-09-05 21:34:50 +02:00
decoder_meth.c ENCODER & DECODER: Allow en/decoders to have multiple names 2021-06-26 16:44:22 +10:00
decoder_pkey.c DECODER: check the first decoded structure name against user given structure 2021-09-05 21:34:50 +02:00
encoder_err.c Update copyright year 2021-06-17 13:24:59 +01:00
encoder_lib.c DECODER & ENCODER: Add better tracing 2021-06-09 17:00:26 +02:00
encoder_local.h DECODER: Adapt addition of extra decoder implementations 2021-06-09 17:00:19 +02:00
encoder_meth.c ENCODER & DECODER: Allow en/decoders to have multiple names 2021-06-26 16:44:22 +10:00
encoder_pkey.c ENCODER & DECODER: Make a tighter coupling between en/decoders and keymgmt 2021-06-29 17:03:45 +10:00