openssl/providers/implementations/encode_decode
Kelvin Lee 6ef8d2c69b Fix VS2019 compile error C4703: potentially uninitialized local pointer variable used.
encode_key2text.c(689): error C4703: potentially uninitialized local pointer variable 'modulus_label' used
encode_key2text.c(691): error C4703: potentially uninitialized local pointer variable 'exponent_label' used

CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12845)
2021-08-06 09:24:23 +10:00
..
build.info Add a generic SubjectPublicKeyInfo decoder 2021-06-14 09:43:01 +01:00
decode_der2key.c DECODER & ENCODER: Make sure to pass around the original selection bits 2021-06-29 13:50:51 +02:00
decode_epki2pki.c epki2pki_decode: passphrase callback failure is fatal error 2021-06-24 15:26:56 +02:00
decode_msblob2key.c DECODER & ENCODER: Make sure to pass around the original selection bits 2021-06-29 13:50:51 +02:00
decode_pem2der.c PROV: Have our PEM->DER decoder only recognise our PEM names 2021-06-29 06:01:48 +02:00
decode_pvk2key.c DECODER & ENCODER: Make sure to pass around the original selection bits 2021-06-29 13:50:51 +02:00
decode_spki2typespki.c Add a generic SubjectPublicKeyInfo decoder 2021-06-14 09:43:01 +01:00
encode_key2any.c Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8 2021-06-09 17:00:10 +02:00
encode_key2blob.c PROV: drop get_params() and gettable_params() from all encoder implementatio 2021-06-05 20:30:47 +10:00
encode_key2ms.c PROV: drop get_params() and gettable_params() from all encoder implementatio 2021-06-05 20:30:47 +10:00
encode_key2text.c Fix VS2019 compile error C4703: potentially uninitialized local pointer variable used. 2021-08-06 09:24:23 +10:00
endecoder_common.c Update copyright year 2021-06-17 13:24:59 +01:00
endecoder_local.h Update copyright year 2021-06-17 13:24:59 +01:00