openssl/providers/implementations/encode_decode
Richard Levitte 0195cdd28f ENCODER PROV: Add encoders with EncryptedPrivateKeyInfo output
Since EncryptedPrivateKeyInfo is a recognised structure, it's
reasonable to think that someone might want to specify it.

To be noted is that if someone specifies the structure PrivateKeyInfo
but has also passed a passphrase callback, the result will still
become a EncryptedPrivateKeyInfo structure.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16466)
2021-09-05 21:34:51 +02: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 PEM to DER decoder: Specify object type and data structure more consistently 2021-09-05 21:34:50 +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 ENCODER PROV: Add encoders with EncryptedPrivateKeyInfo output 2021-09-05 21:34:51 +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