openssl/crypto/encode_decode
Matt Caswell 564e5b754a Always add a suitable error if we fail to decode
We're always supposed to add the fallback "unsupported" error if we don't
have anything better. However in some cases this wasn't happening because
we were incorrectly setting "flag_construct_called" - even though the
construct function had failed.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21603)
2023-08-01 20:08:28 +02:00
..
build.info
decoder_err.c
decoder_lib.c Always add a suitable error if we fail to decode 2023-08-01 20:08:28 +02:00
decoder_meth.c encoder: update to structure based atomics 2023-07-01 21:18:25 +10:00
decoder_pkey.c Optimise PKEY decoders 2023-07-17 08:12:06 +10:00
encoder_err.c
encoder_lib.c Stop raising ERR_R_MALLOC_FAILURE in most places 2022-10-05 14:02:03 +02:00
encoder_local.h encoder: update to structure based atomics 2023-07-01 21:18:25 +10:00
encoder_meth.c encoder: update to structure based atomics 2023-07-01 21:18:25 +10:00
encoder_pkey.c Coverity 1515953: negative loop bound 2022-10-14 12:53:02 +11:00