openssl/providers
Matt Caswell 244bc29746 Implement serializers for ED25519 and ED448
This is largely based on the existing X25519 and X448 serializers - but
a few adjustments were necessary so that we can identify what type of key
we are using. Previously we used the keylen for this but X25519 and
ED25519 have the same keylen.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11272)
2020-03-18 08:40:33 +10:00
..
common Implement provider support for Ed25519 annd Ed448 2020-03-09 07:59:15 +00:00
fips Add ECDSA to providers 2020-03-15 21:34:29 +10:00
implementations Implement serializers for ED25519 and ED448 2020-03-18 08:40:33 +10:00
build.info PROV: Build the main FIPS module code with FIPS_MODE defined 2020-02-14 21:36:02 +01:00
defltprov.c Implement serializers for ED25519 and ED448 2020-03-18 08:40:33 +10:00
legacyprov.c Introduce the provider property 2020-02-21 20:17:02 +00:00