openssl/providers/implementations/serializers
Matt Caswell 8efc4a9c65 Implement the ECX Serializers
Provide serializers for X25519 and X448 for text, pem and der. There are
no parameter serializers because there are no parameters for these
algorithms.

Add some documentation about the various import/export types available
Add additional testing for the serializers

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11095)
2020-02-28 08:08:59 +10:00
..
build.info Implement the ECX Serializers 2020-02-28 08:08:59 +10:00
serializer_common.c Implement the ECX Serializers 2020-02-28 08:08:59 +10:00
serializer_dh_param.c Deprecate the low level Diffie-Hellman functions. 2020-02-20 19:04:57 +10:00
serializer_dh_priv.c Deprecate the low level Diffie-Hellman functions. 2020-02-20 19:04:57 +10:00
serializer_dh_pub.c Implement the ECX Serializers 2020-02-28 08:08:59 +10:00
serializer_dh.c Deprecate the low level Diffie-Hellman functions. 2020-02-20 19:04:57 +10:00
serializer_dsa_param.c Deprecate the low level DSA functions. 2020-02-12 08:52:41 +10:00
serializer_dsa_priv.c Deprecate the low level DSA functions. 2020-02-12 08:52:41 +10:00
serializer_dsa_pub.c Deprecate the low level DSA functions. 2020-02-12 08:52:41 +10:00
serializer_dsa.c Deprecate the low level DSA functions. 2020-02-12 08:52:41 +10:00
serializer_ecx_priv.c Implement the ECX Serializers 2020-02-28 08:08:59 +10:00
serializer_ecx_pub.c Implement the ECX Serializers 2020-02-28 08:08:59 +10:00
serializer_ecx.c Implement the ECX Serializers 2020-02-28 08:08:59 +10:00
serializer_local.h Implement the ECX Serializers 2020-02-28 08:08:59 +10:00
serializer_rsa_priv.c Deprecate the low level RSA functions. 2020-02-20 18:58:40 +10:00
serializer_rsa_pub.c Deprecate the low level RSA functions. 2020-02-20 18:58:40 +10:00
serializer_rsa.c Deprecate the low level RSA functions. 2020-02-20 18:58:40 +10:00