openssl/providers/implementations/encode_decode
Richard Levitte f2db0528d8 PROV: Add SM2 encoders and decoders, as well as support functionality
The EC KEYMGMT implementation handled SM2 as well, except what's
needed to support decoding: loading functions for both EC and SM2 that
checks for the presence or absence of the SM2 curve the same way as
the EC / SM2 import functions.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14028)
2021-02-01 23:02:20 +01:00
..
build.info PROV: Add MSBLOB and PVK encoders 2020-12-15 14:27:37 +01:00
decode_der2key.c PROV: Add SM2 encoders and decoders, as well as support functionality 2021-02-01 23:02:20 +01:00
decode_ms2key.c Remove unnecessary guards around MSBLOB and PVK readers and writers 2020-12-13 10:27:31 +01:00
decode_pem2der.c PROV: Re-implement all the keypair decoders 2020-11-11 11:42:06 +01:00
encode_key2any.c PROV: Add SM2 encoders and decoders, as well as support functionality 2021-02-01 23:02:20 +01:00
encode_key2ms.c PROV: Add MSBLOB and PVK encoders 2020-12-15 14:27:37 +01:00
encode_key2text.c PROV: Add SM2 encoders and decoders, as well as support functionality 2021-02-01 23:02:20 +01:00
endecoder_common.c ENCODER: Refactor provider implementations, and some cleanup 2020-09-09 16:35:22 +02:00
endecoder_local.h ENCODER: Refactor provider implementations, and some cleanup 2020-09-09 16:35:22 +02:00