]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/build.info
Fix decoders so that they use the passed in propq.
authorslontis <shane.lontis@oracle.com>
Fri, 16 Jun 2023 06:40:06 +0000 (16:40 +1000)
committerTomas Mraz <tomas@openssl.org>
Wed, 16 Aug 2023 16:02:51 +0000 (18:02 +0200)
commit39ed7636e0d8a90512e7ccb811cd0bfcb7a79650
treeda7067bfcf6d7f78574185a3152db9581a6aaa3c
parenta25715be77ff43cd816a2011fff50b68204e9c0e
Fix decoders so that they use the passed in propq.

Fixes #21198

decoder objects were setting propq as NULL.
Added a set_ctx/settable_ctx to all decoders that should supply
a property query parameter to internal functions.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21219)
crypto/encode_decode/decoder_pkey.c
crypto/x509/x_pubkey.c
include/crypto/x509.h
providers/implementations/encode_decode/decode_der2key.c
providers/implementations/encode_decode/decode_epki2pki.c
providers/implementations/encode_decode/decode_pvk2key.c
providers/implementations/encode_decode/decode_spki2typespki.c
test/build.info
test/decoder_propq_test.c [new file with mode: 0644]
test/recipes/04-test_encoder_decoder.t