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
decode_der2key.c
decode_epki2pki.c
decode_msblob2key.c
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
decode_spki2typespki.c
encode_key2any.c ENCODER PROV: Add encoders with EncryptedPrivateKeyInfo output 2021-09-05 21:34:51 +02:00
encode_key2blob.c
encode_key2ms.c
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
endecoder_local.h